diff --git a/apps/dashboard/l10n/ar.js b/apps/dashboard/l10n/ar.js index 9fe2e10f86..68f9911dd9 100644 --- a/apps/dashboard/l10n/ar.js +++ b/apps/dashboard/l10n/ar.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "صباح الخير", "Good night, {name}" : "تصبح على خير، {name}", "Good night" : "تصبح على خير", - "Pick from files" : "اختر من الملفات", "Default images" : "الصور الإفتراضية", "Plain background" : "خلفية سادة", - "Insert from {productName}" : "اضف من {productName}" + "Insert from {productName}" : "اضف من {productName}", + "Pick from files" : "اختر من الملفات" }, "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/dashboard/l10n/ar.json b/apps/dashboard/l10n/ar.json index 19ce3b641d..6c1aa66b45 100644 --- a/apps/dashboard/l10n/ar.json +++ b/apps/dashboard/l10n/ar.json @@ -21,9 +21,9 @@ "Good morning" : "صباح الخير", "Good night, {name}" : "تصبح على خير، {name}", "Good night" : "تصبح على خير", - "Pick from files" : "اختر من الملفات", "Default images" : "الصور الإفتراضية", "Plain background" : "خلفية سادة", - "Insert from {productName}" : "اضف من {productName}" + "Insert from {productName}" : "اضف من {productName}", + "Pick from files" : "اختر من الملفات" },"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/dashboard/l10n/ca.js b/apps/dashboard/l10n/ca.js index 7e6943b0f9..5aad49eba9 100644 --- a/apps/dashboard/l10n/ca.js +++ b/apps/dashboard/l10n/ca.js @@ -21,9 +21,9 @@ OC.L10N.register( "Good morning" : "Bon dia", "Good night, {name}" : "Bona nit, {name}", "Good night" : "Bona nit", - "Pick from files" : "Tria entre fitxers", "Default images" : "Imatges predeterminades", "Plain background" : "Fons senzill", - "Insert from {productName}" : "Insereix des de {productName}" + "Insert from {productName}" : "Insereix des de {productName}", + "Pick from files" : "Tria entre fitxers" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/ca.json b/apps/dashboard/l10n/ca.json index 41e2732479..45d36c718a 100644 --- a/apps/dashboard/l10n/ca.json +++ b/apps/dashboard/l10n/ca.json @@ -19,9 +19,9 @@ "Good morning" : "Bon dia", "Good night, {name}" : "Bona nit, {name}", "Good night" : "Bona nit", - "Pick from files" : "Tria entre fitxers", "Default images" : "Imatges predeterminades", "Plain background" : "Fons senzill", - "Insert from {productName}" : "Insereix des de {productName}" + "Insert from {productName}" : "Insereix des de {productName}", + "Pick from files" : "Tria entre fitxers" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/cs.js b/apps/dashboard/l10n/cs.js index 94aaa2f7fb..8220beb0e0 100644 --- a/apps/dashboard/l10n/cs.js +++ b/apps/dashboard/l10n/cs.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Dobré ráno", "Good night, {name}" : "Dobrou noc, {name}", "Good night" : "Dobrou noc", - "Pick from files" : "Vybrat ze souborů", "Default images" : "Výchozí obrázky", "Plain background" : "Holé pozadí", - "Insert from {productName}" : "Vložit z {productName}" + "Insert from {productName}" : "Vložit z {productName}", + "Pick from files" : "Vybrat ze souborů" }, "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/dashboard/l10n/cs.json b/apps/dashboard/l10n/cs.json index a9b4911d0c..2d7d26e978 100644 --- a/apps/dashboard/l10n/cs.json +++ b/apps/dashboard/l10n/cs.json @@ -21,9 +21,9 @@ "Good morning" : "Dobré ráno", "Good night, {name}" : "Dobrou noc, {name}", "Good night" : "Dobrou noc", - "Pick from files" : "Vybrat ze souborů", "Default images" : "Výchozí obrázky", "Plain background" : "Holé pozadí", - "Insert from {productName}" : "Vložit z {productName}" + "Insert from {productName}" : "Vložit z {productName}", + "Pick from files" : "Vybrat ze souborů" },"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/dashboard/l10n/de.js b/apps/dashboard/l10n/de.js index cafb02e547..38391fffc2 100644 --- a/apps/dashboard/l10n/de.js +++ b/apps/dashboard/l10n/de.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Guten Morgen", "Good night, {name}" : "Gute Nacht {name}", "Good night" : "Gute Nacht", - "Pick from files" : "Aus Dateien wählen", "Default images" : "Standardbilder", "Plain background" : "Einfacher Hintergrund", - "Insert from {productName}" : "Von {productName} einfügen" + "Insert from {productName}" : "Von {productName} einfügen", + "Pick from files" : "Aus Dateien wählen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/de.json b/apps/dashboard/l10n/de.json index 41d817dffe..2bb4ec53b0 100644 --- a/apps/dashboard/l10n/de.json +++ b/apps/dashboard/l10n/de.json @@ -21,9 +21,9 @@ "Good morning" : "Guten Morgen", "Good night, {name}" : "Gute Nacht {name}", "Good night" : "Gute Nacht", - "Pick from files" : "Aus Dateien wählen", "Default images" : "Standardbilder", "Plain background" : "Einfacher Hintergrund", - "Insert from {productName}" : "Von {productName} einfügen" + "Insert from {productName}" : "Von {productName} einfügen", + "Pick from files" : "Aus Dateien wählen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/de_DE.js b/apps/dashboard/l10n/de_DE.js index f493d38e09..79bb999c77 100644 --- a/apps/dashboard/l10n/de_DE.js +++ b/apps/dashboard/l10n/de_DE.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Guten Morgen", "Good night, {name}" : "Gute Nacht {name}", "Good night" : "Gute Nacht", - "Pick from files" : "Aus Dateien wählen", "Default images" : "Standardbilder", "Plain background" : "Einfacher Hintergrund", - "Insert from {productName}" : "Von {productName} einfügen" + "Insert from {productName}" : "Von {productName} einfügen", + "Pick from files" : "Aus Dateien wählen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/de_DE.json b/apps/dashboard/l10n/de_DE.json index 6e1d732cb7..b1025c256f 100644 --- a/apps/dashboard/l10n/de_DE.json +++ b/apps/dashboard/l10n/de_DE.json @@ -21,9 +21,9 @@ "Good morning" : "Guten Morgen", "Good night, {name}" : "Gute Nacht {name}", "Good night" : "Gute Nacht", - "Pick from files" : "Aus Dateien wählen", "Default images" : "Standardbilder", "Plain background" : "Einfacher Hintergrund", - "Insert from {productName}" : "Von {productName} einfügen" + "Insert from {productName}" : "Von {productName} einfügen", + "Pick from files" : "Aus Dateien wählen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/el.js b/apps/dashboard/l10n/el.js index 7bfdc57feb..cf03858bc2 100644 --- a/apps/dashboard/l10n/el.js +++ b/apps/dashboard/l10n/el.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Καλημέρα", "Good night, {name}" : "Καληνύχτα, {name}", "Good night" : "Καληνύχτα", - "Pick from files" : "Επιλογή από τα αρχεία", "Default images" : "Προεπιλεγμένες εικόνες", "Plain background" : "Απλό παρασκήνιο", - "Insert from {productName}" : "Εισαγωγή από {productName}" + "Insert from {productName}" : "Εισαγωγή από {productName}", + "Pick from files" : "Επιλογή από τα αρχεία" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/el.json b/apps/dashboard/l10n/el.json index aaa8365e3f..990679dd0c 100644 --- a/apps/dashboard/l10n/el.json +++ b/apps/dashboard/l10n/el.json @@ -21,9 +21,9 @@ "Good morning" : "Καλημέρα", "Good night, {name}" : "Καληνύχτα, {name}", "Good night" : "Καληνύχτα", - "Pick from files" : "Επιλογή από τα αρχεία", "Default images" : "Προεπιλεγμένες εικόνες", "Plain background" : "Απλό παρασκήνιο", - "Insert from {productName}" : "Εισαγωγή από {productName}" + "Insert from {productName}" : "Εισαγωγή από {productName}", + "Pick from files" : "Επιλογή από τα αρχεία" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/es.js b/apps/dashboard/l10n/es.js index 2078ab8b64..034312e49c 100644 --- a/apps/dashboard/l10n/es.js +++ b/apps/dashboard/l10n/es.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Buenos días", "Good night, {name}" : "Buenas noches, {name}", "Good night" : "Buenas noches", - "Pick from files" : "Escoger desde los archivos", "Default images" : "Imágenes predeterminadas", "Plain background" : "Fondo liso", - "Insert from {productName}" : "Insertar desde {productName}" + "Insert from {productName}" : "Insertar desde {productName}", + "Pick from files" : "Escoger desde los archivos" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/es.json b/apps/dashboard/l10n/es.json index 29ecc97fb1..37d07167ac 100644 --- a/apps/dashboard/l10n/es.json +++ b/apps/dashboard/l10n/es.json @@ -21,9 +21,9 @@ "Good morning" : "Buenos días", "Good night, {name}" : "Buenas noches, {name}", "Good night" : "Buenas noches", - "Pick from files" : "Escoger desde los archivos", "Default images" : "Imágenes predeterminadas", "Plain background" : "Fondo liso", - "Insert from {productName}" : "Insertar desde {productName}" + "Insert from {productName}" : "Insertar desde {productName}", + "Pick from files" : "Escoger desde los archivos" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/fa.js b/apps/dashboard/l10n/fa.js index b6fd12df28..5469eddbed 100644 --- a/apps/dashboard/l10n/fa.js +++ b/apps/dashboard/l10n/fa.js @@ -19,8 +19,8 @@ OC.L10N.register( "Good morning" : "صبح بخیر", "Good night, {name}" : "{name} شبتان بخیر", "Good night" : "شب بخیر", - "Pick from files" : "از میان پرونده‌ها انتخاب کنم", "Default images" : "تصاویر پیش‌فرض", - "Plain background" : "تصویر زمینه ساده" + "Plain background" : "تصویر زمینه ساده", + "Pick from files" : "از میان پرونده‌ها انتخاب کنم" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dashboard/l10n/fa.json b/apps/dashboard/l10n/fa.json index 41dd299ed6..c2d3e30d3a 100644 --- a/apps/dashboard/l10n/fa.json +++ b/apps/dashboard/l10n/fa.json @@ -17,8 +17,8 @@ "Good morning" : "صبح بخیر", "Good night, {name}" : "{name} شبتان بخیر", "Good night" : "شب بخیر", - "Pick from files" : "از میان پرونده‌ها انتخاب کنم", "Default images" : "تصاویر پیش‌فرض", - "Plain background" : "تصویر زمینه ساده" + "Plain background" : "تصویر زمینه ساده", + "Pick from files" : "از میان پرونده‌ها انتخاب کنم" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/fi.js b/apps/dashboard/l10n/fi.js index b6d6e6bbf8..193f50bd3b 100644 --- a/apps/dashboard/l10n/fi.js +++ b/apps/dashboard/l10n/fi.js @@ -17,7 +17,7 @@ OC.L10N.register( "Good morning" : "Hyvää huomenta", "Good night, {name}" : "Hyvää yötä, {name}", "Good night" : "Hyvää yötä", - "Pick from files" : "Valitse tiedostoista", - "Default images" : "Oletuskuvat" + "Default images" : "Oletuskuvat", + "Pick from files" : "Valitse tiedostoista" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/fi.json b/apps/dashboard/l10n/fi.json index 4b28539af7..fbfbd8c908 100644 --- a/apps/dashboard/l10n/fi.json +++ b/apps/dashboard/l10n/fi.json @@ -15,7 +15,7 @@ "Good morning" : "Hyvää huomenta", "Good night, {name}" : "Hyvää yötä, {name}", "Good night" : "Hyvää yötä", - "Pick from files" : "Valitse tiedostoista", - "Default images" : "Oletuskuvat" + "Default images" : "Oletuskuvat", + "Pick from files" : "Valitse tiedostoista" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/fr.js b/apps/dashboard/l10n/fr.js index b8b6fc3072..6cf78896c4 100644 --- a/apps/dashboard/l10n/fr.js +++ b/apps/dashboard/l10n/fr.js @@ -21,9 +21,9 @@ OC.L10N.register( "Good morning" : "Bonjour", "Good night, {name}" : "Bonne nuit {name}", "Good night" : "Bonne nuit", - "Pick from files" : "Choisissez parmi les fichiers", "Default images" : "Images par défaut", "Plain background" : "Fond uni", - "Insert from {productName}" : "Insérer depuis {productName}" + "Insert from {productName}" : "Insérer depuis {productName}", + "Pick from files" : "Choisissez parmi les fichiers" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dashboard/l10n/fr.json b/apps/dashboard/l10n/fr.json index 55dbd64e7c..58a741620d 100644 --- a/apps/dashboard/l10n/fr.json +++ b/apps/dashboard/l10n/fr.json @@ -19,9 +19,9 @@ "Good morning" : "Bonjour", "Good night, {name}" : "Bonne nuit {name}", "Good night" : "Bonne nuit", - "Pick from files" : "Choisissez parmi les fichiers", "Default images" : "Images par défaut", "Plain background" : "Fond uni", - "Insert from {productName}" : "Insérer depuis {productName}" + "Insert from {productName}" : "Insérer depuis {productName}", + "Pick from files" : "Choisissez parmi les fichiers" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/gl.js b/apps/dashboard/l10n/gl.js index dd78430b8e..0c86c62f84 100644 --- a/apps/dashboard/l10n/gl.js +++ b/apps/dashboard/l10n/gl.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Bos días", "Good night, {name}" : "Boas noites, {name}", "Good night" : "Boas noites", - "Pick from files" : "Escolla entre os ficheiros", "Default images" : "Imaxes predeterminadas", "Plain background" : "Fondo sinxelo", - "Insert from {productName}" : "Inserir dende {productName}" + "Insert from {productName}" : "Inserir dende {productName}", + "Pick from files" : "Escolla entre os ficheiros" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/gl.json b/apps/dashboard/l10n/gl.json index 2504941a18..62e4324545 100644 --- a/apps/dashboard/l10n/gl.json +++ b/apps/dashboard/l10n/gl.json @@ -21,9 +21,9 @@ "Good morning" : "Bos días", "Good night, {name}" : "Boas noites, {name}", "Good night" : "Boas noites", - "Pick from files" : "Escolla entre os ficheiros", "Default images" : "Imaxes predeterminadas", "Plain background" : "Fondo sinxelo", - "Insert from {productName}" : "Inserir dende {productName}" + "Insert from {productName}" : "Inserir dende {productName}", + "Pick from files" : "Escolla entre os ficheiros" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/he.js b/apps/dashboard/l10n/he.js index 2b47d79175..195b8d79c3 100644 --- a/apps/dashboard/l10n/he.js +++ b/apps/dashboard/l10n/he.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "בוקר טוב", "Good night, {name}" : "לילה טוב, {name}", "Good night" : "לילה טוב", - "Pick from files" : "בחר מתוך קבצים", "Default images" : "תמונות ברירת מחדל", "Plain background" : "רקע רגיל", - "Insert from {productName}" : "הכנס מ-{productName}" + "Insert from {productName}" : "הכנס מ-{productName}", + "Pick from files" : "בחר מתוך קבצים" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/dashboard/l10n/he.json b/apps/dashboard/l10n/he.json index c169db7ad4..b954ce5819 100644 --- a/apps/dashboard/l10n/he.json +++ b/apps/dashboard/l10n/he.json @@ -21,9 +21,9 @@ "Good morning" : "בוקר טוב", "Good night, {name}" : "לילה טוב, {name}", "Good night" : "לילה טוב", - "Pick from files" : "בחר מתוך קבצים", "Default images" : "תמונות ברירת מחדל", "Plain background" : "רקע רגיל", - "Insert from {productName}" : "הכנס מ-{productName}" + "Insert from {productName}" : "הכנס מ-{productName}", + "Pick from files" : "בחר מתוך קבצים" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/hr.js b/apps/dashboard/l10n/hr.js index 7af4dcfb70..8b0e84e317 100644 --- a/apps/dashboard/l10n/hr.js +++ b/apps/dashboard/l10n/hr.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Dobro jutro", "Good night, {name}" : "Dobro večer, {name}", "Good night" : "Dobro večer", - "Pick from files" : "Odaberi iz datoteka", "Default images" : "Zadane slike", "Plain background" : "Obična pozadina", - "Insert from {productName}" : "Umetni iz {productName}" + "Insert from {productName}" : "Umetni iz {productName}", + "Pick from files" : "Odaberi iz datoteka" }, "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/dashboard/l10n/hr.json b/apps/dashboard/l10n/hr.json index d2d711d8f2..c212d6b9cd 100644 --- a/apps/dashboard/l10n/hr.json +++ b/apps/dashboard/l10n/hr.json @@ -21,9 +21,9 @@ "Good morning" : "Dobro jutro", "Good night, {name}" : "Dobro večer, {name}", "Good night" : "Dobro večer", - "Pick from files" : "Odaberi iz datoteka", "Default images" : "Zadane slike", "Plain background" : "Obična pozadina", - "Insert from {productName}" : "Umetni iz {productName}" + "Insert from {productName}" : "Umetni iz {productName}", + "Pick from files" : "Odaberi iz datoteka" },"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/dashboard/l10n/hu.js b/apps/dashboard/l10n/hu.js index 099afe0831..6198ff09a3 100644 --- a/apps/dashboard/l10n/hu.js +++ b/apps/dashboard/l10n/hu.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Jó reggelt", "Good night, {name}" : "Jó éjszakát, {name}", "Good night" : "Jó éjszakát", - "Pick from files" : "Választás a fájlok közül", "Default images" : "Alapértelmezett képek", "Plain background" : "Egyszerű háttér", - "Insert from {productName}" : "Beillesztés {productName}-ból" + "Insert from {productName}" : "Beillesztés {productName}-ból", + "Pick from files" : "Választás a fájlok közül" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/hu.json b/apps/dashboard/l10n/hu.json index 7dd7c856ea..85f0052371 100644 --- a/apps/dashboard/l10n/hu.json +++ b/apps/dashboard/l10n/hu.json @@ -21,9 +21,9 @@ "Good morning" : "Jó reggelt", "Good night, {name}" : "Jó éjszakát, {name}", "Good night" : "Jó éjszakát", - "Pick from files" : "Választás a fájlok közül", "Default images" : "Alapértelmezett képek", "Plain background" : "Egyszerű háttér", - "Insert from {productName}" : "Beillesztés {productName}-ból" + "Insert from {productName}" : "Beillesztés {productName}-ból", + "Pick from files" : "Választás a fájlok közül" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/it.js b/apps/dashboard/l10n/it.js index 76559b5fbc..dcf6569693 100644 --- a/apps/dashboard/l10n/it.js +++ b/apps/dashboard/l10n/it.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Buongiorno", "Good night, {name}" : "Buona notte, {name}", "Good night" : "Buona notte", - "Pick from files" : "Scegli da file", "Default images" : "Immagini predefinite", "Plain background" : "Sfondo semplice", - "Insert from {productName}" : "Inserisci da {productName}" + "Insert from {productName}" : "Inserisci da {productName}", + "Pick from files" : "Scegli da file" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/it.json b/apps/dashboard/l10n/it.json index 132db6c1e7..26af643889 100644 --- a/apps/dashboard/l10n/it.json +++ b/apps/dashboard/l10n/it.json @@ -21,9 +21,9 @@ "Good morning" : "Buongiorno", "Good night, {name}" : "Buona notte, {name}", "Good night" : "Buona notte", - "Pick from files" : "Scegli da file", "Default images" : "Immagini predefinite", "Plain background" : "Sfondo semplice", - "Insert from {productName}" : "Inserisci da {productName}" + "Insert from {productName}" : "Inserisci da {productName}", + "Pick from files" : "Scegli da file" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/lt_LT.js b/apps/dashboard/l10n/lt_LT.js index f46b21b0a6..d04fc2275d 100644 --- a/apps/dashboard/l10n/lt_LT.js +++ b/apps/dashboard/l10n/lt_LT.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Labas rytas", "Good night, {name}" : "Labas vakaras, {name}", "Good night" : "Labas vakaras", - "Pick from files" : "Pasirinkti iš failų", "Default images" : "Numatytieji paveikslai", "Plain background" : "Vientisas fonas", - "Insert from {productName}" : "Įterpti iš {productName}" + "Insert from {productName}" : "Įterpti iš {productName}", + "Pick from files" : "Pasirinkti iš failų" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/dashboard/l10n/lt_LT.json b/apps/dashboard/l10n/lt_LT.json index 06e799dc96..a3a9a1a28d 100644 --- a/apps/dashboard/l10n/lt_LT.json +++ b/apps/dashboard/l10n/lt_LT.json @@ -21,9 +21,9 @@ "Good morning" : "Labas rytas", "Good night, {name}" : "Labas vakaras, {name}", "Good night" : "Labas vakaras", - "Pick from files" : "Pasirinkti iš failų", "Default images" : "Numatytieji paveikslai", "Plain background" : "Vientisas fonas", - "Insert from {productName}" : "Įterpti iš {productName}" + "Insert from {productName}" : "Įterpti iš {productName}", + "Pick from files" : "Pasirinkti iš failų" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/mk.js b/apps/dashboard/l10n/mk.js index 85756e9072..8f509955bc 100644 --- a/apps/dashboard/l10n/mk.js +++ b/apps/dashboard/l10n/mk.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Добро утро", "Good night, {name}" : "Добра ноќ, {name}", "Good night" : "Добра ноќ", - "Pick from files" : "Избери од датотеките", "Default images" : "Стандардни слики", "Plain background" : "Обична позадина", - "Insert from {productName}" : "Вметнни од {productName}" + "Insert from {productName}" : "Вметнни од {productName}", + "Pick from files" : "Избери од датотеките" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/dashboard/l10n/mk.json b/apps/dashboard/l10n/mk.json index 87cb0d46ba..d3c9250033 100644 --- a/apps/dashboard/l10n/mk.json +++ b/apps/dashboard/l10n/mk.json @@ -21,9 +21,9 @@ "Good morning" : "Добро утро", "Good night, {name}" : "Добра ноќ, {name}", "Good night" : "Добра ноќ", - "Pick from files" : "Избери од датотеките", "Default images" : "Стандардни слики", "Plain background" : "Обична позадина", - "Insert from {productName}" : "Вметнни од {productName}" + "Insert from {productName}" : "Вметнни од {productName}", + "Pick from files" : "Избери од датотеките" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/nl.js b/apps/dashboard/l10n/nl.js index 06011045ef..70c8c3488e 100644 --- a/apps/dashboard/l10n/nl.js +++ b/apps/dashboard/l10n/nl.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Goedemorgen", "Good night, {name}" : "Goedenacht, {name}", "Good night" : "Goedenacht", - "Pick from files" : "Kies uit bestanden", "Default images" : "Standaardafbeeldingen", "Plain background" : "Kale achtergrond", - "Insert from {productName}" : "Invoegen vanuit {productName}" + "Insert from {productName}" : "Invoegen vanuit {productName}", + "Pick from files" : "Kies uit bestanden" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/nl.json b/apps/dashboard/l10n/nl.json index a5f6dc97b0..688c1f73ce 100644 --- a/apps/dashboard/l10n/nl.json +++ b/apps/dashboard/l10n/nl.json @@ -21,9 +21,9 @@ "Good morning" : "Goedemorgen", "Good night, {name}" : "Goedenacht, {name}", "Good night" : "Goedenacht", - "Pick from files" : "Kies uit bestanden", "Default images" : "Standaardafbeeldingen", "Plain background" : "Kale achtergrond", - "Insert from {productName}" : "Invoegen vanuit {productName}" + "Insert from {productName}" : "Invoegen vanuit {productName}", + "Pick from files" : "Kies uit bestanden" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/pl.js b/apps/dashboard/l10n/pl.js index bc5bb974d6..9e411ccd24 100644 --- a/apps/dashboard/l10n/pl.js +++ b/apps/dashboard/l10n/pl.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Dzień dobry", "Good night, {name}" : "Dobranoc, {name}", "Good night" : "Dobranoc", - "Pick from files" : "Wybierz z Plików", "Default images" : "Obrazy domyślne", "Plain background" : "Zwykłe tło", - "Insert from {productName}" : "Wstaw z {productName}" + "Insert from {productName}" : "Wstaw z {productName}", + "Pick from files" : "Wybierz z Plików" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/dashboard/l10n/pl.json b/apps/dashboard/l10n/pl.json index 3082d30c9c..478d2dc577 100644 --- a/apps/dashboard/l10n/pl.json +++ b/apps/dashboard/l10n/pl.json @@ -21,9 +21,9 @@ "Good morning" : "Dzień dobry", "Good night, {name}" : "Dobranoc, {name}", "Good night" : "Dobranoc", - "Pick from files" : "Wybierz z Plików", "Default images" : "Obrazy domyślne", "Plain background" : "Zwykłe tło", - "Insert from {productName}" : "Wstaw z {productName}" + "Insert from {productName}" : "Wstaw z {productName}", + "Pick from files" : "Wybierz z Plików" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/pt_BR.js b/apps/dashboard/l10n/pt_BR.js index d90c1753a5..d5cb833791 100644 --- a/apps/dashboard/l10n/pt_BR.js +++ b/apps/dashboard/l10n/pt_BR.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Bom dia", "Good night, {name}" : "Boa noite, {name}", "Good night" : "Boa noite", - "Pick from files" : "Escolher de Arquivos", "Default images" : "Imagens padrão", "Plain background" : "Fundo simples", - "Insert from {productName}" : "Inserir de {productName}" + "Insert from {productName}" : "Inserir de {productName}", + "Pick from files" : "Escolher de Arquivos" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dashboard/l10n/pt_BR.json b/apps/dashboard/l10n/pt_BR.json index 7f6138fb24..f591cd346a 100644 --- a/apps/dashboard/l10n/pt_BR.json +++ b/apps/dashboard/l10n/pt_BR.json @@ -21,9 +21,9 @@ "Good morning" : "Bom dia", "Good night, {name}" : "Boa noite, {name}", "Good night" : "Boa noite", - "Pick from files" : "Escolher de Arquivos", "Default images" : "Imagens padrão", "Plain background" : "Fundo simples", - "Insert from {productName}" : "Inserir de {productName}" + "Insert from {productName}" : "Inserir de {productName}", + "Pick from files" : "Escolher de Arquivos" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ru.js b/apps/dashboard/l10n/ru.js index c4527d191a..3f30b2048c 100644 --- a/apps/dashboard/l10n/ru.js +++ b/apps/dashboard/l10n/ru.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Доброе утро", "Good night, {name}" : "Доброй ночи, {name}", "Good night" : "Доброй ночи", - "Pick from files" : "Выбрать из файлов", "Default images" : "Изображения по умолчанию", "Plain background" : "Обычный фон", - "Insert from {productName}" : "Вставить из {productName}" + "Insert from {productName}" : "Вставить из {productName}", + "Pick from files" : "Выбрать из файлов" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/dashboard/l10n/ru.json b/apps/dashboard/l10n/ru.json index 3d1b091b2b..6bf95453bc 100644 --- a/apps/dashboard/l10n/ru.json +++ b/apps/dashboard/l10n/ru.json @@ -21,9 +21,9 @@ "Good morning" : "Доброе утро", "Good night, {name}" : "Доброй ночи, {name}", "Good night" : "Доброй ночи", - "Pick from files" : "Выбрать из файлов", "Default images" : "Изображения по умолчанию", "Plain background" : "Обычный фон", - "Insert from {productName}" : "Вставить из {productName}" + "Insert from {productName}" : "Вставить из {productName}", + "Pick from files" : "Выбрать из файлов" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 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/dashboard/l10n/sk.js b/apps/dashboard/l10n/sk.js index ffc2027ebb..32e501d64e 100644 --- a/apps/dashboard/l10n/sk.js +++ b/apps/dashboard/l10n/sk.js @@ -12,8 +12,8 @@ OC.L10N.register( "Good morning" : "Dobré ráno", "Good night, {name}" : "Dobrý večer, {name}", "Good night" : "Dobrý večer", - "Pick from files" : "Vybrať zo súborov", "Default images" : "Predvolené obrázky", - "Insert from {productName}" : "Vložiť z {productName}" + "Insert from {productName}" : "Vložiť z {productName}", + "Pick from files" : "Vybrať zo súborov" }, "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/dashboard/l10n/sk.json b/apps/dashboard/l10n/sk.json index 3796bf1525..2c52314bf2 100644 --- a/apps/dashboard/l10n/sk.json +++ b/apps/dashboard/l10n/sk.json @@ -10,8 +10,8 @@ "Good morning" : "Dobré ráno", "Good night, {name}" : "Dobrý večer, {name}", "Good night" : "Dobrý večer", - "Pick from files" : "Vybrať zo súborov", "Default images" : "Predvolené obrázky", - "Insert from {productName}" : "Vložiť z {productName}" + "Insert from {productName}" : "Vložiť z {productName}", + "Pick from files" : "Vybrať zo súborov" },"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/dashboard/l10n/sl.js b/apps/dashboard/l10n/sl.js index 2711820269..53424dc402 100644 --- a/apps/dashboard/l10n/sl.js +++ b/apps/dashboard/l10n/sl.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Dobro jutro", "Good night, {name}" : "Lahko noč, {name}", "Good night" : "Lahko noč", - "Pick from files" : "Izbor iz datotek", "Default images" : "Privzete slike", "Plain background" : "Enostavno ozadje", - "Insert from {productName}" : "Vstavi iz {productName}" + "Insert from {productName}" : "Vstavi iz {productName}", + "Pick from files" : "Izbor iz datotek" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/dashboard/l10n/sl.json b/apps/dashboard/l10n/sl.json index 66699280da..9ece7a9e93 100644 --- a/apps/dashboard/l10n/sl.json +++ b/apps/dashboard/l10n/sl.json @@ -21,9 +21,9 @@ "Good morning" : "Dobro jutro", "Good night, {name}" : "Lahko noč, {name}", "Good night" : "Lahko noč", - "Pick from files" : "Izbor iz datotek", "Default images" : "Privzete slike", "Plain background" : "Enostavno ozadje", - "Insert from {productName}" : "Vstavi iz {productName}" + "Insert from {productName}" : "Vstavi iz {productName}", + "Pick from files" : "Izbor iz datotek" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/sv.js b/apps/dashboard/l10n/sv.js index ec945a97f4..1d1a70c30e 100644 --- a/apps/dashboard/l10n/sv.js +++ b/apps/dashboard/l10n/sv.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "God morgon", "Good night, {name}" : "Godnatt, {name}", "Good night" : "Godnatt", - "Pick from files" : "Välj från filer", "Default images" : "Standardbilder", "Plain background" : "Enkel bakgrund", - "Insert from {productName}" : "Infoga från {productName}" + "Insert from {productName}" : "Infoga från {productName}", + "Pick from files" : "Välj från filer" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/sv.json b/apps/dashboard/l10n/sv.json index be80d367b2..4e9c635172 100644 --- a/apps/dashboard/l10n/sv.json +++ b/apps/dashboard/l10n/sv.json @@ -21,9 +21,9 @@ "Good morning" : "God morgon", "Good night, {name}" : "Godnatt, {name}", "Good night" : "Godnatt", - "Pick from files" : "Välj från filer", "Default images" : "Standardbilder", "Plain background" : "Enkel bakgrund", - "Insert from {productName}" : "Infoga från {productName}" + "Insert from {productName}" : "Infoga från {productName}", + "Pick from files" : "Välj från filer" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/th.js b/apps/dashboard/l10n/th.js index 49af58891b..cfed30d8c9 100644 --- a/apps/dashboard/l10n/th.js +++ b/apps/dashboard/l10n/th.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "อรุณสวัสดิ์", "Good night, {name}" : "ราตรีสวัสดิ์ {name}", "Good night" : "ราตรีสวัสดิ์", - "Pick from files" : "เลือกจากไฟล์", "Default images" : "รูปภาพเริ่มต้น", "Plain background" : "พื้นหลังธรรมดา", - "Insert from {productName}" : "แทรกจาก {productName}" + "Insert from {productName}" : "แทรกจาก {productName}", + "Pick from files" : "เลือกจากไฟล์" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/th.json b/apps/dashboard/l10n/th.json index bf9edbb7d9..539a1d9478 100644 --- a/apps/dashboard/l10n/th.json +++ b/apps/dashboard/l10n/th.json @@ -21,9 +21,9 @@ "Good morning" : "อรุณสวัสดิ์", "Good night, {name}" : "ราตรีสวัสดิ์ {name}", "Good night" : "ราตรีสวัสดิ์", - "Pick from files" : "เลือกจากไฟล์", "Default images" : "รูปภาพเริ่มต้น", "Plain background" : "พื้นหลังธรรมดา", - "Insert from {productName}" : "แทรกจาก {productName}" + "Insert from {productName}" : "แทรกจาก {productName}", + "Pick from files" : "เลือกจากไฟล์" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/tr.js b/apps/dashboard/l10n/tr.js index 111660b717..078b9c97bf 100644 --- a/apps/dashboard/l10n/tr.js +++ b/apps/dashboard/l10n/tr.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "Günaydın", "Good night, {name}" : "İyi geceler, {name}", "Good night" : "İyi geceler", - "Pick from files" : "Dosyalardan seçin", "Default images" : "Varsayılan görseller", "Plain background" : "Düz arka plan", - "Insert from {productName}" : "{productName} üzerinden ekle" + "Insert from {productName}" : "{productName} üzerinden ekle", + "Pick from files" : "Dosyalardan seçin" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dashboard/l10n/tr.json b/apps/dashboard/l10n/tr.json index 98ee0497e0..0ddf590a75 100644 --- a/apps/dashboard/l10n/tr.json +++ b/apps/dashboard/l10n/tr.json @@ -21,9 +21,9 @@ "Good morning" : "Günaydın", "Good night, {name}" : "İyi geceler, {name}", "Good night" : "İyi geceler", - "Pick from files" : "Dosyalardan seçin", "Default images" : "Varsayılan görseller", "Plain background" : "Düz arka plan", - "Insert from {productName}" : "{productName} üzerinden ekle" + "Insert from {productName}" : "{productName} üzerinden ekle", + "Pick from files" : "Dosyalardan seçin" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/zh_CN.js b/apps/dashboard/l10n/zh_CN.js index 4915edb8b1..16676298e5 100644 --- a/apps/dashboard/l10n/zh_CN.js +++ b/apps/dashboard/l10n/zh_CN.js @@ -23,9 +23,9 @@ OC.L10N.register( "Good morning" : "早上好", "Good night, {name}" : "晚安,{name}", "Good night" : "晚安", - "Pick from files" : "从文件选取", "Default images" : "默认图片", "Plain background" : "纯色背景", - "Insert from {productName}" : "从 {productName} 插入" + "Insert from {productName}" : "从 {productName} 插入", + "Pick from files" : "从文件选取" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/zh_CN.json b/apps/dashboard/l10n/zh_CN.json index 926b4e79e6..36b1fb504a 100644 --- a/apps/dashboard/l10n/zh_CN.json +++ b/apps/dashboard/l10n/zh_CN.json @@ -21,9 +21,9 @@ "Good morning" : "早上好", "Good night, {name}" : "晚安,{name}", "Good night" : "晚安", - "Pick from files" : "从文件选取", "Default images" : "默认图片", "Plain background" : "纯色背景", - "Insert from {productName}" : "从 {productName} 插入" + "Insert from {productName}" : "从 {productName} 插入", + "Pick from files" : "从文件选取" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/zh_TW.js b/apps/dashboard/l10n/zh_TW.js index b96f5cbb65..f2ca084817 100644 --- a/apps/dashboard/l10n/zh_TW.js +++ b/apps/dashboard/l10n/zh_TW.js @@ -18,9 +18,9 @@ OC.L10N.register( "Good morning" : "早安", "Good night, {name}" : "晚安,{name}", "Good night" : "晚安", - "Pick from files" : "從檔案選取", "Default images" : "預設圖片", "Plain background" : "簡單背景", - "Insert from {productName}" : "插入自 {productName}" + "Insert from {productName}" : "插入自 {productName}", + "Pick from files" : "從檔案選取" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/zh_TW.json b/apps/dashboard/l10n/zh_TW.json index d3c7d63fd3..09f2fda070 100644 --- a/apps/dashboard/l10n/zh_TW.json +++ b/apps/dashboard/l10n/zh_TW.json @@ -16,9 +16,9 @@ "Good morning" : "早安", "Good night, {name}" : "晚安,{name}", "Good night" : "晚安", - "Pick from files" : "從檔案選取", "Default images" : "預設圖片", "Plain background" : "簡單背景", - "Insert from {productName}" : "插入自 {productName}" + "Insert from {productName}" : "插入自 {productName}", + "Pick from files" : "從檔案選取" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 35d739760f..23d80175af 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -12,17 +12,17 @@ OC.L10N.register( "You updated calendar {calendar}" : "Zaktualizowałeś kalendarz {calendar}", "You shared calendar {calendar} as public link" : "Udostępniłeś kalendarz {calendar} przez link publiczny", "You removed public link for calendar {calendar}" : "Usunąłeś link publiczny do kalendarza {calendar}", - "{actor} shared calendar {calendar} with you" : "{actor} współdzieli kalendarz {calendar} z Tobą", - "You shared calendar {calendar} with {user}" : "Współdzielisz kalendarz {calendar} z {user}", - "{actor} shared calendar {calendar} with {user}" : "{actor} współdzieli kalendarz {calendar} z {user}", - "{actor} unshared calendar {calendar} from you" : "{actor} zakończył współdzielenie kalendarza {calendar} z Tobą", - "You unshared calendar {calendar} from {user}" : "Zakończyłeś współdzielenie kalendarza {calendar} z {user}", - "{actor} unshared calendar {calendar} from {user}" : "{actor} zakończył współdzielenie kalendarza {calendar} z {user}", - "{actor} unshared calendar {calendar} from themselves" : "{actor} zakończył współdzielenie kalendarza {calendar} od siebie", - "You shared calendar {calendar} with group {group}" : "Współdzielisz kalendarz {calendar} z grupą {group}", - "{actor} shared calendar {calendar} with group {group}" : "{actor} współdzieli kalendarz {calendar} z grupą {group}", - "You unshared calendar {calendar} from group {group}" : "Zakończyłeś współdzielenie kalendarza {calendar} z grupą {group}", - "{actor} unshared calendar {calendar} from group {group}" : "{actor} nie współdzieli kalendarza {calendar} z grupą {group} .", + "{actor} shared calendar {calendar} with you" : "{actor} udostępnił kalendarz {calendar} dla Ciebie", + "You shared calendar {calendar} with {user}" : "Udostępniłeś kalendarz {calendar} dla {user}", + "{actor} shared calendar {calendar} with {user}" : "{actor} udostępnił kalendarz {calendar} dla {user}", + "{actor} unshared calendar {calendar} from you" : "{actor} zakończył udostępnianie kalendarza {calendar} dla Ciebie", + "You unshared calendar {calendar} from {user}" : "Zakończyłeś udostępnianie kalendarza {calendar} dla {user}", + "{actor} unshared calendar {calendar} from {user}" : "{actor} zakończył udostępnianie kalendarza {calendar} dla {user}", + "{actor} unshared calendar {calendar} from themselves" : "{actor} zakończył udostępnianie kalendarza {calendar} od siebie", + "You shared calendar {calendar} with group {group}" : "Udostępniłeś kalendarz {calendar} dla grupy {group}", + "{actor} shared calendar {calendar} with group {group}" : "{actor} udostępnił kalendarz {calendar} dla grupy {group}", + "You unshared calendar {calendar} from group {group}" : "Zakończyłeś udostępnianie kalendarza {calendar} dla grupy {group}", + "{actor} unshared calendar {calendar} from group {group}" : "{actor} zakończył udostępnianie kalendarza {calendar} dla grupy {group} .", "{actor} created event {event} in calendar {calendar}" : "{actor} utworzył wydarzenie {event} w kalendarzu {calendar}", "You created event {event} in calendar {calendar}" : "Utworzyłeś wydarzenie {event} w kalendarzu {calendar}", "{actor} deleted event {event} from calendar {calendar}" : "{actor} usunął wydarzenie {event} z kalendarza {calendar}", diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json index 800bac1b2b..15627e6a99 100644 --- a/apps/dav/l10n/pl.json +++ b/apps/dav/l10n/pl.json @@ -10,17 +10,17 @@ "You updated calendar {calendar}" : "Zaktualizowałeś kalendarz {calendar}", "You shared calendar {calendar} as public link" : "Udostępniłeś kalendarz {calendar} przez link publiczny", "You removed public link for calendar {calendar}" : "Usunąłeś link publiczny do kalendarza {calendar}", - "{actor} shared calendar {calendar} with you" : "{actor} współdzieli kalendarz {calendar} z Tobą", - "You shared calendar {calendar} with {user}" : "Współdzielisz kalendarz {calendar} z {user}", - "{actor} shared calendar {calendar} with {user}" : "{actor} współdzieli kalendarz {calendar} z {user}", - "{actor} unshared calendar {calendar} from you" : "{actor} zakończył współdzielenie kalendarza {calendar} z Tobą", - "You unshared calendar {calendar} from {user}" : "Zakończyłeś współdzielenie kalendarza {calendar} z {user}", - "{actor} unshared calendar {calendar} from {user}" : "{actor} zakończył współdzielenie kalendarza {calendar} z {user}", - "{actor} unshared calendar {calendar} from themselves" : "{actor} zakończył współdzielenie kalendarza {calendar} od siebie", - "You shared calendar {calendar} with group {group}" : "Współdzielisz kalendarz {calendar} z grupą {group}", - "{actor} shared calendar {calendar} with group {group}" : "{actor} współdzieli kalendarz {calendar} z grupą {group}", - "You unshared calendar {calendar} from group {group}" : "Zakończyłeś współdzielenie kalendarza {calendar} z grupą {group}", - "{actor} unshared calendar {calendar} from group {group}" : "{actor} nie współdzieli kalendarza {calendar} z grupą {group} .", + "{actor} shared calendar {calendar} with you" : "{actor} udostępnił kalendarz {calendar} dla Ciebie", + "You shared calendar {calendar} with {user}" : "Udostępniłeś kalendarz {calendar} dla {user}", + "{actor} shared calendar {calendar} with {user}" : "{actor} udostępnił kalendarz {calendar} dla {user}", + "{actor} unshared calendar {calendar} from you" : "{actor} zakończył udostępnianie kalendarza {calendar} dla Ciebie", + "You unshared calendar {calendar} from {user}" : "Zakończyłeś udostępnianie kalendarza {calendar} dla {user}", + "{actor} unshared calendar {calendar} from {user}" : "{actor} zakończył udostępnianie kalendarza {calendar} dla {user}", + "{actor} unshared calendar {calendar} from themselves" : "{actor} zakończył udostępnianie kalendarza {calendar} od siebie", + "You shared calendar {calendar} with group {group}" : "Udostępniłeś kalendarz {calendar} dla grupy {group}", + "{actor} shared calendar {calendar} with group {group}" : "{actor} udostępnił kalendarz {calendar} dla grupy {group}", + "You unshared calendar {calendar} from group {group}" : "Zakończyłeś udostępnianie kalendarza {calendar} dla grupy {group}", + "{actor} unshared calendar {calendar} from group {group}" : "{actor} zakończył udostępnianie kalendarza {calendar} dla grupy {group} .", "{actor} created event {event} in calendar {calendar}" : "{actor} utworzył wydarzenie {event} w kalendarzu {calendar}", "You created event {event} in calendar {calendar}" : "Utworzyłeś wydarzenie {event} w kalendarzu {calendar}", "{actor} deleted event {event} from calendar {calendar}" : "{actor} usunął wydarzenie {event} z kalendarza {calendar}", diff --git a/apps/encryption/l10n/pl.js b/apps/encryption/l10n/pl.js index 1b7bb03cae..dc9ff02a15 100644 --- a/apps/encryption/l10n/pl.js +++ b/apps/encryption/l10n/pl.js @@ -34,7 +34,7 @@ OC.L10N.register( "Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera", "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Aby korzystać z modułu szyfrowania, musisz włączyć opcję po stronie serwera\n\t\tszyfrowanie w ustawieniach administratora. Po włączeniu opcji moduł będzie szyfrował\n\t\twszystkie Twoje pliki w sposób transparentny. Szyfrowanie oparte jest na kluczach AES 256.\n\t\tModuł nie będzie ingerował w istniejące pliki, tylko nowe pliki będą szyfrowane\n\t\tpo włączeniu szyfrowania po stronie serwera. Nie jest to również możliwe\n\t\tponownie wyłączenie szyfrowania i przełączenie z powrotem do niezaszyfrowanego systemu.\n\t\tPrzeczytaj dokumentację, aby zapoznać się ze wszystkimi konsekwencjami, zanim podejmiesz decyzję\n\t\to włączeniu szyfrowania po stronie serwera.", "Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hej tam,\n\nadmin włączył szyfrowanie po stronie serwera. Twoje pliki zostały zaszyfrowane przy użyciu hasła '%s'.\n\nProszę zalogować się do interfejsu internetowego, przejdź do sekcji Nextcloud podstawowy moduł szyfrowania, następnie osobiste ustawienia i zaktualizuj hasło szyfrowania wpisując aktualny login, w polu stare hasło logowania wpisz stare hasło, a następnie aktualne hasło.\n\n", - "The share will expire on %s." : "Współdzielenie wygaśnie za %s", + "The share will expire on %s." : "Udostępnienie wygaśnie w %s.", "Cheers!" : "Dzięki!", "Hey there,

the admin enabled server-side-encryption. Your files were encrypted using the password %s.

Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.

" : "Hej tam,

admin włączył szyfrowanie po stronie serwera. Twoje pliki zostały zaszyfrowane przy użyciu hasła %s.

Proszę zalogować się do interfejsu internetowego, przejdź do sekcji Nextcloud podstawowy moduł szyfrowania, następnie osobiste ustawienia i zaktualizuj hasło szyfrowania wpisując aktualny login, w polu stare hasło logowania wpisz stare hasło, a następnie aktualne hasło.

", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Szyfrowanie w aplikacji jest włączone, ale klucze nie są zainicjowane. Prosimy wylogować się i ponownie zalogować się.", diff --git a/apps/encryption/l10n/pl.json b/apps/encryption/l10n/pl.json index fbad169e47..00b1c6faf1 100644 --- a/apps/encryption/l10n/pl.json +++ b/apps/encryption/l10n/pl.json @@ -32,7 +32,7 @@ "Default encryption module for server-side encryption" : "Domyślny moduł szyfrujący po stronie serwera", "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Aby korzystać z modułu szyfrowania, musisz włączyć opcję po stronie serwera\n\t\tszyfrowanie w ustawieniach administratora. Po włączeniu opcji moduł będzie szyfrował\n\t\twszystkie Twoje pliki w sposób transparentny. Szyfrowanie oparte jest na kluczach AES 256.\n\t\tModuł nie będzie ingerował w istniejące pliki, tylko nowe pliki będą szyfrowane\n\t\tpo włączeniu szyfrowania po stronie serwera. Nie jest to również możliwe\n\t\tponownie wyłączenie szyfrowania i przełączenie z powrotem do niezaszyfrowanego systemu.\n\t\tPrzeczytaj dokumentację, aby zapoznać się ze wszystkimi konsekwencjami, zanim podejmiesz decyzję\n\t\to włączeniu szyfrowania po stronie serwera.", "Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hej tam,\n\nadmin włączył szyfrowanie po stronie serwera. Twoje pliki zostały zaszyfrowane przy użyciu hasła '%s'.\n\nProszę zalogować się do interfejsu internetowego, przejdź do sekcji Nextcloud podstawowy moduł szyfrowania, następnie osobiste ustawienia i zaktualizuj hasło szyfrowania wpisując aktualny login, w polu stare hasło logowania wpisz stare hasło, a następnie aktualne hasło.\n\n", - "The share will expire on %s." : "Współdzielenie wygaśnie za %s", + "The share will expire on %s." : "Udostępnienie wygaśnie w %s.", "Cheers!" : "Dzięki!", "Hey there,

the admin enabled server-side-encryption. Your files were encrypted using the password %s.

Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.

" : "Hej tam,

admin włączył szyfrowanie po stronie serwera. Twoje pliki zostały zaszyfrowane przy użyciu hasła %s.

Proszę zalogować się do interfejsu internetowego, przejdź do sekcji Nextcloud podstawowy moduł szyfrowania, następnie osobiste ustawienia i zaktualizuj hasło szyfrowania wpisując aktualny login, w polu stare hasło logowania wpisz stare hasło, a następnie aktualne hasło.

", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Szyfrowanie w aplikacji jest włączone, ale klucze nie są zainicjowane. Prosimy wylogować się i ponownie zalogować się.", diff --git a/apps/federatedfilesharing/l10n/pl.js b/apps/federatedfilesharing/l10n/pl.js index 84122c7088..941d264e58 100644 --- a/apps/federatedfilesharing/l10n/pl.js +++ b/apps/federatedfilesharing/l10n/pl.js @@ -20,7 +20,7 @@ OC.L10N.register( "It is not allowed to send federated group shares from this server." : "Niedozwolone jest wysyłanie grupowych udostępnień federacyjnych z tego serwera.", "Sharing %1$s failed, because this item is already shared with %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element jest już współdzielony z %2$s", "Not allowed to create a federated share with the same user" : "Nie można tworzyć udostępniania federacyjnego z tym samym użytkownikiem", - "File is already shared with %s" : "Plik jest już współdzielony z %s", + "File is already shared with %s" : "Plik jest już udostępniony dla %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Udostępnianie %1$s nie powiodło się, nie można odnaleźć %2$s, być może serwer jest nieosiągalny lub używa certyfikatu z podpisem własnym.", "Could not find share" : "Nie można znaleźć powiązania", "Federated sharing" : "Udostępnianie Federacyjne", diff --git a/apps/federatedfilesharing/l10n/pl.json b/apps/federatedfilesharing/l10n/pl.json index 87a63f3f7c..255763d2e5 100644 --- a/apps/federatedfilesharing/l10n/pl.json +++ b/apps/federatedfilesharing/l10n/pl.json @@ -18,7 +18,7 @@ "It is not allowed to send federated group shares from this server." : "Niedozwolone jest wysyłanie grupowych udostępnień federacyjnych z tego serwera.", "Sharing %1$s failed, because this item is already shared with %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element jest już współdzielony z %2$s", "Not allowed to create a federated share with the same user" : "Nie można tworzyć udostępniania federacyjnego z tym samym użytkownikiem", - "File is already shared with %s" : "Plik jest już współdzielony z %s", + "File is already shared with %s" : "Plik jest już udostępniony dla %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Udostępnianie %1$s nie powiodło się, nie można odnaleźć %2$s, być może serwer jest nieosiągalny lub używa certyfikatu z podpisem własnym.", "Could not find share" : "Nie można znaleźć powiązania", "Federated sharing" : "Udostępnianie Federacyjne", diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index df2dc37553..68a0dab6b4 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -187,8 +187,8 @@ OC.L10N.register( "Shared with others" : "Współdzielone z innymi", "Shared with you" : "Udostępnione dla Ciebie", "Shared by link" : "Współdzielone linkiem", - "Deleted shares" : "Usunięte współdzielenie", - "Pending shares" : "Oczekujące udostępnienia", + "Deleted shares" : "Usunięte współdzielenia", + "Pending shares" : "Oczekujące współdzielenia", "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", "Unshare" : "Zatrzymaj udostępnianie", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index f47f48ca7d..a04705f896 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -185,8 +185,8 @@ "Shared with others" : "Współdzielone z innymi", "Shared with you" : "Udostępnione dla Ciebie", "Shared by link" : "Współdzielone linkiem", - "Deleted shares" : "Usunięte współdzielenie", - "Pending shares" : "Oczekujące udostępnienia", + "Deleted shares" : "Usunięte współdzielenia", + "Pending shares" : "Oczekujące współdzielenia", "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", "Unshare" : "Zatrzymaj udostępnianie", diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 86e4620f12..a9f4d7f1d0 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -54,7 +54,7 @@ OC.L10N.register( "You removed group {group} from {file}" : "Usunąłeś grupę {group} z {file}", "{actor} shared {file} with group {group}" : "{actor} udostępnił {file} grupie {group}", "{actor} removed group {group} from {file}" : "{actor} usunął grupę {group} z {file}", - "Share for file {file} with group {group} expired" : "Współdzielenie pliku {file} z grupą {group} wygasło", + "Share for file {file} with group {group} expired" : "Udostępnianie pliku {file} dla grupy {group} wygasło", "Shared as public link" : "Udostępnione jako link publiczny", "Removed public link" : "Usunięto link publiczny", "Public link expired" : "Link publiczny wygasł", @@ -83,15 +83,15 @@ OC.L10N.register( "{actor} removed share" : "{actor} usunął udostępnienie", "Share for {user} expired" : "Udostępnianie dla {user} wygasło", "Share expired" : "Udostępnianie wygasło", - "You shared {file} with {user}" : "Współdzielisz {file} z {user}", + "You shared {file} with {user}" : "Udostępniłeś {file} dla {user}", "You removed {user} from {file}" : "Usunąłeś użytkownika {user} z {file}", "You removed yourself from {file}" : "Usunąłeś siebie z {file}", "{actor} removed themselves from {file}" : "{actor} usunął się z {file}", - "{actor} shared {file} with {user}" : "{actor} współdzieli {file} z {user}", + "{actor} shared {file} with {user}" : "{actor} udostępnił {file} dla {user}", "{actor} removed {user} from {file}" : "{actor} usunął użytkownika {user} z {file}", "{actor} shared {file} with you" : "{actor} udostępnił Tobie {file}", - "{actor} removed you from the share named {file}" : "{actor} usunął Cię z współdzielenia o nazwie {file}", - "Share for file {file} with {user} expired" : "Współdzielenie pliku {file} z {user} wygasło", + "{actor} removed you from the share named {file}" : "{actor} usunął Ciebie z udostępnienia o nazwie {file}", + "Share for file {file} with {user} expired" : "Udostępnianie pliku {file} dla {user} wygasło", "Share for file {file} expired" : "Udostępnianie pliku {file} wygasło", "A file or folder shared by mail or by public link was downloaded" : "Plik lub katalog udostępniony za pomocą e-maila lub linku publicznego został pobrany", "A file or folder was shared from another server" : "Plik lub katalog został udostępniony z innego serwera", @@ -115,7 +115,7 @@ OC.L10N.register( "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ zaplecze nie zezwala na współdzielenia typu %2$s", "You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić do Circle, jeśli aplikacja jest wyłączona", "Please specify a valid circle" : "Podaj poprawny circle", - "Sharing %s failed because the back end does not support room shares" : "Udostępnianie %s nie powiodło się, ponieważ zaplecze nie obsługuje współdzielenia", + "Sharing %s failed because the back end does not support room shares" : "Udostępnianie %s nie powiodło się, ponieważ zaplecze nie obsługuje udostępnień", "Unknown share type" : "Nieznany typ udostępnienia", "Not a directory" : "Nie jest katalogiem", "Could not lock node" : "Nie można zablokować powiązania", diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index 4456644000..6d5e4f3a18 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -52,7 +52,7 @@ "You removed group {group} from {file}" : "Usunąłeś grupę {group} z {file}", "{actor} shared {file} with group {group}" : "{actor} udostępnił {file} grupie {group}", "{actor} removed group {group} from {file}" : "{actor} usunął grupę {group} z {file}", - "Share for file {file} with group {group} expired" : "Współdzielenie pliku {file} z grupą {group} wygasło", + "Share for file {file} with group {group} expired" : "Udostępnianie pliku {file} dla grupy {group} wygasło", "Shared as public link" : "Udostępnione jako link publiczny", "Removed public link" : "Usunięto link publiczny", "Public link expired" : "Link publiczny wygasł", @@ -81,15 +81,15 @@ "{actor} removed share" : "{actor} usunął udostępnienie", "Share for {user} expired" : "Udostępnianie dla {user} wygasło", "Share expired" : "Udostępnianie wygasło", - "You shared {file} with {user}" : "Współdzielisz {file} z {user}", + "You shared {file} with {user}" : "Udostępniłeś {file} dla {user}", "You removed {user} from {file}" : "Usunąłeś użytkownika {user} z {file}", "You removed yourself from {file}" : "Usunąłeś siebie z {file}", "{actor} removed themselves from {file}" : "{actor} usunął się z {file}", - "{actor} shared {file} with {user}" : "{actor} współdzieli {file} z {user}", + "{actor} shared {file} with {user}" : "{actor} udostępnił {file} dla {user}", "{actor} removed {user} from {file}" : "{actor} usunął użytkownika {user} z {file}", "{actor} shared {file} with you" : "{actor} udostępnił Tobie {file}", - "{actor} removed you from the share named {file}" : "{actor} usunął Cię z współdzielenia o nazwie {file}", - "Share for file {file} with {user} expired" : "Współdzielenie pliku {file} z {user} wygasło", + "{actor} removed you from the share named {file}" : "{actor} usunął Ciebie z udostępnienia o nazwie {file}", + "Share for file {file} with {user} expired" : "Udostępnianie pliku {file} dla {user} wygasło", "Share for file {file} expired" : "Udostępnianie pliku {file} wygasło", "A file or folder shared by mail or by public link was downloaded" : "Plik lub katalog udostępniony za pomocą e-maila lub linku publicznego został pobrany", "A file or folder was shared from another server" : "Plik lub katalog został udostępniony z innego serwera", @@ -113,7 +113,7 @@ "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ zaplecze nie zezwala na współdzielenia typu %2$s", "You cannot share to a Circle if the app is not enabled" : "Nie możesz udostępnić do Circle, jeśli aplikacja jest wyłączona", "Please specify a valid circle" : "Podaj poprawny circle", - "Sharing %s failed because the back end does not support room shares" : "Udostępnianie %s nie powiodło się, ponieważ zaplecze nie obsługuje współdzielenia", + "Sharing %s failed because the back end does not support room shares" : "Udostępnianie %s nie powiodło się, ponieważ zaplecze nie obsługuje udostępnień", "Unknown share type" : "Nieznany typ udostępnienia", "Not a directory" : "Nie jest katalogiem", "Could not lock node" : "Nie można zablokować powiązania", diff --git a/apps/lookup_server_connector/l10n/eu.js b/apps/lookup_server_connector/l10n/eu.js new file mode 100644 index 0000000000..b1135463c1 --- /dev/null +++ b/apps/lookup_server_connector/l10n/eu.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Bilatu zerbitzari-konektorea", + "Sync public user information with the lookup server" : "Sinkronizatu erabiltzaile publiko baten informazioa bilaketa-zerbitzariarekin" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/lookup_server_connector/l10n/eu.json b/apps/lookup_server_connector/l10n/eu.json new file mode 100644 index 0000000000..6a13894c6a --- /dev/null +++ b/apps/lookup_server_connector/l10n/eu.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Bilatu zerbitzari-konektorea", + "Sync public user information with the lookup server" : "Sinkronizatu erabiltzaile publiko baten informazioa bilaketa-zerbitzariarekin" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/sharebymail/l10n/fr.js b/apps/sharebymail/l10n/fr.js index c45104cc08..377aae6423 100644 --- a/apps/sharebymail/l10n/fr.js +++ b/apps/sharebymail/l10n/fr.js @@ -34,7 +34,7 @@ OC.L10N.register( "%1$s via %2$s" : "%1$s via %2$s", "%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s a partagé « %2$s » avec vous.\nVous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.\n", "%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s a partagé « %2$s » avec vous. Vous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.", - "Password to access »%1$s« shared to you by %2$s" : "Mot de passe pour accéder à « %1$s » partagé avec vous par %2$s", + "Password to access »%1$s« shared to you by %2$s" : "Mot de passe pour accéder à « %1$s » partagé avec vous par %2$s", "Password to access »%s«" : "Mot de passe pour accéder à « %s »", "It is protected with the following password:" : "Il est protégé avec le mot de passe suivant :", "%1$s shared »%2$s« with you and wants to add:" : "%1$s a partagé « %2$s » avec vous et souhaite ajouter :", diff --git a/apps/sharebymail/l10n/fr.json b/apps/sharebymail/l10n/fr.json index 7688f0d938..f5d194627c 100644 --- a/apps/sharebymail/l10n/fr.json +++ b/apps/sharebymail/l10n/fr.json @@ -32,7 +32,7 @@ "%1$s via %2$s" : "%1$s via %2$s", "%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s a partagé « %2$s » avec vous.\nVous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.\n", "%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s a partagé « %2$s » avec vous. Vous avez normalement déjà reçu un autre e-mail avec un lien pour y accéder.", - "Password to access »%1$s« shared to you by %2$s" : "Mot de passe pour accéder à « %1$s » partagé avec vous par %2$s", + "Password to access »%1$s« shared to you by %2$s" : "Mot de passe pour accéder à « %1$s » partagé avec vous par %2$s", "Password to access »%s«" : "Mot de passe pour accéder à « %s »", "It is protected with the following password:" : "Il est protégé avec le mot de passe suivant :", "%1$s shared »%2$s« with you and wants to add:" : "%1$s a partagé « %2$s » avec vous et souhaite ajouter :", diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js index dd97e1e043..94355bc099 100644 --- a/apps/sharebymail/l10n/pl.js +++ b/apps/sharebymail/l10n/pl.js @@ -43,7 +43,7 @@ OC.L10N.register( "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś »%1$s« z %2$s. Udostępnienie zostało już wysłane do odbiorcy. Ze względu na polityki bezpieczeństwa określone przez administratora %3$s, każda akcja musi być chroniona hasłem i nie wolno wysyłać hasła bezpośrednio do odbiorcy. Dlatego musisz ręcznie przesłać hasło do odbiorcy.", "Password to access »%1$s« shared by you with %2$s" : "Hasło dostępu do »%1$s« udostępnione przez %2$s", "This is the password:" : "To jest hasło do zasobu:", - "You can choose a different password at any time in the share dialog." : "Hasło współdzielenia możesz zmienić w dowolnym momencie w oknie ustawień współdzielenia.", + "You can choose a different password at any time in the share dialog." : "W dowolnym momencie możesz zmienić hasło w oknie udostępnienia.", "Could not find share" : "Nie można odnaleźć udostępnionego zasobu", "Share by mail" : "Udostępnij e-mailem", "Share provider which allows you to share files by mail" : "Wskaż dostawcę, który umożliwia udostępnianie plików pocztą", diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json index 2b43d9751c..8981c4a839 100644 --- a/apps/sharebymail/l10n/pl.json +++ b/apps/sharebymail/l10n/pl.json @@ -41,7 +41,7 @@ "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś »%1$s« z %2$s. Udostępnienie zostało już wysłane do odbiorcy. Ze względu na polityki bezpieczeństwa określone przez administratora %3$s, każda akcja musi być chroniona hasłem i nie wolno wysyłać hasła bezpośrednio do odbiorcy. Dlatego musisz ręcznie przesłać hasło do odbiorcy.", "Password to access »%1$s« shared by you with %2$s" : "Hasło dostępu do »%1$s« udostępnione przez %2$s", "This is the password:" : "To jest hasło do zasobu:", - "You can choose a different password at any time in the share dialog." : "Hasło współdzielenia możesz zmienić w dowolnym momencie w oknie ustawień współdzielenia.", + "You can choose a different password at any time in the share dialog." : "W dowolnym momencie możesz zmienić hasło w oknie udostępnienia.", "Could not find share" : "Nie można odnaleźć udostępnionego zasobu", "Share by mail" : "Udostępnij e-mailem", "Share provider which allows you to share files by mail" : "Wskaż dostawcę, który umożliwia udostępnianie plików pocztą", diff --git a/apps/updatenotification/l10n/eu.js b/apps/updatenotification/l10n/eu.js index 5c8ca9ba8e..b59df77e37 100644 --- a/apps/updatenotification/l10n/eu.js +++ b/apps/updatenotification/l10n/eu.js @@ -31,10 +31,12 @@ OC.L10N.register( "A new version is available: {newVersionString}" : "Bertsio berri bat dago eskuragarri: {newVersionString}", "Checked on {lastCheckedDate}" : "{lastCheckedDate}-n egiaztatuta", "Checking apps for compatible updates" : "Egiaztatzen eguneratzeetarako aplikazio bateragarriak", + "Please make sure your config.php does not set appstoreenabled to false." : "Ziurtatu config.php-k ez duela app store gaitua faltsu gisa ezartzen.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Ezin izan da appstore-arekin konektatu edo honek ez du eguneratzerik itzuli. Bilatu eskuz eguneratzeak edo ziurtatu zure zerbitzariak internet konexioa duela eta appstore-arekin konektatu daitekeela.", "All apps have an update for this version available" : "Aplikazio guztiek eguneraketa bat dute bertsio honentzat eskuragarri", "View changelog" : "Ikusi aldaketen egunkaria", "Enterprise" : "Enpresa", + "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package." : "Enpresa erabilerarako. Ematen du beti azken adabaki maila, baina ez da berehala eguneratzen hurrengo bertsio nagusira. Eguneratze hori gertatzen da Nextcloud GmbH-k eskala handiko eta berebiziko garrantzia duten inplementazioetarako indartze eta probaketa osagarriak egin ondoren. Kanal hau bezeroentzako soilik dago erabilgarri eta Nextcloud Enterprise paketea ematen du.", "Stable" : "Egonkorra", "The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Bertsio egonkor berriena. Eguneroko erabilerarako prest dago eta beti eguneratuko da azken bertsio garrantzitsuenera.", "Beta" : "Beta", diff --git a/apps/updatenotification/l10n/eu.json b/apps/updatenotification/l10n/eu.json index a1c98b9c8d..f505570ee0 100644 --- a/apps/updatenotification/l10n/eu.json +++ b/apps/updatenotification/l10n/eu.json @@ -29,10 +29,12 @@ "A new version is available: {newVersionString}" : "Bertsio berri bat dago eskuragarri: {newVersionString}", "Checked on {lastCheckedDate}" : "{lastCheckedDate}-n egiaztatuta", "Checking apps for compatible updates" : "Egiaztatzen eguneratzeetarako aplikazio bateragarriak", + "Please make sure your config.php does not set appstoreenabled to false." : "Ziurtatu config.php-k ez duela app store gaitua faltsu gisa ezartzen.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Ezin izan da appstore-arekin konektatu edo honek ez du eguneratzerik itzuli. Bilatu eskuz eguneratzeak edo ziurtatu zure zerbitzariak internet konexioa duela eta appstore-arekin konektatu daitekeela.", "All apps have an update for this version available" : "Aplikazio guztiek eguneraketa bat dute bertsio honentzat eskuragarri", "View changelog" : "Ikusi aldaketen egunkaria", "Enterprise" : "Enpresa", + "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package." : "Enpresa erabilerarako. Ematen du beti azken adabaki maila, baina ez da berehala eguneratzen hurrengo bertsio nagusira. Eguneratze hori gertatzen da Nextcloud GmbH-k eskala handiko eta berebiziko garrantzia duten inplementazioetarako indartze eta probaketa osagarriak egin ondoren. Kanal hau bezeroentzako soilik dago erabilgarri eta Nextcloud Enterprise paketea ematen du.", "Stable" : "Egonkorra", "The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Bertsio egonkor berriena. Eguneroko erabilerarako prest dago eta beti eguneratuko da azken bertsio garrantzitsuenera.", "Beta" : "Beta", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 56730a0869..c556898de2 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -27,7 +27,7 @@ OC.L10N.register( "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknij poniższy link, aby zresetować hasło. Jeśli nie zażądałeś zresetowania hasła, zignoruj tego e-maila.", "Reset your password" : "Zresetuj hasło", "Nextcloud Server" : "Serwer Nextcloud", - "Some of your link shares have been removed" : "Niektóre współdzielenia w linkach zostały usunięte", + "Some of your link shares have been removed" : "Niektóre udostępnienia przez link zostały usunięte", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Ze względu na błąd bezpieczeństwa musieliśmy usunąć część Twoich udostępnień przez link. Zobacz link, aby uzyskać więcej informacji.", "The user limit of this instance is reached." : "Osiągnięto limit użytkowników dla tej instancji.", "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Wprowadź klucz subskrypcji, aby zwiększyć limit użytkowników. Więcej informacji o Nextcloud dla firm można znaleźć na naszej stronie internetowej.", @@ -331,7 +331,7 @@ OC.L10N.register( "Account connected" : "Połączono z kontem", "Your client should now be connected!" : "Twój klient powinien być teraz podłączony!", "You can close this window." : "Możesz zamknąć to okno.", - "This share is password-protected" : "Współdzielenie jest zabezpieczone hasłem", + "This share is password-protected" : "Udostępnienie jest zabezpieczone hasłem", "The password is wrong. Try again." : "Hasło jest nieprawidłowe. Spróbuj ponownie.", "Two-factor authentication" : "Uwierzytelnianie dwuskładnikowe", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Dodatkowe zabezpieczenia są włączone dla Twojego konta. Wybierz drugą metodę uwierzytelniania:", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index 055f3e4329..d895e44608 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -25,7 +25,7 @@ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknij poniższy link, aby zresetować hasło. Jeśli nie zażądałeś zresetowania hasła, zignoruj tego e-maila.", "Reset your password" : "Zresetuj hasło", "Nextcloud Server" : "Serwer Nextcloud", - "Some of your link shares have been removed" : "Niektóre współdzielenia w linkach zostały usunięte", + "Some of your link shares have been removed" : "Niektóre udostępnienia przez link zostały usunięte", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Ze względu na błąd bezpieczeństwa musieliśmy usunąć część Twoich udostępnień przez link. Zobacz link, aby uzyskać więcej informacji.", "The user limit of this instance is reached." : "Osiągnięto limit użytkowników dla tej instancji.", "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Wprowadź klucz subskrypcji, aby zwiększyć limit użytkowników. Więcej informacji o Nextcloud dla firm można znaleźć na naszej stronie internetowej.", @@ -329,7 +329,7 @@ "Account connected" : "Połączono z kontem", "Your client should now be connected!" : "Twój klient powinien być teraz podłączony!", "You can close this window." : "Możesz zamknąć to okno.", - "This share is password-protected" : "Współdzielenie jest zabezpieczone hasłem", + "This share is password-protected" : "Udostępnienie jest zabezpieczone hasłem", "The password is wrong. Try again." : "Hasło jest nieprawidłowe. Spróbuj ponownie.", "Two-factor authentication" : "Uwierzytelnianie dwuskładnikowe", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Dodatkowe zabezpieczenia są włączone dla Twojego konta. Wybierz drugą metodę uwierzytelniania:", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 096f219c81..eddc8160fd 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -103,12 +103,12 @@ OC.L10N.register( "Set an admin username." : "Ustaw nazwę administratora.", "Set an admin password." : "Ustaw hasło administratora.", "Can't create or write into the data directory %s" : "Nie można tworzyć ani zapisywać w katalogu %s", - "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", - "Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione", - "Sharing backend for %s not found" : "Zaplecze do współdzielenia dla %s nie zostało znalezione", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do udostępniania %s musi implementować interfejs OCP\\Share_Backend", + "Sharing backend %s not found" : "Zaplecze %s do udostępniania nie zostało znalezione", + "Sharing backend for %s not found" : "Zaplecze do udostępniania dla %s nie zostało znalezione", "%1$s shared »%2$s« with you and wants to add:" : "%1$s udostępnił Tobie »%2$s« i chce dodać: ", "%1$s shared »%2$s« with you and wants to add" : " %1$s udostępnił Tobie »%2$s« i chce dodać", - "»%s« added a note to a file shared with you" : "»%s« dodał notatkę do pliku współdzielonego z Tobą", + "»%s« added a note to a file shared with you" : "»%s« dodał notatkę do udostępnionego dla Ciebie pliku", "Open »%s«" : "Otwórz »%s«", "%1$s via %2$s" : "%1$s przez %2$s", "You are not allowed to share %s" : "Nie możesz udostępnić %s", @@ -120,7 +120,7 @@ OC.L10N.register( "%1$s shared »%2$s« with you" : "%1$s udostępnił Tobie »%2$s«", "%1$s shared »%2$s« with you." : "%1$s udostępnił Tobie »%2$s«.", "Click the button below to open it." : "Kliknij przycisk poniżej, aby otworzyć.", - "The requested share does not exist anymore" : "Żądane współdzielenie już nie istnieje", + "The requested share does not exist anymore" : "Żądane udostępnienie już nie istnieje", "Could not find category \"%s\"" : "Nie można znaleźć kategorii \"%s\"", "Sunday" : "Niedziela", "Monday" : "Poniedziałek", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 7504b7931e..e1fb15c9ae 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -101,12 +101,12 @@ "Set an admin username." : "Ustaw nazwę administratora.", "Set an admin password." : "Ustaw hasło administratora.", "Can't create or write into the data directory %s" : "Nie można tworzyć ani zapisywać w katalogu %s", - "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", - "Sharing backend %s not found" : "Zaplecze %s do współdzielenia nie zostało znalezione", - "Sharing backend for %s not found" : "Zaplecze do współdzielenia dla %s nie zostało znalezione", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Zaplecze do udostępniania %s musi implementować interfejs OCP\\Share_Backend", + "Sharing backend %s not found" : "Zaplecze %s do udostępniania nie zostało znalezione", + "Sharing backend for %s not found" : "Zaplecze do udostępniania dla %s nie zostało znalezione", "%1$s shared »%2$s« with you and wants to add:" : "%1$s udostępnił Tobie »%2$s« i chce dodać: ", "%1$s shared »%2$s« with you and wants to add" : " %1$s udostępnił Tobie »%2$s« i chce dodać", - "»%s« added a note to a file shared with you" : "»%s« dodał notatkę do pliku współdzielonego z Tobą", + "»%s« added a note to a file shared with you" : "»%s« dodał notatkę do udostępnionego dla Ciebie pliku", "Open »%s«" : "Otwórz »%s«", "%1$s via %2$s" : "%1$s przez %2$s", "You are not allowed to share %s" : "Nie możesz udostępnić %s", @@ -118,7 +118,7 @@ "%1$s shared »%2$s« with you" : "%1$s udostępnił Tobie »%2$s«", "%1$s shared »%2$s« with you." : "%1$s udostępnił Tobie »%2$s«.", "Click the button below to open it." : "Kliknij przycisk poniżej, aby otworzyć.", - "The requested share does not exist anymore" : "Żądane współdzielenie już nie istnieje", + "The requested share does not exist anymore" : "Żądane udostępnienie już nie istnieje", "Could not find category \"%s\"" : "Nie można znaleźć kategorii \"%s\"", "Sunday" : "Niedziela", "Monday" : "Poniedziałek",