diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 8b99fb1328e41..d2e9951801e56 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "ملفات بي دي إف", "Folders" : "المجلدات", "Audio" : "صوت", - "Pictures and images" : "الصِّوَر ", "Videos" : "فيديوهات", "New folder creation cancelled" : "تمّ إلغاء عملية إنشاء مجلد جديد", "Created new folder \"{name}\"" : "تمّ إنشاء مجلد جديد باسم \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "يمكن ألاّ تكون لديك صلاحية لعرضه، أطلب من المُرسل إن يشاركه معك", "The files is locked" : "الملفات مقفله", "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", - "Toggle %1$s sublist" : "تبديل %1$s قائمة فرعية" + "Toggle %1$s sublist" : "تبديل %1$s قائمة فرعية", + "Pictures and images" : "الصِّوَر " }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index cb4fff5980531..7736b0e30d1cb 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -321,7 +321,6 @@ "PDFs" : "ملفات بي دي إف", "Folders" : "المجلدات", "Audio" : "صوت", - "Pictures and images" : "الصِّوَر ", "Videos" : "فيديوهات", "New folder creation cancelled" : "تمّ إلغاء عملية إنشاء مجلد جديد", "Created new folder \"{name}\"" : "تمّ إنشاء مجلد جديد باسم \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "يمكن ألاّ تكون لديك صلاحية لعرضه، أطلب من المُرسل إن يشاركه معك", "The files is locked" : "الملفات مقفله", "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", - "Toggle %1$s sublist" : "تبديل %1$s قائمة فرعية" + "Toggle %1$s sublist" : "تبديل %1$s قائمة فرعية", + "Pictures and images" : "الصِّوَر " },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 6296d3207ffed..bf1892795b6bc 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF dokumenty", "Folders" : "Složky", "Audio" : "Zvuk", - "Pictures and images" : "Fotky a obrázky", "Videos" : "Videa", "New folder creation cancelled" : "Vytváření nové složky zrušeno", "Created new folder \"{name}\"" : "Vytvořena nová složka „{name}“", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Může být, že nemáte oprávnění pro jeho zobrazení – požádejte odesilatele aby vám ho nasdílel", "The files is locked" : "Soubory jsou uzamčené", "Create new templates folder" : "Vytvořit novou složku šablon", - "Toggle %1$s sublist" : "Přepnout %1$s podseznam" + "Toggle %1$s sublist" : "Přepnout %1$s podseznam", + "Pictures and images" : "Fotky a obrázky" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 72a463b7a92c1..6253e5c1e2b45 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -321,7 +321,6 @@ "PDFs" : "PDF dokumenty", "Folders" : "Složky", "Audio" : "Zvuk", - "Pictures and images" : "Fotky a obrázky", "Videos" : "Videa", "New folder creation cancelled" : "Vytváření nové složky zrušeno", "Created new folder \"{name}\"" : "Vytvořena nová složka „{name}“", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Může být, že nemáte oprávnění pro jeho zobrazení – požádejte odesilatele aby vám ho nasdílel", "The files is locked" : "Soubory jsou uzamčené", "Create new templates folder" : "Vytvořit novou složku šablon", - "Toggle %1$s sublist" : "Přepnout %1$s podseznam" + "Toggle %1$s sublist" : "Přepnout %1$s podseznam", + "Pictures and images" : "Fotky a obrázky" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index 9b37ccde64e41..e4190bc0dccb3 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFer", "Folders" : "Mapper", "Audio" : "Lyd", - "Pictures and images" : "Billeder", "Videos" : "Videoer", "Created new folder \"{name}\"" : "Oprettede ny mappe \"{name}\"", "Unable to initialize the templates directory" : "Kan ikke initialisere skabelonmappen", @@ -390,6 +389,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Du har muligvis ikke tilladelser til at se.... Bed afsenderen om at dele...", "The files is locked" : "Filerne er låste", "Create new templates folder" : "Opsæt ny skabelonmappe", - "Toggle %1$s sublist" : "Skift %1$s underliste" + "Toggle %1$s sublist" : "Skift %1$s underliste", + "Pictures and images" : "Billeder" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index f5ff3a4c36a64..ae19e23be39c8 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -321,7 +321,6 @@ "PDFs" : "PDFer", "Folders" : "Mapper", "Audio" : "Lyd", - "Pictures and images" : "Billeder", "Videos" : "Videoer", "Created new folder \"{name}\"" : "Oprettede ny mappe \"{name}\"", "Unable to initialize the templates directory" : "Kan ikke initialisere skabelonmappen", @@ -388,6 +387,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Du har muligvis ikke tilladelser til at se.... Bed afsenderen om at dele...", "The files is locked" : "Filerne er låste", "Create new templates folder" : "Opsæt ny skabelonmappe", - "Toggle %1$s sublist" : "Skift %1$s underliste" + "Toggle %1$s sublist" : "Skift %1$s underliste", + "Pictures and images" : "Billeder" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 5abdebe2ea878..d91c40b22cc8a 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Ordner", "Audio" : "Audio", - "Pictures and images" : "Bilder und Abbildungen", "Videos" : "Videos", "New folder creation cancelled" : "Erstellung des neuen Ordners abgrebrochen", "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Möglicherweise hast du nicht die Berechtigung zur Anzeige. Bitte den Absender, die Datei freizugeben.", "The files is locked" : "Die Datei ist gesperrt", "Create new templates folder" : "Neuen Vorlagenordner erstellen", - "Toggle %1$s sublist" : "Unterliste %1$s umschalten" + "Toggle %1$s sublist" : "Unterliste %1$s umschalten", + "Pictures and images" : "Bilder und Abbildungen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index 29285e9f92ceb..e1d81954e0c8b 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -321,7 +321,6 @@ "PDFs" : "PDFs", "Folders" : "Ordner", "Audio" : "Audio", - "Pictures and images" : "Bilder und Abbildungen", "Videos" : "Videos", "New folder creation cancelled" : "Erstellung des neuen Ordners abgrebrochen", "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Möglicherweise hast du nicht die Berechtigung zur Anzeige. Bitte den Absender, die Datei freizugeben.", "The files is locked" : "Die Datei ist gesperrt", "Create new templates folder" : "Neuen Vorlagenordner erstellen", - "Toggle %1$s sublist" : "Unterliste %1$s umschalten" + "Toggle %1$s sublist" : "Unterliste %1$s umschalten", + "Pictures and images" : "Bilder und Abbildungen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 7a89657606b3f..39c76eade3163 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Ordner", "Audio" : "Audio", - "Pictures and images" : "Bilder und Abbildungen", "Videos" : "Videos", "New folder creation cancelled" : "Erstellung des neuen Ordners fehlgeschlagen", "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Möglicherweise haben Sie nicht die Berechtigung zur Anzeige. Bitten Sie den Absender, die Datei freizugeben.", "The files is locked" : "Die Datei ist gesperrt", "Create new templates folder" : "Neuen Vorlagenordner erstellen", - "Toggle %1$s sublist" : "Unterliste %1$s umschalten" + "Toggle %1$s sublist" : "Unterliste %1$s umschalten", + "Pictures and images" : "Bilder und Abbildungen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 70134bec83406..f31c1681d227f 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -321,7 +321,6 @@ "PDFs" : "PDFs", "Folders" : "Ordner", "Audio" : "Audio", - "Pictures and images" : "Bilder und Abbildungen", "Videos" : "Videos", "New folder creation cancelled" : "Erstellung des neuen Ordners fehlgeschlagen", "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Möglicherweise haben Sie nicht die Berechtigung zur Anzeige. Bitten Sie den Absender, die Datei freizugeben.", "The files is locked" : "Die Datei ist gesperrt", "Create new templates folder" : "Neuen Vorlagenordner erstellen", - "Toggle %1$s sublist" : "Unterliste %1$s umschalten" + "Toggle %1$s sublist" : "Unterliste %1$s umschalten", + "Pictures and images" : "Bilder und Abbildungen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 5d757f0eba40d..d3577e73cfe33 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Folders", "Audio" : "Audio", - "Pictures and images" : "Pictures and images", "Videos" : "Videos", "New folder creation cancelled" : "New folder creation cancelled", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "The files is locked" : "The files is locked", "Create new templates folder" : "Create new templates folder", - "Toggle %1$s sublist" : "Toggle %1$s sublist" + "Toggle %1$s sublist" : "Toggle %1$s sublist", + "Pictures and images" : "Pictures and images" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 619f7e3b8c595..511fcf3e3122a 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -321,7 +321,6 @@ "PDFs" : "PDFs", "Folders" : "Folders", "Audio" : "Audio", - "Pictures and images" : "Pictures and images", "Videos" : "Videos", "New folder creation cancelled" : "New folder creation cancelled", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "The files is locked" : "The files is locked", "Create new templates folder" : "Create new templates folder", - "Toggle %1$s sublist" : "Toggle %1$s sublist" + "Toggle %1$s sublist" : "Toggle %1$s sublist", + "Pictures and images" : "Pictures and images" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 605cdd36c9538..f3987d42b4214 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Carpetas", "Audio" : "Audio", - "Pictures and images" : "Fotos e imágenes", "Videos" : "Videos", "Created new folder \"{name}\"" : "Nueva carpeta \"{name}\" creada", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", @@ -390,6 +389,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Puede que no tenga permisos para verlo, solicite al remitente que lo comparta", "The files is locked" : "El archivo está bloqueado", "Create new templates folder" : "Crear nueva carpeta de plantillas", - "Toggle %1$s sublist" : "Alternar %1$s sublista" + "Toggle %1$s sublist" : "Alternar %1$s sublista", + "Pictures and images" : "Fotos e imágenes" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 1eb146e6d8b43..b9806ff7497e6 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -321,7 +321,6 @@ "PDFs" : "PDFs", "Folders" : "Carpetas", "Audio" : "Audio", - "Pictures and images" : "Fotos e imágenes", "Videos" : "Videos", "Created new folder \"{name}\"" : "Nueva carpeta \"{name}\" creada", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", @@ -388,6 +387,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Puede que no tenga permisos para verlo, solicite al remitente que lo comparta", "The files is locked" : "El archivo está bloqueado", "Create new templates folder" : "Crear nueva carpeta de plantillas", - "Toggle %1$s sublist" : "Alternar %1$s sublista" + "Toggle %1$s sublist" : "Alternar %1$s sublista", + "Pictures and images" : "Fotos e imágenes" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 91f37d97b4612..521d56c318b81 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFak", "Folders" : "Karpetak", "Audio" : "Audio", - "Pictures and images" : "Argazkiak eta irudiak", "Videos" : "Bideoak", "New folder creation cancelled" : "Karpeta berrien sorrera bertan behera utzi da", "Created new folder \"{name}\"" : "\"{name}\" karpeta berria sortu da", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Baliteke hura ikusteko baimenik ez izatea; eskatu igorleari partekatzeko", "The files is locked" : "Fixategiak blokeatuta dago", "Create new templates folder" : "Sortu txantiloi karpeta berria", - "Toggle %1$s sublist" : "Txandakatu %1$sazpizerrenda" + "Toggle %1$s sublist" : "Txandakatu %1$sazpizerrenda", + "Pictures and images" : "Argazkiak eta irudiak" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index 7bd56957b0cea..249c6b66fa806 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -321,7 +321,6 @@ "PDFs" : "PDFak", "Folders" : "Karpetak", "Audio" : "Audio", - "Pictures and images" : "Argazkiak eta irudiak", "Videos" : "Bideoak", "New folder creation cancelled" : "Karpeta berrien sorrera bertan behera utzi da", "Created new folder \"{name}\"" : "\"{name}\" karpeta berria sortu da", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Baliteke hura ikusteko baimenik ez izatea; eskatu igorleari partekatzeko", "The files is locked" : "Fixategiak blokeatuta dago", "Create new templates folder" : "Sortu txantiloi karpeta berria", - "Toggle %1$s sublist" : "Txandakatu %1$sazpizerrenda" + "Toggle %1$s sublist" : "Txandakatu %1$sazpizerrenda", + "Pictures and images" : "Argazkiak eta irudiak" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 7319da930a22f..f69bf1a87348f 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -290,7 +290,6 @@ OC.L10N.register( "PDFs" : "PDF-tiedostot", "Folders" : "Kansiot", "Audio" : "Ääni", - "Pictures and images" : "Kuvat ja valokuvat", "Videos" : "Videot", "Created new folder \"{name}\"" : "Luotu uusi kansio \"{name}\"", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", @@ -351,6 +350,7 @@ OC.L10N.register( "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "You might not have have permissions to view it, ask the sender to share it" : "Oikeutesi eivät kenties riitä sen katseluun, pyydä lähettäjää jakamaan se", "The files is locked" : "Tiedosto on lukittu", - "Create new templates folder" : "Luo uusi mallipohjien kansio" + "Create new templates folder" : "Luo uusi mallipohjien kansio", + "Pictures and images" : "Kuvat ja valokuvat" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index b5938777884cd..9b76610940911 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -288,7 +288,6 @@ "PDFs" : "PDF-tiedostot", "Folders" : "Kansiot", "Audio" : "Ääni", - "Pictures and images" : "Kuvat ja valokuvat", "Videos" : "Videot", "Created new folder \"{name}\"" : "Luotu uusi kansio \"{name}\"", "Unable to initialize the templates directory" : "Mallipohjien kansiota ei voitu alustaa", @@ -349,6 +348,7 @@ "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "You might not have have permissions to view it, ask the sender to share it" : "Oikeutesi eivät kenties riitä sen katseluun, pyydä lähettäjää jakamaan se", "The files is locked" : "Tiedosto on lukittu", - "Create new templates folder" : "Luo uusi mallipohjien kansio" + "Create new templates folder" : "Luo uusi mallipohjien kansio", + "Pictures and images" : "Kuvat ja valokuvat" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 9eee9c0c55e2a..854a6a83883e3 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Dossiers", "Audio" : "Audio", - "Pictures and images" : "Photos et images", "Videos" : "Vidéos", "New folder creation cancelled" : "La création du nouveau dossier est annulée", "Created new folder \"{name}\"" : "Nouveau dossier \"{name}\" créé", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Vous n’avez peut-être pas les autorisations pour le voir, demandez à l’expéditeur de le partager", "The files is locked" : "Le fichier est verrouillé", "Create new templates folder" : "Créer un nouveau dossier de modèles", - "Toggle %1$s sublist" : "Basculer %1$s sous-liste" + "Toggle %1$s sublist" : "Basculer %1$s sous-liste", + "Pictures and images" : "Photos et images" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 8d52347e83d91..aee72a8f7bba6 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -321,7 +321,6 @@ "PDFs" : "PDFs", "Folders" : "Dossiers", "Audio" : "Audio", - "Pictures and images" : "Photos et images", "Videos" : "Vidéos", "New folder creation cancelled" : "La création du nouveau dossier est annulée", "Created new folder \"{name}\"" : "Nouveau dossier \"{name}\" créé", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Vous n’avez peut-être pas les autorisations pour le voir, demandez à l’expéditeur de le partager", "The files is locked" : "Le fichier est verrouillé", "Create new templates folder" : "Créer un nouveau dossier de modèles", - "Toggle %1$s sublist" : "Basculer %1$s sous-liste" + "Toggle %1$s sublist" : "Basculer %1$s sous-liste", + "Pictures and images" : "Photos et images" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index eee8eb379a34c..931f61a1c99f0 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Fillteáin", "Audio" : "Fuaime", - "Pictures and images" : "Pictiúir agus íomhánna", "Videos" : "Físeáin", "New folder creation cancelled" : "Cruthú fillteán nua curtha ar ceal", "Created new folder \"{name}\"" : "Cruthaíodh fillteán nua \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Seans nach bhfuil cead agat é a fheiceáil, iarr ar an seoltóir é a roinnt", "The files is locked" : "Tá na comhaid faoi ghlas", "Create new templates folder" : "Cruthaigh fillteán teimpléid nua", - "Toggle %1$s sublist" : "Scoránaigh %1$s fo-liosta" + "Toggle %1$s sublist" : "Scoránaigh %1$s fo-liosta", + "Pictures and images" : "Pictiúir agus íomhánna" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index 9da031a55a995..ebe9344089dce 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -321,7 +321,6 @@ "PDFs" : "PDFs", "Folders" : "Fillteáin", "Audio" : "Fuaime", - "Pictures and images" : "Pictiúir agus íomhánna", "Videos" : "Físeáin", "New folder creation cancelled" : "Cruthú fillteán nua curtha ar ceal", "Created new folder \"{name}\"" : "Cruthaíodh fillteán nua \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Seans nach bhfuil cead agat é a fheiceáil, iarr ar an seoltóir é a roinnt", "The files is locked" : "Tá na comhaid faoi ghlas", "Create new templates folder" : "Cruthaigh fillteán teimpléid nua", - "Toggle %1$s sublist" : "Scoránaigh %1$s fo-liosta" + "Toggle %1$s sublist" : "Scoránaigh %1$s fo-liosta", + "Pictures and images" : "Pictiúir agus íomhánna" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index e4c016e0d8ad4..0db700559de0a 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF", "Folders" : "Cartafoles", "Audio" : "Son", - "Pictures and images" : "Fotos e imaxes", "Videos" : "Vídeos", "New folder creation cancelled" : "Cancelouse a creación dun novo cartafol", "Created new folder \"{name}\"" : "Creouse un novo cartafol «{name}»", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "É posíbel que non teña permisos para velo, pídalle ao remitente que o comparta", "The files is locked" : "Os ficheiros están bloqueados", "Create new templates folder" : "Crear un novo cartafol de modelos", - "Toggle %1$s sublist" : "Alternar %1$s sublista" + "Toggle %1$s sublist" : "Alternar %1$s sublista", + "Pictures and images" : "Fotos e imaxes" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index 0102d6ff541b3..e92fdd0fde5e9 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -321,7 +321,6 @@ "PDFs" : "PDF", "Folders" : "Cartafoles", "Audio" : "Son", - "Pictures and images" : "Fotos e imaxes", "Videos" : "Vídeos", "New folder creation cancelled" : "Cancelouse a creación dun novo cartafol", "Created new folder \"{name}\"" : "Creouse un novo cartafol «{name}»", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "É posíbel que non teña permisos para velo, pídalle ao remitente que o comparta", "The files is locked" : "Os ficheiros están bloqueados", "Create new templates folder" : "Crear un novo cartafol de modelos", - "Toggle %1$s sublist" : "Alternar %1$s sublista" + "Toggle %1$s sublist" : "Alternar %1$s sublista", + "Pictures and images" : "Fotos e imaxes" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index fed3b3721c55e..f38a2869c4bfc 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF-ek", "Folders" : "Mappák", "Audio" : "Hangok", - "Pictures and images" : "Képek", "Videos" : "Videók", "New folder creation cancelled" : "Az új mappa létrehozása megszakítva", "Created new folder \"{name}\"" : "Új „{name}” mappa létrehozva", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Lehet, hogy nincs jogosultsága, hogy megtekintse, kérje meg a küldőt, hogy ossza meg", "The files is locked" : "Ez a fájl zárolva van", "Create new templates folder" : "Új sablonmappa létrehozása", - "Toggle %1$s sublist" : "%1$s allista be/ki" + "Toggle %1$s sublist" : "%1$s allista be/ki", + "Pictures and images" : "Képek" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index b1fdc4b44577e..82edd76cd5a52 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -321,7 +321,6 @@ "PDFs" : "PDF-ek", "Folders" : "Mappák", "Audio" : "Hangok", - "Pictures and images" : "Képek", "Videos" : "Videók", "New folder creation cancelled" : "Az új mappa létrehozása megszakítva", "Created new folder \"{name}\"" : "Új „{name}” mappa létrehozva", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Lehet, hogy nincs jogosultsága, hogy megtekintse, kérje meg a küldőt, hogy ossza meg", "The files is locked" : "Ez a fájl zárolva van", "Create new templates folder" : "Új sablonmappa létrehozása", - "Toggle %1$s sublist" : "%1$s allista be/ki" + "Toggle %1$s sublist" : "%1$s allista be/ki", + "Pictures and images" : "Képek" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 8cf483d3ad0a0..05dae81b40484 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF", "Folders" : "フォルダー", "Audio" : "オーディオ", - "Pictures and images" : "写真と画像", "Videos" : "動画", "New folder creation cancelled" : "新しいフォルダーの作成がキャンセルされました", "Created new folder \"{name}\"" : "新規フォルダ \"{name}\" を作成しました", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", "The files is locked" : "ファイルはロックされています", "Create new templates folder" : "新しいテンプレートフォルダーを作成", - "Toggle %1$s sublist" : "サブリスト %1$s を切り替え" + "Toggle %1$s sublist" : "サブリスト %1$s を切り替え", + "Pictures and images" : "写真と画像" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 18b7c5a95bd30..6b400eb116b8f 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -321,7 +321,6 @@ "PDFs" : "PDF", "Folders" : "フォルダー", "Audio" : "オーディオ", - "Pictures and images" : "写真と画像", "Videos" : "動画", "New folder creation cancelled" : "新しいフォルダーの作成がキャンセルされました", "Created new folder \"{name}\"" : "新規フォルダ \"{name}\" を作成しました", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "閲覧権限がない可能性があるため、送信者に共有を依頼してください", "The files is locked" : "ファイルはロックされています", "Create new templates folder" : "新しいテンプレートフォルダーを作成", - "Toggle %1$s sublist" : "サブリスト %1$s を切り替え" + "Toggle %1$s sublist" : "サブリスト %1$s を切り替え", + "Pictures and images" : "写真と画像" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index 1574ec63b3e40..fc4cc8e4ad784 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFer", "Folders" : "Mapper", "Audio" : "Lyd", - "Pictures and images" : "Fotoer og bilder", "Videos" : "Filmer", "New folder creation cancelled" : "Oppretting av ny mappe avbrutt", "Created new folder \"{name}\"" : "Opprettet ny mappe \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Du har kanskje ikke tillatelse til å se den, be avsenderen om å dele den", "The files is locked" : "Filene er låst", "Create new templates folder" : "Opprett ny malermappe", - "Toggle %1$s sublist" : "Veksle %1$s underliste" + "Toggle %1$s sublist" : "Veksle %1$s underliste", + "Pictures and images" : "Fotoer og bilder" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 12e47af12b552..aefd889cf18a2 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -321,7 +321,6 @@ "PDFs" : "PDFer", "Folders" : "Mapper", "Audio" : "Lyd", - "Pictures and images" : "Fotoer og bilder", "Videos" : "Filmer", "New folder creation cancelled" : "Oppretting av ny mappe avbrutt", "Created new folder \"{name}\"" : "Opprettet ny mappe \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Du har kanskje ikke tillatelse til å se den, be avsenderen om å dele den", "The files is locked" : "Filene er låst", "Create new templates folder" : "Opprett ny malermappe", - "Toggle %1$s sublist" : "Veksle %1$s underliste" + "Toggle %1$s sublist" : "Veksle %1$s underliste", + "Pictures and images" : "Fotoer og bilder" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 401f94c2397c3..e48ead284b85f 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDFs", "Folders" : "Pastas", "Audio" : "Áudio", - "Pictures and images" : "Fotos e imagens", "Videos" : "Vídeos", "New folder creation cancelled" : "Criação de nova pasta cancelada", "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "The files is locked" : "Os arquivos estão bloqueados", "Create new templates folder" : "Criar nova pasta de modelos", - "Toggle %1$s sublist" : "Alternar a sublista %1$s" + "Toggle %1$s sublist" : "Alternar a sublista %1$s", + "Pictures and images" : "Fotos e imagens" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 96e6f2a6b9cfb..3a7a2aa8e1193 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -321,7 +321,6 @@ "PDFs" : "PDFs", "Folders" : "Pastas", "Audio" : "Áudio", - "Pictures and images" : "Fotos e imagens", "Videos" : "Vídeos", "New folder creation cancelled" : "Criação de nova pasta cancelada", "Created new folder \"{name}\"" : "Nova pasta criada \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "The files is locked" : "Os arquivos estão bloqueados", "Create new templates folder" : "Criar nova pasta de modelos", - "Toggle %1$s sublist" : "Alternar a sublista %1$s" + "Toggle %1$s sublist" : "Alternar a sublista %1$s", + "Pictures and images" : "Fotos e imagens" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 242ed81cc5e18..ebee5a226e9d3 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -321,7 +321,6 @@ OC.L10N.register( "PDFs" : "PDFká", "Folders" : "Priečinky", "Audio" : "Zvuk", - "Pictures and images" : "Obrázky a snímky", "Videos" : "Videá", "Created new folder \"{name}\"" : "Vytvorený nový priečinok \"{name}\"", "Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami", @@ -388,6 +387,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Pravdopodobne nemáte prístup, požiadajte oň odosielateľa ", "The files is locked" : "Súbory sú uzamknuté", "Create new templates folder" : "Vytvoriť nový vzorový priečinok", - "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam" + "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam", + "Pictures and images" : "Obrázky a snímky" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index 2e54c2861bf76..1ce43f4e7ba45 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -319,7 +319,6 @@ "PDFs" : "PDFká", "Folders" : "Priečinky", "Audio" : "Zvuk", - "Pictures and images" : "Obrázky a snímky", "Videos" : "Videá", "Created new folder \"{name}\"" : "Vytvorený nový priečinok \"{name}\"", "Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami", @@ -386,6 +385,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Pravdopodobne nemáte prístup, požiadajte oň odosielateľa ", "The files is locked" : "Súbory sú uzamknuté", "Create new templates folder" : "Vytvoriť nový vzorový priečinok", - "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam" + "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam", + "Pictures and images" : "Obrázky a snímky" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 6d207403a649b..0f24405a9fb25 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF фајлови", "Folders" : "Фолдери", "Audio" : "Звук", - "Pictures and images" : "Слике и цртежи", "Videos" : "Видео снимци", "New folder creation cancelled" : "Отказане је креирање новог фолдера", "Created new folder \"{name}\"" : "Креиран је нови фолдер „{name}”", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Можда немате дозволе да га погледате, затражите од пошиљаоца да га подели са вама", "The files is locked" : "Фајл је закључан", "Create new templates folder" : "Креирај нови фолдер шаблона", - "Toggle %1$s sublist" : "Укљ./искљ. %1$s подлисте" + "Toggle %1$s sublist" : "Укљ./искљ. %1$s подлисте", + "Pictures and images" : "Слике и цртежи" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index bcace943dd48e..8949bc185f7c4 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -321,7 +321,6 @@ "PDFs" : "PDF фајлови", "Folders" : "Фолдери", "Audio" : "Звук", - "Pictures and images" : "Слике и цртежи", "Videos" : "Видео снимци", "New folder creation cancelled" : "Отказане је креирање новог фолдера", "Created new folder \"{name}\"" : "Креиран је нови фолдер „{name}”", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Можда немате дозволе да га погледате, затражите од пошиљаоца да га подели са вама", "The files is locked" : "Фајл је закључан", "Create new templates folder" : "Креирај нови фолдер шаблона", - "Toggle %1$s sublist" : "Укљ./искљ. %1$s подлисте" + "Toggle %1$s sublist" : "Укљ./искљ. %1$s подлисте", + "Pictures and images" : "Слике и цртежи" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 345b68f46c06b..9151314f18036 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF-filer", "Folders" : "Mappar", "Audio" : "Ljud", - "Pictures and images" : "Foton och bilder", "Videos" : "Videor", "New folder creation cancelled" : "Skapandet av ny mapp avbröts", "Created new folder \"{name}\"" : "Skapat ny mapp \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Du kanske inte har behörighet att se den, be avsändaren att dela den", "The files is locked" : "Filerna är låsta", "Create new templates folder" : "Skapa ny mallmapp", - "Toggle %1$s sublist" : "Växla %1$s sublista" + "Toggle %1$s sublist" : "Växla %1$s sublista", + "Pictures and images" : "Foton och bilder" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 909aab75e2f64..e3f9288d04be5 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -321,7 +321,6 @@ "PDFs" : "PDF-filer", "Folders" : "Mappar", "Audio" : "Ljud", - "Pictures and images" : "Foton och bilder", "Videos" : "Videor", "New folder creation cancelled" : "Skapandet av ny mapp avbröts", "Created new folder \"{name}\"" : "Skapat ny mapp \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Du kanske inte har behörighet att se den, be avsändaren att dela den", "The files is locked" : "Filerna är låsta", "Create new templates folder" : "Skapa ny mallmapp", - "Toggle %1$s sublist" : "Växla %1$s sublista" + "Toggle %1$s sublist" : "Växla %1$s sublista", + "Pictures and images" : "Foton och bilder" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 3db39acece5c5..79a764a786bd1 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF dosyaları", "Folders" : "Klasörler", "Audio" : "Ses", - "Pictures and images" : "Fotoğraflar ve görseller", "Videos" : "Görüntüler", "New folder creation cancelled" : "Yeni klasör oluşturma işlemi iptal edildi", "Created new folder \"{name}\"" : "\"{name}\" yeni klasörü oluşturuldu", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Dosyayı görüntüleme izniniz olmayabilir. Gönderenden paylaşmasını isteyin", "The files is locked" : "Dosyalar kilitli", "Create new templates folder" : "Yeni kalıp klasörü oluştur", - "Toggle %1$s sublist" : "%1$s alt listesini aç/kapat" + "Toggle %1$s sublist" : "%1$s alt listesini aç/kapat", + "Pictures and images" : "Fotoğraflar ve görseller" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 3c0c3acf95c68..49ccb7d23b794 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -321,7 +321,6 @@ "PDFs" : "PDF dosyaları", "Folders" : "Klasörler", "Audio" : "Ses", - "Pictures and images" : "Fotoğraflar ve görseller", "Videos" : "Görüntüler", "New folder creation cancelled" : "Yeni klasör oluşturma işlemi iptal edildi", "Created new folder \"{name}\"" : "\"{name}\" yeni klasörü oluşturuldu", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Dosyayı görüntüleme izniniz olmayabilir. Gönderenden paylaşmasını isteyin", "The files is locked" : "Dosyalar kilitli", "Create new templates folder" : "Yeni kalıp klasörü oluştur", - "Toggle %1$s sublist" : "%1$s alt listesini aç/kapat" + "Toggle %1$s sublist" : "%1$s alt listesini aç/kapat", + "Pictures and images" : "Fotoğraflar ve görseller" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js index 8298776c26226..f848eeae7ce06 100644 --- a/apps/files/l10n/uk.js +++ b/apps/files/l10n/uk.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "Файли PDF", "Folders" : "Каталоги", "Audio" : "Аудіо", - "Pictures and images" : "Зображення", "Videos" : "Відео", "New folder creation cancelled" : "Створення нового каталогу скасовано", "Created new folder \"{name}\"" : "Створив(-ла) новий каталог \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "Ймовірно у вас відсутні права на перегляд. Попросіть відправника поділитися доступом.", "The files is locked" : "Файл заблоковано", "Create new templates folder" : "Створіть новий каталог для шаблонів", - "Toggle %1$s sublist" : "Перемкнути вкладений список %1$s" + "Toggle %1$s sublist" : "Перемкнути вкладений список %1$s", + "Pictures and images" : "Зображення" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json index 5507f2915ae98..7bbb9d019745a 100644 --- a/apps/files/l10n/uk.json +++ b/apps/files/l10n/uk.json @@ -321,7 +321,6 @@ "PDFs" : "Файли PDF", "Folders" : "Каталоги", "Audio" : "Аудіо", - "Pictures and images" : "Зображення", "Videos" : "Відео", "New folder creation cancelled" : "Створення нового каталогу скасовано", "Created new folder \"{name}\"" : "Створив(-ла) новий каталог \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "Ймовірно у вас відсутні права на перегляд. Попросіть відправника поділитися доступом.", "The files is locked" : "Файл заблоковано", "Create new templates folder" : "Створіть новий каталог для шаблонів", - "Toggle %1$s sublist" : "Перемкнути вкладений список %1$s" + "Toggle %1$s sublist" : "Перемкнути вкладений список %1$s", + "Pictures and images" : "Зображення" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 19ec24cdb8d29..021516498e096 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -316,7 +316,6 @@ OC.L10N.register( "PDFs" : "PDF", "Folders" : "文件夹", "Audio" : "声音提醒", - "Pictures and images" : "图片以及影像", "Videos" : "视频", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", "Unable to initialize the templates directory" : "无法初始化模板目录", @@ -382,6 +381,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", "The files is locked" : "文件已锁定", "Create new templates folder" : "新建模板文件夹", - "Toggle %1$s sublist" : "切换 %1$s 子列表" + "Toggle %1$s sublist" : "切换 %1$s 子列表", + "Pictures and images" : "图片以及影像" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index ed138751e63ec..25b701397fc2f 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -314,7 +314,6 @@ "PDFs" : "PDF", "Folders" : "文件夹", "Audio" : "声音提醒", - "Pictures and images" : "图片以及影像", "Videos" : "视频", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", "Unable to initialize the templates directory" : "无法初始化模板目录", @@ -380,6 +379,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", "The files is locked" : "文件已锁定", "Create new templates folder" : "新建模板文件夹", - "Toggle %1$s sublist" : "切换 %1$s 子列表" + "Toggle %1$s sublist" : "切换 %1$s 子列表", + "Pictures and images" : "图片以及影像" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 9a154411c157e..5c048ae50703d 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF", "Folders" : "資料夾", "Audio" : "音頻", - "Pictures and images" : "圖片與圖像", "Videos" : "影片", "New folder creation cancelled" : "已取消建立新資料夾", "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "The files is locked" : "檔案已被上鎖", "Create new templates folder" : "創建新範本資料夾", - "Toggle %1$s sublist" : "切換 %1$s 子列表" + "Toggle %1$s sublist" : "切換 %1$s 子列表", + "Pictures and images" : "圖片與圖像" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index ed8b5adc09b55..2e3deb0ab8ac9 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -321,7 +321,6 @@ "PDFs" : "PDF", "Folders" : "資料夾", "Audio" : "音頻", - "Pictures and images" : "圖片與圖像", "Videos" : "影片", "New folder creation cancelled" : "已取消建立新資料夾", "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "The files is locked" : "檔案已被上鎖", "Create new templates folder" : "創建新範本資料夾", - "Toggle %1$s sublist" : "切換 %1$s 子列表" + "Toggle %1$s sublist" : "切換 %1$s 子列表", + "Pictures and images" : "圖片與圖像" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index a41e48b4d5189..6dac8d897154e 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -323,7 +323,6 @@ OC.L10N.register( "PDFs" : "PDF", "Folders" : "資料夾", "Audio" : "音訊", - "Pictures and images" : "照片與影像", "Videos" : "影片", "New folder creation cancelled" : "已取消建立新資料夾", "Created new folder \"{name}\"" : "已建立新資料夾「{name}」", @@ -391,6 +390,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "The files is locked" : "檔案已鎖定", "Create new templates folder" : "建立新的範本資料夾", - "Toggle %1$s sublist" : "切換 %1$s 子列表" + "Toggle %1$s sublist" : "切換 %1$s 子列表", + "Pictures and images" : "照片與影像" }, "nplurals=1; plural=0;"); diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index ed1459cfa7b65..b44baae209adc 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -321,7 +321,6 @@ "PDFs" : "PDF", "Folders" : "資料夾", "Audio" : "音訊", - "Pictures and images" : "照片與影像", "Videos" : "影片", "New folder creation cancelled" : "已取消建立新資料夾", "Created new folder \"{name}\"" : "已建立新資料夾「{name}」", @@ -389,6 +388,7 @@ "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "The files is locked" : "檔案已鎖定", "Create new templates folder" : "建立新的範本資料夾", - "Toggle %1$s sublist" : "切換 %1$s 子列表" + "Toggle %1$s sublist" : "切換 %1$s 子列表", + "Pictures and images" : "照片與影像" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file