diff options
Diffstat (limited to 'apps')
366 files changed, 2810 insertions, 74 deletions
diff --git a/apps/comments/l10n/af_ZA.js b/apps/comments/l10n/af_ZA.js new file mode 100644 index 00000000000..0f841f8ec48 --- /dev/null +++ b/apps/comments/l10n/af_ZA.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Kanselleer" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/af_ZA.json b/apps/comments/l10n/af_ZA.json new file mode 100644 index 00000000000..81ad64aac33 --- /dev/null +++ b/apps/comments/l10n/af_ZA.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Kanselleer" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js new file mode 100644 index 00000000000..ec211e25e43 --- /dev/null +++ b/apps/comments/l10n/ar.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "إلغاء", + "Save" : "حفظ", + "Comment" : "تعليق" +}, +"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/comments/l10n/ar.json b/apps/comments/l10n/ar.json new file mode 100644 index 00000000000..8f601e76e16 --- /dev/null +++ b/apps/comments/l10n/ar.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "إلغاء", + "Save" : "حفظ", + "Comment" : "تعليق" +},"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/comments/l10n/ast.js b/apps/comments/l10n/ast.js new file mode 100644 index 00000000000..716facf525d --- /dev/null +++ b/apps/comments/l10n/ast.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Encaboxar", + "Save" : "Guardar", + "Comment" : "Comentariu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ast.json b/apps/comments/l10n/ast.json new file mode 100644 index 00000000000..30dd7e23077 --- /dev/null +++ b/apps/comments/l10n/ast.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Encaboxar", + "Save" : "Guardar", + "Comment" : "Comentariu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/az.js b/apps/comments/l10n/az.js new file mode 100644 index 00000000000..75428f67cc5 --- /dev/null +++ b/apps/comments/l10n/az.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Dayandır", + "Save" : "Saxla", + "Comment" : "Komentariya" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/az.json b/apps/comments/l10n/az.json new file mode 100644 index 00000000000..c54d6648c59 --- /dev/null +++ b/apps/comments/l10n/az.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Dayandır", + "Save" : "Saxla", + "Comment" : "Komentariya" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/bg_BG.js b/apps/comments/l10n/bg_BG.js new file mode 100644 index 00000000000..e63aedf80db --- /dev/null +++ b/apps/comments/l10n/bg_BG.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Отказ", + "Save" : "Запазване", + "Comment" : "Коментар" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/bg_BG.json b/apps/comments/l10n/bg_BG.json new file mode 100644 index 00000000000..78ad0b57d4c --- /dev/null +++ b/apps/comments/l10n/bg_BG.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Отказ", + "Save" : "Запазване", + "Comment" : "Коментар" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/bn_BD.js b/apps/comments/l10n/bn_BD.js new file mode 100644 index 00000000000..fcff25b8402 --- /dev/null +++ b/apps/comments/l10n/bn_BD.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "বাতিল", + "Save" : "সংরক্ষণ", + "Comment" : "মন্তব্য" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/bn_BD.json b/apps/comments/l10n/bn_BD.json new file mode 100644 index 00000000000..81cd8fe1a48 --- /dev/null +++ b/apps/comments/l10n/bn_BD.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "বাতিল", + "Save" : "সংরক্ষণ", + "Comment" : "মন্তব্য" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/bn_IN.js b/apps/comments/l10n/bn_IN.js new file mode 100644 index 00000000000..7b479dc0264 --- /dev/null +++ b/apps/comments/l10n/bn_IN.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "বাতিল করা", + "Save" : "সেভ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/bn_IN.json b/apps/comments/l10n/bn_IN.json new file mode 100644 index 00000000000..9df2ea07062 --- /dev/null +++ b/apps/comments/l10n/bn_IN.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "বাতিল করা", + "Save" : "সেভ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/bs.js b/apps/comments/l10n/bs.js new file mode 100644 index 00000000000..b1f98fedfa6 --- /dev/null +++ b/apps/comments/l10n/bs.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Odustani", + "Save" : "Spremi", + "Comment" : "Komentar" +}, +"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/comments/l10n/bs.json b/apps/comments/l10n/bs.json new file mode 100644 index 00000000000..d73df1a46c6 --- /dev/null +++ b/apps/comments/l10n/bs.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Odustani", + "Save" : "Spremi", + "Comment" : "Komentar" +},"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/comments/l10n/ca.js b/apps/comments/l10n/ca.js new file mode 100644 index 00000000000..a0d508f0afd --- /dev/null +++ b/apps/comments/l10n/ca.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancel·la", + "Save" : "Desa", + "Comment" : "Comentari" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ca.json b/apps/comments/l10n/ca.json new file mode 100644 index 00000000000..2bfdc24610b --- /dev/null +++ b/apps/comments/l10n/ca.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Cancel·la", + "Save" : "Desa", + "Comment" : "Comentari" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/cs_CZ.js b/apps/comments/l10n/cs_CZ.js new file mode 100644 index 00000000000..aee5a6ffafd --- /dev/null +++ b/apps/comments/l10n/cs_CZ.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Zrušit", + "Save" : "Uložit", + "Comment" : "Komentář" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/comments/l10n/cs_CZ.json b/apps/comments/l10n/cs_CZ.json new file mode 100644 index 00000000000..99b454bc486 --- /dev/null +++ b/apps/comments/l10n/cs_CZ.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Zrušit", + "Save" : "Uložit", + "Comment" : "Komentář" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/cy_GB.js b/apps/comments/l10n/cy_GB.js new file mode 100644 index 00000000000..4e1c6a57f6e --- /dev/null +++ b/apps/comments/l10n/cy_GB.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Diddymu", + "Save" : "Cadw" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/comments/l10n/cy_GB.json b/apps/comments/l10n/cy_GB.json new file mode 100644 index 00000000000..1ea3eafef30 --- /dev/null +++ b/apps/comments/l10n/cy_GB.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Diddymu", + "Save" : "Cadw" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/da.js b/apps/comments/l10n/da.js new file mode 100644 index 00000000000..60574894c35 --- /dev/null +++ b/apps/comments/l10n/da.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Annullér", + "Save" : "Gem", + "Comment" : "Kommentér" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/da.json b/apps/comments/l10n/da.json new file mode 100644 index 00000000000..7524d5675ba --- /dev/null +++ b/apps/comments/l10n/da.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Annullér", + "Save" : "Gem", + "Comment" : "Kommentér" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js new file mode 100644 index 00000000000..4a38f54f52e --- /dev/null +++ b/apps/comments/l10n/de.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "comments", + { + "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", + "Comments" : "Kommentare", + "Delete comment" : "Kommentar löschen", + "Cancel" : "Abbrechen", + "[Deleted user]" : "[Gelöschter Benutzer]", + "Save" : "Speichern", + "Comment" : "Kommentar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/de.json b/apps/comments/l10n/de.json new file mode 100644 index 00000000000..0d4ebb56e99 --- /dev/null +++ b/apps/comments/l10n/de.json @@ -0,0 +1,10 @@ +{ "translations": { + "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", + "Comments" : "Kommentare", + "Delete comment" : "Kommentar löschen", + "Cancel" : "Abbrechen", + "[Deleted user]" : "[Gelöschter Benutzer]", + "Save" : "Speichern", + "Comment" : "Kommentar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/de_AT.js b/apps/comments/l10n/de_AT.js new file mode 100644 index 00000000000..f92cad6bcde --- /dev/null +++ b/apps/comments/l10n/de_AT.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Abbrechen", + "Save" : "Speichern" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/de_AT.json b/apps/comments/l10n/de_AT.json new file mode 100644 index 00000000000..45d2f9e21dd --- /dev/null +++ b/apps/comments/l10n/de_AT.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Abbrechen", + "Save" : "Speichern" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js new file mode 100644 index 00000000000..4abc9024115 --- /dev/null +++ b/apps/comments/l10n/de_DE.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Abbrechen", + "Save" : "Speichern", + "Comment" : "Kommentar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json new file mode 100644 index 00000000000..8ec33eb3bd6 --- /dev/null +++ b/apps/comments/l10n/de_DE.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Abbrechen", + "Save" : "Speichern", + "Comment" : "Kommentar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/el.js b/apps/comments/l10n/el.js new file mode 100644 index 00000000000..c89e6410b9b --- /dev/null +++ b/apps/comments/l10n/el.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Άκυρο", + "Save" : "Αποθήκευση", + "Comment" : "Σχόλιο" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/el.json b/apps/comments/l10n/el.json new file mode 100644 index 00000000000..d3a2967d3cb --- /dev/null +++ b/apps/comments/l10n/el.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Άκυρο", + "Save" : "Αποθήκευση", + "Comment" : "Σχόλιο" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js new file mode 100644 index 00000000000..216fd0ed8e4 --- /dev/null +++ b/apps/comments/l10n/en_GB.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancel", + "Save" : "Save", + "Comment" : "Comment" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json new file mode 100644 index 00000000000..571dd6828bf --- /dev/null +++ b/apps/comments/l10n/en_GB.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Cancel", + "Save" : "Save", + "Comment" : "Comment" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/eo.js b/apps/comments/l10n/eo.js new file mode 100644 index 00000000000..496de4c511d --- /dev/null +++ b/apps/comments/l10n/eo.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Nuligi", + "Save" : "Konservi", + "Comment" : "Komento" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/eo.json b/apps/comments/l10n/eo.json new file mode 100644 index 00000000000..6b4241b6b57 --- /dev/null +++ b/apps/comments/l10n/eo.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Nuligi", + "Save" : "Konservi", + "Comment" : "Komento" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js new file mode 100644 index 00000000000..ab04eea953e --- /dev/null +++ b/apps/comments/l10n/es.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancelar", + "Save" : "Guardar", + "Comment" : "Comentario" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json new file mode 100644 index 00000000000..6f6df7e9c84 --- /dev/null +++ b/apps/comments/l10n/es.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Cancelar", + "Save" : "Guardar", + "Comment" : "Comentario" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/es_AR.js b/apps/comments/l10n/es_AR.js new file mode 100644 index 00000000000..8219a7da10b --- /dev/null +++ b/apps/comments/l10n/es_AR.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancelar", + "Save" : "Guardar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_AR.json b/apps/comments/l10n/es_AR.json new file mode 100644 index 00000000000..366986893df --- /dev/null +++ b/apps/comments/l10n/es_AR.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Cancelar", + "Save" : "Guardar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/es_CL.js b/apps/comments/l10n/es_CL.js new file mode 100644 index 00000000000..73af8976a2d --- /dev/null +++ b/apps/comments/l10n/es_CL.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancelar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_CL.json b/apps/comments/l10n/es_CL.json new file mode 100644 index 00000000000..56eca9b124c --- /dev/null +++ b/apps/comments/l10n/es_CL.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Cancelar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/es_MX.js b/apps/comments/l10n/es_MX.js new file mode 100644 index 00000000000..ab04eea953e --- /dev/null +++ b/apps/comments/l10n/es_MX.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancelar", + "Save" : "Guardar", + "Comment" : "Comentario" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_MX.json b/apps/comments/l10n/es_MX.json new file mode 100644 index 00000000000..6f6df7e9c84 --- /dev/null +++ b/apps/comments/l10n/es_MX.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Cancelar", + "Save" : "Guardar", + "Comment" : "Comentario" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/et_EE.js b/apps/comments/l10n/et_EE.js new file mode 100644 index 00000000000..d6865a66ceb --- /dev/null +++ b/apps/comments/l10n/et_EE.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Loobu", + "Save" : "Salvesta", + "Comment" : "Kommentaar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/et_EE.json b/apps/comments/l10n/et_EE.json new file mode 100644 index 00000000000..dc10930aec5 --- /dev/null +++ b/apps/comments/l10n/et_EE.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Loobu", + "Save" : "Salvesta", + "Comment" : "Kommentaar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/eu.js b/apps/comments/l10n/eu.js new file mode 100644 index 00000000000..65c4b80558a --- /dev/null +++ b/apps/comments/l10n/eu.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Ezeztatu", + "Save" : "Gorde", + "Comment" : "Iruzkina" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/eu.json b/apps/comments/l10n/eu.json new file mode 100644 index 00000000000..746260d520c --- /dev/null +++ b/apps/comments/l10n/eu.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Ezeztatu", + "Save" : "Gorde", + "Comment" : "Iruzkina" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/fa.js b/apps/comments/l10n/fa.js new file mode 100644 index 00000000000..2eed645ec36 --- /dev/null +++ b/apps/comments/l10n/fa.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "منصرف شدن", + "Save" : "ذخیره", + "Comment" : "نظر" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/fa.json b/apps/comments/l10n/fa.json new file mode 100644 index 00000000000..5b99e9f2896 --- /dev/null +++ b/apps/comments/l10n/fa.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "منصرف شدن", + "Save" : "ذخیره", + "Comment" : "نظر" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/fi_FI.js b/apps/comments/l10n/fi_FI.js new file mode 100644 index 00000000000..e94f9ab2191 --- /dev/null +++ b/apps/comments/l10n/fi_FI.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "comments", + { + "<strong>Comments</strong> for files" : "<strong>Kommentit</strong> tiedostoille", + "%1$s commented" : "%1$s kommentoi", + "%1$s commented on %2$s" : "%1$s kommentoi kohdetta %2$s", + "Comments" : "Kommentit", + "Type in a new comment..." : "Kirjoita uusi kommentti...", + "Delete comment" : "Poista kommentti", + "Post" : "Lähetä", + "Cancel" : "Peruuta", + "Edit comment" : "Muokkaa kommenttia", + "[Deleted user]" : "[Poistettu käyttäjä]", + "No other comments available" : "Ei muita kommentteja saatavilla", + "More comments..." : "Lisää kommentteja...", + "Save" : "Tallenna", + "Allowed characters {count} of {max}" : "Sallittujen merkkien määrä {count}/{max}", + "{count} unread comments" : "{count} lukematonta kommenttia", + "Comment" : "Kommentti" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/fi_FI.json b/apps/comments/l10n/fi_FI.json new file mode 100644 index 00000000000..513a9ce75dd --- /dev/null +++ b/apps/comments/l10n/fi_FI.json @@ -0,0 +1,19 @@ +{ "translations": { + "<strong>Comments</strong> for files" : "<strong>Kommentit</strong> tiedostoille", + "%1$s commented" : "%1$s kommentoi", + "%1$s commented on %2$s" : "%1$s kommentoi kohdetta %2$s", + "Comments" : "Kommentit", + "Type in a new comment..." : "Kirjoita uusi kommentti...", + "Delete comment" : "Poista kommentti", + "Post" : "Lähetä", + "Cancel" : "Peruuta", + "Edit comment" : "Muokkaa kommenttia", + "[Deleted user]" : "[Poistettu käyttäjä]", + "No other comments available" : "Ei muita kommentteja saatavilla", + "More comments..." : "Lisää kommentteja...", + "Save" : "Tallenna", + "Allowed characters {count} of {max}" : "Sallittujen merkkien määrä {count}/{max}", + "{count} unread comments" : "{count} lukematonta kommenttia", + "Comment" : "Kommentti" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js new file mode 100644 index 00000000000..d400ca46dbc --- /dev/null +++ b/apps/comments/l10n/fr.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Annuler", + "Save" : "Enregistrer", + "Comment" : "Commenter" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json new file mode 100644 index 00000000000..7193f3ab6e2 --- /dev/null +++ b/apps/comments/l10n/fr.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Annuler", + "Save" : "Enregistrer", + "Comment" : "Commenter" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/gl.js b/apps/comments/l10n/gl.js new file mode 100644 index 00000000000..e882611c3dc --- /dev/null +++ b/apps/comments/l10n/gl.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancelar", + "Save" : "Gardar", + "Comment" : "Comentario" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/gl.json b/apps/comments/l10n/gl.json new file mode 100644 index 00000000000..4f4e732bcf1 --- /dev/null +++ b/apps/comments/l10n/gl.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Cancelar", + "Save" : "Gardar", + "Comment" : "Comentario" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/he.js b/apps/comments/l10n/he.js new file mode 100644 index 00000000000..641d13861a7 --- /dev/null +++ b/apps/comments/l10n/he.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "comments", + { + "<strong>Comments</strong> for files" : "<strong>תגובות</strong> לקבצים", + "%1$s commented" : "התקבלו תגובות %1$s", + "%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ", + "Comments" : "תגובות", + "Type in a new comment..." : "יש להכניס תגובה חדשה...", + "Delete comment" : "מחיקת תגובה", + "Post" : "פרסום", + "Cancel" : "ביטול", + "Edit comment" : "עריכת תגובה", + "[Deleted user]" : "[משתמשים מוסרים]", + "No other comments available" : "אין תגובות אחרות זמינות", + "More comments..." : "תגובות נוספות...", + "Save" : "שמירה", + "Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}", + "{count} unread comments" : "{count} תגובות שלא נקראו", + "Comment" : "תגובה" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/he.json b/apps/comments/l10n/he.json new file mode 100644 index 00000000000..dc10680e96a --- /dev/null +++ b/apps/comments/l10n/he.json @@ -0,0 +1,19 @@ +{ "translations": { + "<strong>Comments</strong> for files" : "<strong>תגובות</strong> לקבצים", + "%1$s commented" : "התקבלו תגובות %1$s", + "%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ", + "Comments" : "תגובות", + "Type in a new comment..." : "יש להכניס תגובה חדשה...", + "Delete comment" : "מחיקת תגובה", + "Post" : "פרסום", + "Cancel" : "ביטול", + "Edit comment" : "עריכת תגובה", + "[Deleted user]" : "[משתמשים מוסרים]", + "No other comments available" : "אין תגובות אחרות זמינות", + "More comments..." : "תגובות נוספות...", + "Save" : "שמירה", + "Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}", + "{count} unread comments" : "{count} תגובות שלא נקראו", + "Comment" : "תגובה" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/hi.js b/apps/comments/l10n/hi.js new file mode 100644 index 00000000000..ed49cce9227 --- /dev/null +++ b/apps/comments/l10n/hi.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "रद्द करें ", + "Save" : "सहेजें" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/hi.json b/apps/comments/l10n/hi.json new file mode 100644 index 00000000000..f6b1d3d1b1b --- /dev/null +++ b/apps/comments/l10n/hi.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "रद्द करें ", + "Save" : "सहेजें" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/hr.js b/apps/comments/l10n/hr.js new file mode 100644 index 00000000000..d7aa807254c --- /dev/null +++ b/apps/comments/l10n/hr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Odustanite", + "Save" : "Spremi" +}, +"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/comments/l10n/hr.json b/apps/comments/l10n/hr.json new file mode 100644 index 00000000000..78c71af4fd2 --- /dev/null +++ b/apps/comments/l10n/hr.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Odustanite", + "Save" : "Spremi" +},"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/comments/l10n/hu_HU.js b/apps/comments/l10n/hu_HU.js new file mode 100644 index 00000000000..c74b27f34cd --- /dev/null +++ b/apps/comments/l10n/hu_HU.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Mégsem", + "Save" : "Mentés", + "Comment" : "Komment" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/hu_HU.json b/apps/comments/l10n/hu_HU.json new file mode 100644 index 00000000000..7c8d8886895 --- /dev/null +++ b/apps/comments/l10n/hu_HU.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Mégsem", + "Save" : "Mentés", + "Comment" : "Komment" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/hy.js b/apps/comments/l10n/hy.js new file mode 100644 index 00000000000..6e6fa514244 --- /dev/null +++ b/apps/comments/l10n/hy.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Չեղարկել", + "Save" : "Պահպանել" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/hy.json b/apps/comments/l10n/hy.json new file mode 100644 index 00000000000..1d692e6d00d --- /dev/null +++ b/apps/comments/l10n/hy.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Չեղարկել", + "Save" : "Պահպանել" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ia.js b/apps/comments/l10n/ia.js new file mode 100644 index 00000000000..ff148a13b8d --- /dev/null +++ b/apps/comments/l10n/ia.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Cancellar", + "Save" : "Salveguardar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ia.json b/apps/comments/l10n/ia.json new file mode 100644 index 00000000000..a71e73149f6 --- /dev/null +++ b/apps/comments/l10n/ia.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Cancellar", + "Save" : "Salveguardar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/id.js b/apps/comments/l10n/id.js new file mode 100644 index 00000000000..58f7aa372dc --- /dev/null +++ b/apps/comments/l10n/id.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Batal", + "Save" : "Simpan", + "Comment" : "Komentar" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/id.json b/apps/comments/l10n/id.json new file mode 100644 index 00000000000..85bd0168cec --- /dev/null +++ b/apps/comments/l10n/id.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Batal", + "Save" : "Simpan", + "Comment" : "Komentar" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js new file mode 100644 index 00000000000..d9494241eb2 --- /dev/null +++ b/apps/comments/l10n/is.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Hætta við", + "Save" : "Vista" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/comments/l10n/is.json b/apps/comments/l10n/is.json new file mode 100644 index 00000000000..f2909dbb019 --- /dev/null +++ b/apps/comments/l10n/is.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Hætta við", + "Save" : "Vista" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js new file mode 100644 index 00000000000..f2e3574aa67 --- /dev/null +++ b/apps/comments/l10n/it.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "comments", + { + "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", + "%1$s commented" : "%1$s ha commentato", + "%1$s commented on %2$s" : "%1$s ha commentato %2$s", + "Comments" : "Commenti", + "Type in a new comment..." : "Digita un nuovo commento...", + "Delete comment" : "Elimina commento", + "Cancel" : "Annulla", + "Edit comment" : "Modifica commento", + "[Deleted user]" : "[Utente eliminato]", + "More comments..." : "Altri commenti...", + "Save" : "Salva", + "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}", + "{count} unread comments" : "{count} commenti non letti", + "Comment" : "Commento" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json new file mode 100644 index 00000000000..486af1b827f --- /dev/null +++ b/apps/comments/l10n/it.json @@ -0,0 +1,17 @@ +{ "translations": { + "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", + "%1$s commented" : "%1$s ha commentato", + "%1$s commented on %2$s" : "%1$s ha commentato %2$s", + "Comments" : "Commenti", + "Type in a new comment..." : "Digita un nuovo commento...", + "Delete comment" : "Elimina commento", + "Cancel" : "Annulla", + "Edit comment" : "Modifica commento", + "[Deleted user]" : "[Utente eliminato]", + "More comments..." : "Altri commenti...", + "Save" : "Salva", + "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}", + "{count} unread comments" : "{count} commenti non letti", + "Comment" : "Commento" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js new file mode 100644 index 00000000000..7a28b3bda8d --- /dev/null +++ b/apps/comments/l10n/ja.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "キャンセル", + "Save" : "保存", + "Comment" : "コメント" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json new file mode 100644 index 00000000000..b29ee85979a --- /dev/null +++ b/apps/comments/l10n/ja.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "キャンセル", + "Save" : "保存", + "Comment" : "コメント" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ka_GE.js b/apps/comments/l10n/ka_GE.js new file mode 100644 index 00000000000..6eb6c73569b --- /dev/null +++ b/apps/comments/l10n/ka_GE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "უარყოფა", + "Save" : "შენახვა" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ka_GE.json b/apps/comments/l10n/ka_GE.json new file mode 100644 index 00000000000..a70874ae50b --- /dev/null +++ b/apps/comments/l10n/ka_GE.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "უარყოფა", + "Save" : "შენახვა" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/km.js b/apps/comments/l10n/km.js new file mode 100644 index 00000000000..16f065c86b3 --- /dev/null +++ b/apps/comments/l10n/km.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "បោះបង់", + "Save" : "រក្សាទុក" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/km.json b/apps/comments/l10n/km.json new file mode 100644 index 00000000000..20de21d56a1 --- /dev/null +++ b/apps/comments/l10n/km.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "បោះបង់", + "Save" : "រក្សាទុក" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/kn.js b/apps/comments/l10n/kn.js new file mode 100644 index 00000000000..97a48f9cb3e --- /dev/null +++ b/apps/comments/l10n/kn.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "ರದ್ದು", + "Save" : "ಉಳಿಸಿ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/kn.json b/apps/comments/l10n/kn.json new file mode 100644 index 00000000000..8a2b49fc262 --- /dev/null +++ b/apps/comments/l10n/kn.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "ರದ್ದು", + "Save" : "ಉಳಿಸಿ" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ko.js b/apps/comments/l10n/ko.js new file mode 100644 index 00000000000..3644ac7489d --- /dev/null +++ b/apps/comments/l10n/ko.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "취소", + "Save" : "저장", + "Comment" : "설명" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ko.json b/apps/comments/l10n/ko.json new file mode 100644 index 00000000000..d6a4b49e5b9 --- /dev/null +++ b/apps/comments/l10n/ko.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "취소", + "Save" : "저장", + "Comment" : "설명" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ku_IQ.js b/apps/comments/l10n/ku_IQ.js new file mode 100644 index 00000000000..bbbe6f95bb1 --- /dev/null +++ b/apps/comments/l10n/ku_IQ.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "لابردن", + "Save" : "پاشکهوتکردن" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ku_IQ.json b/apps/comments/l10n/ku_IQ.json new file mode 100644 index 00000000000..1a46f867235 --- /dev/null +++ b/apps/comments/l10n/ku_IQ.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "لابردن", + "Save" : "پاشکهوتکردن" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/lb.js b/apps/comments/l10n/lb.js new file mode 100644 index 00000000000..f63640ac6f7 --- /dev/null +++ b/apps/comments/l10n/lb.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Ofbriechen", + "Save" : "Späicheren" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/lb.json b/apps/comments/l10n/lb.json new file mode 100644 index 00000000000..c015c4dd2a8 --- /dev/null +++ b/apps/comments/l10n/lb.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Ofbriechen", + "Save" : "Späicheren" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js new file mode 100644 index 00000000000..ef4967e9fcc --- /dev/null +++ b/apps/comments/l10n/lt_LT.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Atšaukti", + "Save" : "Išsaugoti", + "Comment" : "Komentaras" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json new file mode 100644 index 00000000000..59432d7b6b4 --- /dev/null +++ b/apps/comments/l10n/lt_LT.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Atšaukti", + "Save" : "Išsaugoti", + "Comment" : "Komentaras" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/lv.js b/apps/comments/l10n/lv.js new file mode 100644 index 00000000000..78665af9a46 --- /dev/null +++ b/apps/comments/l10n/lv.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Atcelt", + "Save" : "Saglabāt", + "Comment" : "Komentārs" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/comments/l10n/lv.json b/apps/comments/l10n/lv.json new file mode 100644 index 00000000000..0ad41e139cb --- /dev/null +++ b/apps/comments/l10n/lv.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Atcelt", + "Save" : "Saglabāt", + "Comment" : "Komentārs" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/mk.js b/apps/comments/l10n/mk.js new file mode 100644 index 00000000000..caba856f3e7 --- /dev/null +++ b/apps/comments/l10n/mk.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Откажи", + "Save" : "Сними", + "Comment" : "Коментар" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/comments/l10n/mk.json b/apps/comments/l10n/mk.json new file mode 100644 index 00000000000..ac5fc0d7b8b --- /dev/null +++ b/apps/comments/l10n/mk.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Откажи", + "Save" : "Сними", + "Comment" : "Коментар" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/mn.js b/apps/comments/l10n/mn.js new file mode 100644 index 00000000000..44deab30ac4 --- /dev/null +++ b/apps/comments/l10n/mn.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "comments", + { + "Save" : "Хадгалах" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/mn.json b/apps/comments/l10n/mn.json new file mode 100644 index 00000000000..09df2456611 --- /dev/null +++ b/apps/comments/l10n/mn.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Хадгалах" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ms_MY.js b/apps/comments/l10n/ms_MY.js new file mode 100644 index 00000000000..37e8518632d --- /dev/null +++ b/apps/comments/l10n/ms_MY.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Batal", + "Save" : "Simpan" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ms_MY.json b/apps/comments/l10n/ms_MY.json new file mode 100644 index 00000000000..dd6b20cbd7b --- /dev/null +++ b/apps/comments/l10n/ms_MY.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Batal", + "Save" : "Simpan" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/my_MM.js b/apps/comments/l10n/my_MM.js new file mode 100644 index 00000000000..2fd6d1d1a9c --- /dev/null +++ b/apps/comments/l10n/my_MM.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "ပယ်ဖျက်မည်" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/my_MM.json b/apps/comments/l10n/my_MM.json new file mode 100644 index 00000000000..28a85e87b39 --- /dev/null +++ b/apps/comments/l10n/my_MM.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "ပယ်ဖျက်မည်" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/nb_NO.js b/apps/comments/l10n/nb_NO.js new file mode 100644 index 00000000000..2bfe4b45093 --- /dev/null +++ b/apps/comments/l10n/nb_NO.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Avbryt", + "Save" : "Lagre", + "Comment" : "Kommentar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nb_NO.json b/apps/comments/l10n/nb_NO.json new file mode 100644 index 00000000000..52ec037b47f --- /dev/null +++ b/apps/comments/l10n/nb_NO.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Avbryt", + "Save" : "Lagre", + "Comment" : "Kommentar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/nds.js b/apps/comments/l10n/nds.js new file mode 100644 index 00000000000..9fc7bc4cfe2 --- /dev/null +++ b/apps/comments/l10n/nds.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Abbrechen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nds.json b/apps/comments/l10n/nds.json new file mode 100644 index 00000000000..8c981f87994 --- /dev/null +++ b/apps/comments/l10n/nds.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Abbrechen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js new file mode 100644 index 00000000000..b1320386458 --- /dev/null +++ b/apps/comments/l10n/nl.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Annuleren", + "Save" : "Bewaren", + "Comment" : "Reactie" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nl.json b/apps/comments/l10n/nl.json new file mode 100644 index 00000000000..8fb9b318eb5 --- /dev/null +++ b/apps/comments/l10n/nl.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Annuleren", + "Save" : "Bewaren", + "Comment" : "Reactie" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/nn_NO.js b/apps/comments/l10n/nn_NO.js new file mode 100644 index 00000000000..ce79cf242bc --- /dev/null +++ b/apps/comments/l10n/nn_NO.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Avbryt", + "Save" : "Lagra" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nn_NO.json b/apps/comments/l10n/nn_NO.json new file mode 100644 index 00000000000..51f3ed49364 --- /dev/null +++ b/apps/comments/l10n/nn_NO.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Avbryt", + "Save" : "Lagra" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/oc.js b/apps/comments/l10n/oc.js new file mode 100644 index 00000000000..7311b7fd7a4 --- /dev/null +++ b/apps/comments/l10n/oc.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Anullar", + "Save" : "Enregistrar", + "Comment" : "Comentar" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/oc.json b/apps/comments/l10n/oc.json new file mode 100644 index 00000000000..21f0098bf30 --- /dev/null +++ b/apps/comments/l10n/oc.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Anullar", + "Save" : "Enregistrar", + "Comment" : "Comentar" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/pa.js b/apps/comments/l10n/pa.js new file mode 100644 index 00000000000..98e2affcd12 --- /dev/null +++ b/apps/comments/l10n/pa.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "ਰੱਦ ਕਰੋ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/pa.json b/apps/comments/l10n/pa.json new file mode 100644 index 00000000000..2472134c5f2 --- /dev/null +++ b/apps/comments/l10n/pa.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "ਰੱਦ ਕਰੋ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js new file mode 100644 index 00000000000..543fed7a1ad --- /dev/null +++ b/apps/comments/l10n/pl.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Anuluj", + "Save" : "Zapisz", + "Comment" : "Komentarz" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json new file mode 100644 index 00000000000..836f3bb1dcd --- /dev/null +++ b/apps/comments/l10n/pl.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Anuluj", + "Save" : "Zapisz", + "Comment" : "Komentarz" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 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/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js new file mode 100644 index 00000000000..d7f61e4f161 --- /dev/null +++ b/apps/comments/l10n/pt_BR.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "comments", + { + "<strong>Comments</strong> for files" : "<strong>Comentários</strong> por arquivos", + "%1$s commented" : "%1$s comentado", + "%1$s commented on %2$s" : "%1$s comentado em %2$s", + "Comments" : "Comentários", + "Type in a new comment..." : "Digite um novo comentário...", + "Delete comment" : "Apague o comentário", + "Post" : "Postar", + "Cancel" : "Cancelar", + "Edit comment" : "Editar comentário", + "[Deleted user]" : "[Usuário eliminado]", + "No other comments available" : "Nenhum outro comentário disponível", + "More comments..." : "Mais comentários...", + "Save" : "Salvar", + "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "{count} unread comments" : "{count} comentários não lidos", + "Comment" : "Comentário" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/pt_BR.json b/apps/comments/l10n/pt_BR.json new file mode 100644 index 00000000000..728a7e458ce --- /dev/null +++ b/apps/comments/l10n/pt_BR.json @@ -0,0 +1,19 @@ +{ "translations": { + "<strong>Comments</strong> for files" : "<strong>Comentários</strong> por arquivos", + "%1$s commented" : "%1$s comentado", + "%1$s commented on %2$s" : "%1$s comentado em %2$s", + "Comments" : "Comentários", + "Type in a new comment..." : "Digite um novo comentário...", + "Delete comment" : "Apague o comentário", + "Post" : "Postar", + "Cancel" : "Cancelar", + "Edit comment" : "Editar comentário", + "[Deleted user]" : "[Usuário eliminado]", + "No other comments available" : "Nenhum outro comentário disponível", + "More comments..." : "Mais comentários...", + "Save" : "Salvar", + "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "{count} unread comments" : "{count} comentários não lidos", + "Comment" : "Comentário" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js new file mode 100644 index 00000000000..821afec0c50 --- /dev/null +++ b/apps/comments/l10n/pt_PT.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "comments", + { + "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para ficheiros", + "%1$s commented" : "%1$s comentou", + "%1$s commented on %2$s" : "%1$s comentou %2$s", + "Comments" : "Comentários", + "Type in a new comment..." : "Escreva um novo comentário...", + "Delete comment" : "Apagar comentário", + "Post" : "Enviar", + "Cancel" : "Cancelar", + "Edit comment" : "Editar comentário", + "[Deleted user]" : "[utilizador apagado]", + "No other comments available" : "Nenhum outro comentário disponível", + "More comments..." : "Mais comentários...", + "Save" : "Guardar", + "Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes", + "{count} unread comments" : "{count} comentários não lidos", + "Comment" : "Comentário" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/pt_PT.json b/apps/comments/l10n/pt_PT.json new file mode 100644 index 00000000000..d5a5edc8c7e --- /dev/null +++ b/apps/comments/l10n/pt_PT.json @@ -0,0 +1,19 @@ +{ "translations": { + "<strong>Comments</strong> for files" : "<strong>Comentários</strong> para ficheiros", + "%1$s commented" : "%1$s comentou", + "%1$s commented on %2$s" : "%1$s comentou %2$s", + "Comments" : "Comentários", + "Type in a new comment..." : "Escreva um novo comentário...", + "Delete comment" : "Apagar comentário", + "Post" : "Enviar", + "Cancel" : "Cancelar", + "Edit comment" : "Editar comentário", + "[Deleted user]" : "[utilizador apagado]", + "No other comments available" : "Nenhum outro comentário disponível", + "More comments..." : "Mais comentários...", + "Save" : "Guardar", + "Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes", + "{count} unread comments" : "{count} comentários não lidos", + "Comment" : "Comentário" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js new file mode 100644 index 00000000000..71a0fa68531 --- /dev/null +++ b/apps/comments/l10n/ro.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Anulează", + "Save" : "Salvează" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/comments/l10n/ro.json b/apps/comments/l10n/ro.json new file mode 100644 index 00000000000..dfd0b01cfff --- /dev/null +++ b/apps/comments/l10n/ro.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Anulează", + "Save" : "Salvează" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js new file mode 100644 index 00000000000..16c922906c7 --- /dev/null +++ b/apps/comments/l10n/ru.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Отмена", + "Save" : "Сохранить", + "Comment" : "Коментарий" +}, +"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/comments/l10n/ru.json b/apps/comments/l10n/ru.json new file mode 100644 index 00000000000..eaf035062e8 --- /dev/null +++ b/apps/comments/l10n/ru.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Отмена", + "Save" : "Сохранить", + "Comment" : "Коментарий" +},"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/comments/l10n/si_LK.js b/apps/comments/l10n/si_LK.js new file mode 100644 index 00000000000..9badedaef20 --- /dev/null +++ b/apps/comments/l10n/si_LK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "එපා", + "Save" : "සුරකින්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/si_LK.json b/apps/comments/l10n/si_LK.json new file mode 100644 index 00000000000..e5ce448e641 --- /dev/null +++ b/apps/comments/l10n/si_LK.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "එපා", + "Save" : "සුරකින්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/sk_SK.js b/apps/comments/l10n/sk_SK.js new file mode 100644 index 00000000000..808e0bff4d4 --- /dev/null +++ b/apps/comments/l10n/sk_SK.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Zrušiť", + "Save" : "Uložiť", + "Comment" : "Komentár" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/comments/l10n/sk_SK.json b/apps/comments/l10n/sk_SK.json new file mode 100644 index 00000000000..649d040de7a --- /dev/null +++ b/apps/comments/l10n/sk_SK.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Zrušiť", + "Save" : "Uložiť", + "Comment" : "Komentár" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/sl.js b/apps/comments/l10n/sl.js new file mode 100644 index 00000000000..2a2fec5f19d --- /dev/null +++ b/apps/comments/l10n/sl.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Prekliči", + "Save" : "Shrani", + "Comment" : "Opomba" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/comments/l10n/sl.json b/apps/comments/l10n/sl.json new file mode 100644 index 00000000000..67fb5764c8b --- /dev/null +++ b/apps/comments/l10n/sl.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Prekliči", + "Save" : "Shrani", + "Comment" : "Opomba" +},"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/comments/l10n/sq.js b/apps/comments/l10n/sq.js new file mode 100644 index 00000000000..cf18a031b0e --- /dev/null +++ b/apps/comments/l10n/sq.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "comments", + { + "<strong>Comments</strong> for files" : "<strong>Komente</strong> për kartela", + "%1$s commented" : "%1$s komentoi", + "%1$s commented on %2$s" : "%1$s komentoi te %2$s", + "Comments" : "Komente", + "Type in a new comment..." : "Shtypni një koment të ri…", + "Delete comment" : "Fshije komentin", + "Post" : "Postoje", + "Cancel" : "Anuloje", + "Edit comment" : "Përpunoni komentin", + "[Deleted user]" : "[Përdorues i fshirë]", + "No other comments available" : "S’ka komente të tjera", + "More comments..." : "Më tepër komente…", + "Save" : "Ruaje", + "Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}", + "{count} unread comments" : "{count} komente të palexuar", + "Comment" : "Koment" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/sq.json b/apps/comments/l10n/sq.json new file mode 100644 index 00000000000..aa92903ab60 --- /dev/null +++ b/apps/comments/l10n/sq.json @@ -0,0 +1,19 @@ +{ "translations": { + "<strong>Comments</strong> for files" : "<strong>Komente</strong> për kartela", + "%1$s commented" : "%1$s komentoi", + "%1$s commented on %2$s" : "%1$s komentoi te %2$s", + "Comments" : "Komente", + "Type in a new comment..." : "Shtypni një koment të ri…", + "Delete comment" : "Fshije komentin", + "Post" : "Postoje", + "Cancel" : "Anuloje", + "Edit comment" : "Përpunoni komentin", + "[Deleted user]" : "[Përdorues i fshirë]", + "No other comments available" : "S’ka komente të tjera", + "More comments..." : "Më tepër komente…", + "Save" : "Ruaje", + "Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}", + "{count} unread comments" : "{count} komente të palexuar", + "Comment" : "Koment" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/sr.js b/apps/comments/l10n/sr.js new file mode 100644 index 00000000000..caee7bc28ff --- /dev/null +++ b/apps/comments/l10n/sr.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Одустани", + "Save" : "Сачувај", + "Comment" : "Коментар" +}, +"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/comments/l10n/sr.json b/apps/comments/l10n/sr.json new file mode 100644 index 00000000000..7fa9bdcf27a --- /dev/null +++ b/apps/comments/l10n/sr.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Одустани", + "Save" : "Сачувај", + "Comment" : "Коментар" +},"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/comments/l10n/sr@latin.js b/apps/comments/l10n/sr@latin.js new file mode 100644 index 00000000000..c2185e95e92 --- /dev/null +++ b/apps/comments/l10n/sr@latin.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Odustani", + "Save" : "Sačuvaj" +}, +"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/comments/l10n/sr@latin.json b/apps/comments/l10n/sr@latin.json new file mode 100644 index 00000000000..f61bed4853a --- /dev/null +++ b/apps/comments/l10n/sr@latin.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Odustani", + "Save" : "Sačuvaj" +},"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/comments/l10n/sv.js b/apps/comments/l10n/sv.js new file mode 100644 index 00000000000..410b3cf0ce9 --- /dev/null +++ b/apps/comments/l10n/sv.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Avbryt", + "Save" : "Spara", + "Comment" : "Kommentar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/sv.json b/apps/comments/l10n/sv.json new file mode 100644 index 00000000000..4a1182c726e --- /dev/null +++ b/apps/comments/l10n/sv.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Avbryt", + "Save" : "Spara", + "Comment" : "Kommentar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ta_LK.js b/apps/comments/l10n/ta_LK.js new file mode 100644 index 00000000000..8d16f1e90b6 --- /dev/null +++ b/apps/comments/l10n/ta_LK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "இரத்து செய்க", + "Save" : "சேமிக்க " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ta_LK.json b/apps/comments/l10n/ta_LK.json new file mode 100644 index 00000000000..b1a589161a6 --- /dev/null +++ b/apps/comments/l10n/ta_LK.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "இரத்து செய்க", + "Save" : "சேமிக்க " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/te.js b/apps/comments/l10n/te.js new file mode 100644 index 00000000000..ac519b5e833 --- /dev/null +++ b/apps/comments/l10n/te.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "రద్దుచేయి", + "Save" : "భద్రపరచు" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/te.json b/apps/comments/l10n/te.json new file mode 100644 index 00000000000..3184274b231 --- /dev/null +++ b/apps/comments/l10n/te.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "రద్దుచేయి", + "Save" : "భద్రపరచు" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/th_TH.js b/apps/comments/l10n/th_TH.js new file mode 100644 index 00000000000..6854f2010c4 --- /dev/null +++ b/apps/comments/l10n/th_TH.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "ยกเลิก", + "Save" : "บันทึก", + "Comment" : "แสดงความคิดเห็น" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/th_TH.json b/apps/comments/l10n/th_TH.json new file mode 100644 index 00000000000..066fd5e8130 --- /dev/null +++ b/apps/comments/l10n/th_TH.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "ยกเลิก", + "Save" : "บันทึก", + "Comment" : "แสดงความคิดเห็น" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js new file mode 100644 index 00000000000..8540b677f10 --- /dev/null +++ b/apps/comments/l10n/tr.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "İptal", + "Save" : "Kaydet", + "Comment" : "Yorum" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json new file mode 100644 index 00000000000..de94baf97ca --- /dev/null +++ b/apps/comments/l10n/tr.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "İptal", + "Save" : "Kaydet", + "Comment" : "Yorum" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/ug.js b/apps/comments/l10n/ug.js new file mode 100644 index 00000000000..589911eeb21 --- /dev/null +++ b/apps/comments/l10n/ug.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "ۋاز كەچ", + "Save" : "ساقلا" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/ug.json b/apps/comments/l10n/ug.json new file mode 100644 index 00000000000..627eb112502 --- /dev/null +++ b/apps/comments/l10n/ug.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "ۋاز كەچ", + "Save" : "ساقلا" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js new file mode 100644 index 00000000000..9fc7edca956 --- /dev/null +++ b/apps/comments/l10n/uk.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Скасувати", + "Save" : "Зберегти", + "Comment" : "Коментар" +}, +"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/comments/l10n/uk.json b/apps/comments/l10n/uk.json new file mode 100644 index 00000000000..d96e29f0397 --- /dev/null +++ b/apps/comments/l10n/uk.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Скасувати", + "Save" : "Зберегти", + "Comment" : "Коментар" +},"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/comments/l10n/ur_PK.js b/apps/comments/l10n/ur_PK.js new file mode 100644 index 00000000000..2808425d15a --- /dev/null +++ b/apps/comments/l10n/ur_PK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "منسوخ کریں", + "Save" : "حفظ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ur_PK.json b/apps/comments/l10n/ur_PK.json new file mode 100644 index 00000000000..83df86652d2 --- /dev/null +++ b/apps/comments/l10n/ur_PK.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "منسوخ کریں", + "Save" : "حفظ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/comments/l10n/vi.js b/apps/comments/l10n/vi.js new file mode 100644 index 00000000000..b21b2905116 --- /dev/null +++ b/apps/comments/l10n/vi.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "Hủy", + "Save" : "Lưu" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/vi.json b/apps/comments/l10n/vi.json new file mode 100644 index 00000000000..71ecdab9df5 --- /dev/null +++ b/apps/comments/l10n/vi.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Hủy", + "Save" : "Lưu" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/zh_CN.js b/apps/comments/l10n/zh_CN.js new file mode 100644 index 00000000000..d5999738f96 --- /dev/null +++ b/apps/comments/l10n/zh_CN.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "取消", + "Save" : "保存" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_CN.json b/apps/comments/l10n/zh_CN.json new file mode 100644 index 00000000000..65f540d5d6e --- /dev/null +++ b/apps/comments/l10n/zh_CN.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "取消", + "Save" : "保存" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/zh_HK.js b/apps/comments/l10n/zh_HK.js new file mode 100644 index 00000000000..65cddd342ca --- /dev/null +++ b/apps/comments/l10n/zh_HK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "取消", + "Save" : "儲存" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_HK.json b/apps/comments/l10n/zh_HK.json new file mode 100644 index 00000000000..4da0032a014 --- /dev/null +++ b/apps/comments/l10n/zh_HK.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "取消", + "Save" : "儲存" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js new file mode 100644 index 00000000000..65cddd342ca --- /dev/null +++ b/apps/comments/l10n/zh_TW.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "comments", + { + "Cancel" : "取消", + "Save" : "儲存" +}, +"nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json new file mode 100644 index 00000000000..4da0032a014 --- /dev/null +++ b/apps/comments/l10n/zh_TW.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "取消", + "Save" : "儲存" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/he.js b/apps/federatedfilesharing/l10n/he.js new file mode 100644 index 00000000000..74cb9ee2672 --- /dev/null +++ b/apps/federatedfilesharing/l10n/he.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "federatedfilesharing", + { + "Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי", + "Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s", + "Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federatedfilesharing/l10n/he.json b/apps/federatedfilesharing/l10n/he.json new file mode 100644 index 00000000000..a9cd4313568 --- /dev/null +++ b/apps/federatedfilesharing/l10n/he.json @@ -0,0 +1,7 @@ +{ "translations": { + "Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי", + "Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s", + "Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/federatedfilesharing/l10n/pt_BR.js b/apps/federatedfilesharing/l10n/pt_BR.js index 0bec23aa70a..550fc8d5c94 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.js +++ b/apps/federatedfilesharing/l10n/pt_BR.js @@ -1,7 +1,7 @@ OC.L10N.register( "federatedfilesharing", { - "Invalid Federated Cloud ID" : "Associação Inválida de Nuvem ID", + "Invalid Federated Cloud ID" : "Inválida Associação de Nuvem ID", "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou, porque este ítem já está compartilhado com %s", "Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento associado com o mesmo usuário", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "O compartilhamento %s falhou, porque não foi possível encontrar %s, talvez o servidor esteja inacessível." diff --git a/apps/federatedfilesharing/l10n/pt_BR.json b/apps/federatedfilesharing/l10n/pt_BR.json index d5b58e20637..29fe0c4dbf3 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.json +++ b/apps/federatedfilesharing/l10n/pt_BR.json @@ -1,5 +1,5 @@ { "translations": { - "Invalid Federated Cloud ID" : "Associação Inválida de Nuvem ID", + "Invalid Federated Cloud ID" : "Inválida Associação de Nuvem ID", "Sharing %s failed, because this item is already shared with %s" : "Compartilhamento %s falhou, porque este ítem já está compartilhado com %s", "Not allowed to create a federated share with the same user" : "Não é permitido criar um compartilhamento associado com o mesmo usuário", "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "O compartilhamento %s falhou, porque não foi possível encontrar %s, talvez o servidor esteja inacessível." diff --git a/apps/federation/l10n/fi_FI.js b/apps/federation/l10n/fi_FI.js new file mode 100644 index 00000000000..b9f813e993d --- /dev/null +++ b/apps/federation/l10n/fi_FI.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Palvelin lisätty luotettujen ownCloudien luetteloon", + "Server is already in the list of trusted servers." : "Palvelin on jo luotettujen palvelimien luettelossa.", + "No ownCloud server found" : "ownCloud-palvelinta ei löydy", + "Could not add server" : "Palvelimen lisääminen ei onnistunut", + "Federation" : "Federaatio", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloudin federaatio mahdollistaa yhdistämisen muihin luotettuihin ownCloudeihin käyttäjähakemistojen vaihtamiseksi. Tätä käytetään muun muassa ulkoisten käyttäjien automaattiseen täydentämiseen federoidussa jakamisessa." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/fi_FI.json b/apps/federation/l10n/fi_FI.json new file mode 100644 index 00000000000..0c8280ab0be --- /dev/null +++ b/apps/federation/l10n/fi_FI.json @@ -0,0 +1,9 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Palvelin lisätty luotettujen ownCloudien luetteloon", + "Server is already in the list of trusted servers." : "Palvelin on jo luotettujen palvelimien luettelossa.", + "No ownCloud server found" : "ownCloud-palvelinta ei löydy", + "Could not add server" : "Palvelimen lisääminen ei onnistunut", + "Federation" : "Federaatio", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloudin federaatio mahdollistaa yhdistämisen muihin luotettuihin ownCloudeihin käyttäjähakemistojen vaihtamiseksi. Tätä käytetään muun muassa ulkoisten käyttäjien automaattiseen täydentämiseen federoidussa jakamisessa." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/federation/l10n/fr.js b/apps/federation/l10n/fr.js new file mode 100644 index 00000000000..8d2224b9cb4 --- /dev/null +++ b/apps/federation/l10n/fr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Serveur ajouté à la liste des ownClouds de confiance" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/federation/l10n/fr.json b/apps/federation/l10n/fr.json new file mode 100644 index 00000000000..23ab3d0d211 --- /dev/null +++ b/apps/federation/l10n/fr.json @@ -0,0 +1,4 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Serveur ajouté à la liste des ownClouds de confiance" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/federation/l10n/he.js b/apps/federation/l10n/he.js new file mode 100644 index 00000000000..1d7e25bbc34 --- /dev/null +++ b/apps/federation/l10n/he.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "השרת נוסף לרשימת ה- ownCloud המהימנים", + "Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.", + "No ownCloud server found" : "לא אותר שרת ownCloud", + "Could not add server" : "לא ניתן היה להוסיף שרת", + "Federation" : "איגוד", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד ownCloud מאפשר לך להתחבר לשרתי ownCloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/he.json b/apps/federation/l10n/he.json new file mode 100644 index 00000000000..1cfce307743 --- /dev/null +++ b/apps/federation/l10n/he.json @@ -0,0 +1,9 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "השרת נוסף לרשימת ה- ownCloud המהימנים", + "Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.", + "No ownCloud server found" : "לא אותר שרת ownCloud", + "Could not add server" : "לא ניתן היה להוסיף שרת", + "Federation" : "איגוד", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד ownCloud מאפשר לך להתחבר לשרתי ownCloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/federation/l10n/it.js b/apps/federation/l10n/it.js new file mode 100644 index 00000000000..e680f35bada --- /dev/null +++ b/apps/federation/l10n/it.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Server aggiunto all'elenco di ownCloud affidabili", + "Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.", + "No ownCloud server found" : "Nessun server ownCloud trovato", + "Could not add server" : "Impossibile aggiungere il server", + "Federation" : "Federazione" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/it.json b/apps/federation/l10n/it.json new file mode 100644 index 00000000000..b6f7f7239d6 --- /dev/null +++ b/apps/federation/l10n/it.json @@ -0,0 +1,8 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Server aggiunto all'elenco di ownCloud affidabili", + "Server is already in the list of trusted servers." : "Il server è già nell'elenco dei server affidabili.", + "No ownCloud server found" : "Nessun server ownCloud trovato", + "Could not add server" : "Impossibile aggiungere il server", + "Federation" : "Federazione" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/federation/l10n/pt_BR.js b/apps/federation/l10n/pt_BR.js new file mode 100644 index 00000000000..ae8f9acbe2e --- /dev/null +++ b/apps/federation/l10n/pt_BR.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis", + "Server is already in the list of trusted servers." : "O servidor já está na lista de servidores confiáveis.", + "No ownCloud server found" : "Nenhum servidor ownCloud encontrado", + "Could not add server" : "Não foi possível adicionar servidor", + "Federation" : "Associação", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "A associação ownCloud permite que você conecte com outros ownCloud confiáveis para haja trocas de diretórios do usuário. Por exemplo, este será utilizado para usuários externos de complementação para compartilhamento associado." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/federation/l10n/pt_BR.json b/apps/federation/l10n/pt_BR.json new file mode 100644 index 00000000000..f37a3a4e28b --- /dev/null +++ b/apps/federation/l10n/pt_BR.json @@ -0,0 +1,9 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis", + "Server is already in the list of trusted servers." : "O servidor já está na lista de servidores confiáveis.", + "No ownCloud server found" : "Nenhum servidor ownCloud encontrado", + "Could not add server" : "Não foi possível adicionar servidor", + "Federation" : "Associação", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "A associação ownCloud permite que você conecte com outros ownCloud confiáveis para haja trocas de diretórios do usuário. Por exemplo, este será utilizado para usuários externos de complementação para compartilhamento associado." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/federation/l10n/pt_PT.js b/apps/federation/l10n/pt_PT.js new file mode 100644 index 00000000000..3e900bf1a26 --- /dev/null +++ b/apps/federation/l10n/pt_PT.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis", + "Server is already in the list of trusted servers." : "Servidor já pertence à lista de servidores confiáveis.", + "No ownCloud server found" : "Nenhum servidor ownCloud encontrado", + "Could not add server" : "Não foi possível adicionar servidor", + "Federation" : "Federação", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federação ownCloud permite-lhe conectar-se com outros ownClouds de confiança para partilhar directórios. Por exemplo, isto será utilizado para auto-completar utilizadores externos para partilhas federadas." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/pt_PT.json b/apps/federation/l10n/pt_PT.json new file mode 100644 index 00000000000..2758c6260e6 --- /dev/null +++ b/apps/federation/l10n/pt_PT.json @@ -0,0 +1,9 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Servidor adicionado à lista de ownClouds confiáveis", + "Server is already in the list of trusted servers." : "Servidor já pertence à lista de servidores confiáveis.", + "No ownCloud server found" : "Nenhum servidor ownCloud encontrado", + "Could not add server" : "Não foi possível adicionar servidor", + "Federation" : "Federação", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federação ownCloud permite-lhe conectar-se com outros ownClouds de confiança para partilhar directórios. Por exemplo, isto será utilizado para auto-completar utilizadores externos para partilhas federadas." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/federation/l10n/sq.js b/apps/federation/l10n/sq.js new file mode 100644 index 00000000000..a7265017d53 --- /dev/null +++ b/apps/federation/l10n/sq.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Shërbyesi u shtua te lista e ownCloud-eve të besuar", + "Server is already in the list of trusted servers." : "Shërbyesi është tashmë në listën e shërbyesve të besuar.", + "No ownCloud server found" : "S’u gjet shërbyes ownCloud", + "Could not add server" : "Shërbyesi s’u shtua dot", + "Federation" : "Federim", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federimi ownCloud ju lejon të lidheni me ownCloud-e të tjerë për të shkëmbyer drejtorinë e përdoruesve. Për shembull, kjo do të përdoret për për vetëplotësim përdoruesish të jashtëm për ndarje të federuar." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/sq.json b/apps/federation/l10n/sq.json new file mode 100644 index 00000000000..39c86e7a7c4 --- /dev/null +++ b/apps/federation/l10n/sq.json @@ -0,0 +1,9 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Shërbyesi u shtua te lista e ownCloud-eve të besuar", + "Server is already in the list of trusted servers." : "Shërbyesi është tashmë në listën e shërbyesve të besuar.", + "No ownCloud server found" : "S’u gjet shërbyes ownCloud", + "Could not add server" : "Shërbyesi s’u shtua dot", + "Federation" : "Federim", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federimi ownCloud ju lejon të lidheni me ownCloud-e të tjerë për të shkëmbyer drejtorinë e përdoruesve. Për shembull, kjo do të përdoret për për vetëplotësim përdoruesish të jashtëm për ndarje të federuar." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/files_external/l10n/cs_CZ.js b/apps/files_external/l10n/cs_CZ.js index c59fa97308f..383d66164cb 100644 --- a/apps/files_external/l10n/cs_CZ.js +++ b/apps/files_external/l10n/cs_CZ.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "Klíč API", "Global Credentails" : "Globální přihlašovací údaje", - "Log-in credentials, save in database" : "Přihlašovací údaje, ukládat do databáze", "Username and password" : "Uživatelské jméno a heslo", "Log-in credentials, save in session" : "Přihlašovací údaje, ukládat v sezení", - "User entered, store in database" : "Zadané uživatelem, ukládat v databázi", "RSA public key" : "RSA veřejný klíč", "Public key" : "Veřejný klíč", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/cs_CZ.json b/apps/files_external/l10n/cs_CZ.json index 5d1b3ad5beb..dfd7232e24f 100644 --- a/apps/files_external/l10n/cs_CZ.json +++ b/apps/files_external/l10n/cs_CZ.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "Klíč API", "Global Credentails" : "Globální přihlašovací údaje", - "Log-in credentials, save in database" : "Přihlašovací údaje, ukládat do databáze", "Username and password" : "Uživatelské jméno a heslo", "Log-in credentials, save in session" : "Přihlašovací údaje, ukládat v sezení", - "User entered, store in database" : "Zadané uživatelem, ukládat v databázi", "RSA public key" : "RSA veřejný klíč", "Public key" : "Veřejný klíč", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 47fe2a78540..9ce8170489b 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Espacio de Rack", "API key" : "Clave API", "Global Credentails" : "Credenciales Globales", - "Log-in credentials, save in database" : "Iniciar credenciales, guardar en base de datos", "Username and password" : "Nombre de usuario y contraseña", "Log-in credentials, save in session" : "Iniciar credenciales, guardar en la sesión", - "User entered, store in database" : "Usuario introducido, guardar en la base de datos", "RSA public key" : "Clave pública RSA", "Public key" : "Clave pública", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index 90c4e773291..ad73b0a0838 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -68,10 +68,8 @@ "Rackspace" : "Espacio de Rack", "API key" : "Clave API", "Global Credentails" : "Credenciales Globales", - "Log-in credentials, save in database" : "Iniciar credenciales, guardar en base de datos", "Username and password" : "Nombre de usuario y contraseña", "Log-in credentials, save in session" : "Iniciar credenciales, guardar en la sesión", - "User entered, store in database" : "Usuario introducido, guardar en la base de datos", "RSA public key" : "Clave pública RSA", "Public key" : "Clave pública", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/fi_FI.js b/apps/files_external/l10n/fi_FI.js index ec2c7d7a52c..70908c106d0 100644 --- a/apps/files_external/l10n/fi_FI.js +++ b/apps/files_external/l10n/fi_FI.js @@ -52,10 +52,8 @@ OC.L10N.register( "OpenStack" : "OpenStack", "Rackspace" : "Rackspace", "API key" : "API-avain", - "Log-in credentials, save in database" : "Kirjautumistiedot, tallenna tietokantaan", "Username and password" : "Käyttäjätunnus ja salasana", "Log-in credentials, save in session" : "Kirjautumistiedot, tallenna istuntoon", - "User entered, store in database" : "Käyttäjän määrittämä, tallenna tietokantaan", "RSA public key" : "Julkinen RSA-avain", "Public key" : "Julkinen avain", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/fi_FI.json b/apps/files_external/l10n/fi_FI.json index e74582f1962..b2e0d60a615 100644 --- a/apps/files_external/l10n/fi_FI.json +++ b/apps/files_external/l10n/fi_FI.json @@ -50,10 +50,8 @@ "OpenStack" : "OpenStack", "Rackspace" : "Rackspace", "API key" : "API-avain", - "Log-in credentials, save in database" : "Kirjautumistiedot, tallenna tietokantaan", "Username and password" : "Käyttäjätunnus ja salasana", "Log-in credentials, save in session" : "Kirjautumistiedot, tallenna istuntoon", - "User entered, store in database" : "Käyttäjän määrittämä, tallenna tietokantaan", "RSA public key" : "Julkinen RSA-avain", "Public key" : "Julkinen avain", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index ae780704b80..a34456ca17d 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "Clé API", "Global Credentails" : "Identifiants globaux", - "Log-in credentials, save in database" : "Identifiants de connexion, sauvegardés dans la base de données", "Username and password" : "Nom d'utilisateur et mot de passe", "Log-in credentials, save in session" : "Identifiants de connexion, sauvegardés pour la session", - "User entered, store in database" : "Fourni par l'utilisateur, enregistré dans la base de données", "RSA public key" : "Clé publique RSA", "Public key" : "Clef publique", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index 53438506bb3..d0aa791c3c0 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "Clé API", "Global Credentails" : "Identifiants globaux", - "Log-in credentials, save in database" : "Identifiants de connexion, sauvegardés dans la base de données", "Username and password" : "Nom d'utilisateur et mot de passe", "Log-in credentials, save in session" : "Identifiants de connexion, sauvegardés pour la session", - "User entered, store in database" : "Fourni par l'utilisateur, enregistré dans la base de données", "RSA public key" : "Clé publique RSA", "Public key" : "Clef publique", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/he.js b/apps/files_external/l10n/he.js index f4f216b36eb..a26e50b1742 100644 --- a/apps/files_external/l10n/he.js +++ b/apps/files_external/l10n/he.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "חץ אחורה", "API key" : "מפתח API", "Global Credentails" : "אישורי אימות גלובלים", - "Log-in credentials, save in database" : "אישורי התחברות, נשמרים במסד הנתונים", "Username and password" : "שם משתמש וסיסמא", "Log-in credentials, save in session" : "אישורי התחברות, נשמרים במידע שיחה - סשן", - "User entered, store in database" : "משתמש התחבר, נשמר במסד הנתונים", "RSA public key" : "מפתח ציבורי RSA", "Public key" : "מפתח ציבורי", "Amazon S3" : "אמזון S3", diff --git a/apps/files_external/l10n/he.json b/apps/files_external/l10n/he.json index 61def52e177..00aa51d8f59 100644 --- a/apps/files_external/l10n/he.json +++ b/apps/files_external/l10n/he.json @@ -68,10 +68,8 @@ "Rackspace" : "חץ אחורה", "API key" : "מפתח API", "Global Credentails" : "אישורי אימות גלובלים", - "Log-in credentials, save in database" : "אישורי התחברות, נשמרים במסד הנתונים", "Username and password" : "שם משתמש וסיסמא", "Log-in credentials, save in session" : "אישורי התחברות, נשמרים במידע שיחה - סשן", - "User entered, store in database" : "משתמש התחבר, נשמר במסד הנתונים", "RSA public key" : "מפתח ציבורי RSA", "Public key" : "מפתח ציבורי", "Amazon S3" : "אמזון S3", diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js index 5b07891a8f4..8c0c2c89baf 100644 --- a/apps/files_external/l10n/it.js +++ b/apps/files_external/l10n/it.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "Chiave API", "Global Credentails" : "Credenziali globali", - "Log-in credentials, save in database" : "Credenziali di accesso, salva nel database", "Username and password" : "Nome utente e password", "Log-in credentials, save in session" : "Credenziali di accesso, salva nella sessione", - "User entered, store in database" : "Digitate dall'utente, memorizza nel database", "RSA public key" : "Chiave pubblica RSA", "Public key" : "Chiave pubblica", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json index 8257027e0f3..f40f1a38e7e 100644 --- a/apps/files_external/l10n/it.json +++ b/apps/files_external/l10n/it.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "Chiave API", "Global Credentails" : "Credenziali globali", - "Log-in credentials, save in database" : "Credenziali di accesso, salva nel database", "Username and password" : "Nome utente e password", "Log-in credentials, save in session" : "Credenziali di accesso, salva nella sessione", - "User entered, store in database" : "Digitate dall'utente, memorizza nel database", "RSA public key" : "Chiave pubblica RSA", "Public key" : "Chiave pubblica", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 6155058a031..59b0aba2151 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "APIキー", "Global Credentails" : "グローバル認証情報", - "Log-in credentials, save in database" : "ログイン認証情報は、データベースに保存されます。", "Username and password" : "ユーザー名とパスワード", "Log-in credentials, save in session" : "ログイン認証情報は、セッションに保存されます。", - "User entered, store in database" : "ユーザー情報は、データベースに保存されます。", "RSA public key" : "RSA公開鍵", "Public key" : "公開鍵", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index 995a4f23527..9d22f695685 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "APIキー", "Global Credentails" : "グローバル認証情報", - "Log-in credentials, save in database" : "ログイン認証情報は、データベースに保存されます。", "Username and password" : "ユーザー名とパスワード", "Log-in credentials, save in session" : "ログイン認証情報は、セッションに保存されます。", - "User entered, store in database" : "ユーザー情報は、データベースに保存されます。", "RSA public key" : "RSA公開鍵", "Public key" : "公開鍵", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/nb_NO.js b/apps/files_external/l10n/nb_NO.js index 68948b2d198..609670d703e 100644 --- a/apps/files_external/l10n/nb_NO.js +++ b/apps/files_external/l10n/nb_NO.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "API-nøkkel", "Global Credentails" : "Globale påloggingsdetaljer", - "Log-in credentials, save in database" : "Påloggingsdetaljer, lagre i database", "Username and password" : "Brukernavn og passord", "Log-in credentials, save in session" : "Påloggingsdetaljer, lagre i økten", - "User entered, store in database" : "Innlagt av bruker, lagre i database", "RSA public key" : "RSA offentlig nøkkel", "Public key" : "Offentlig nøkkel", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/nb_NO.json b/apps/files_external/l10n/nb_NO.json index f90559767ec..557830826b5 100644 --- a/apps/files_external/l10n/nb_NO.json +++ b/apps/files_external/l10n/nb_NO.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "API-nøkkel", "Global Credentails" : "Globale påloggingsdetaljer", - "Log-in credentials, save in database" : "Påloggingsdetaljer, lagre i database", "Username and password" : "Brukernavn og passord", "Log-in credentials, save in session" : "Påloggingsdetaljer, lagre i økten", - "User entered, store in database" : "Innlagt av bruker, lagre i database", "RSA public key" : "RSA offentlig nøkkel", "Public key" : "Offentlig nøkkel", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js index 243dde9a6c3..7b2b23efa35 100644 --- a/apps/files_external/l10n/nl.js +++ b/apps/files_external/l10n/nl.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "API sleutel", "Global Credentails" : "Globale inloggegevens", - "Log-in credentials, save in database" : "Inloggegevens, opslaan in database", "Username and password" : "Gebruikersnaam en wachtwoord", "Log-in credentials, save in session" : "Inloggegevens, opslaan in sessie", - "User entered, store in database" : "Gebruiker opgegeven, opslaan in database", "RSA public key" : "RSA publieke sleutel", "Public key" : "Publieke sleutel", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json index bcc9149945b..4facab4049d 100644 --- a/apps/files_external/l10n/nl.json +++ b/apps/files_external/l10n/nl.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "API sleutel", "Global Credentails" : "Globale inloggegevens", - "Log-in credentials, save in database" : "Inloggegevens, opslaan in database", "Username and password" : "Gebruikersnaam en wachtwoord", "Log-in credentials, save in session" : "Inloggegevens, opslaan in sessie", - "User entered, store in database" : "Gebruiker opgegeven, opslaan in database", "RSA public key" : "RSA publieke sleutel", "Public key" : "Publieke sleutel", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 484550ad109..8b3c97247d2 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Espaço em rack", "API key" : "Chave API", "Global Credentails" : "Credenciais Globais", - "Log-in credentials, save in database" : "Credenciais de login, salvos no banco de dados", "Username and password" : "Nome de Usuário e senha", "Log-in credentials, save in session" : "Credenciais de login, guardados em sessão", - "User entered, store in database" : "Usuário digitou, armazenar em banco de dados", "RSA public key" : "Chave pública RSA", "Public key" : "Chave pública", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json index 70bb4422730..f4a21f4775d 100644 --- a/apps/files_external/l10n/pt_BR.json +++ b/apps/files_external/l10n/pt_BR.json @@ -68,10 +68,8 @@ "Rackspace" : "Espaço em rack", "API key" : "Chave API", "Global Credentails" : "Credenciais Globais", - "Log-in credentials, save in database" : "Credenciais de login, salvos no banco de dados", "Username and password" : "Nome de Usuário e senha", "Log-in credentials, save in session" : "Credenciais de login, guardados em sessão", - "User entered, store in database" : "Usuário digitou, armazenar em banco de dados", "RSA public key" : "Chave pública RSA", "Public key" : "Chave pública", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/pt_PT.js b/apps/files_external/l10n/pt_PT.js index 5a549eb04c1..be1ea5bca4d 100644 --- a/apps/files_external/l10n/pt_PT.js +++ b/apps/files_external/l10n/pt_PT.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "Chave API", "Global Credentails" : "Credenciais Gerais", - "Log-in credentials, save in database" : "Credenciais de login, guardar na base de dados", "Username and password" : "Nome de utilizador e palavra-passe", "Log-in credentials, save in session" : "Credenciais de login, guardar na sessão", - "User entered, store in database" : "Utilizador introduzido, guardar na base de dados", "RSA public key" : "Chave pública RSA", "Public key" : "Chave pública", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/pt_PT.json b/apps/files_external/l10n/pt_PT.json index 98eac2442e5..1396f981644 100644 --- a/apps/files_external/l10n/pt_PT.json +++ b/apps/files_external/l10n/pt_PT.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "Chave API", "Global Credentails" : "Credenciais Gerais", - "Log-in credentials, save in database" : "Credenciais de login, guardar na base de dados", "Username and password" : "Nome de utilizador e palavra-passe", "Log-in credentials, save in session" : "Credenciais de login, guardar na sessão", - "User entered, store in database" : "Utilizador introduzido, guardar na base de dados", "RSA public key" : "Chave pública RSA", "Public key" : "Chave pública", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index 8ed37e52e0a..6357d1e829d 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -70,10 +70,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "Ключ API", "Global Credentails" : "Глобальные учетные данные", - "Log-in credentials, save in database" : "Учетные данные, хранить в базе данных", "Username and password" : "Имя пользователя и пароль", "Log-in credentials, save in session" : "Учетные данные, хранить в сессии", - "User entered, store in database" : "Введенные пользователем, хранить в базе данных", "RSA public key" : "Открытый ключ RSA", "Public key" : "Открытый ключ", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json index c0f2c7013d1..2c0c7fb6945 100644 --- a/apps/files_external/l10n/ru.json +++ b/apps/files_external/l10n/ru.json @@ -68,10 +68,8 @@ "Rackspace" : "Rackspace", "API key" : "Ключ API", "Global Credentails" : "Глобальные учетные данные", - "Log-in credentials, save in database" : "Учетные данные, хранить в базе данных", "Username and password" : "Имя пользователя и пароль", "Log-in credentials, save in session" : "Учетные данные, хранить в сессии", - "User entered, store in database" : "Введенные пользователем, хранить в базе данных", "RSA public key" : "Открытый ключ RSA", "Public key" : "Открытый ключ", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/sq.js b/apps/files_external/l10n/sq.js index 35f43b52a35..d805eee2810 100644 --- a/apps/files_external/l10n/sq.js +++ b/apps/files_external/l10n/sq.js @@ -68,10 +68,8 @@ OC.L10N.register( "Rackspace" : "Rackspace", "API key" : "Kyç API", "Global Credentails" : "Kredenciale Globale", - "Log-in credentials, save in database" : "Kredenciale hyrjesh, ruaji në bazën e të dhënave", "Username and password" : "Emër përdoruesi dhe fjalëkalim", "Log-in credentials, save in session" : "Kredenciale hyrjesh, ruaji për sesion", - "User entered, store in database" : "Përdoruesi u dha, ruajeni në bazën e të dhënave", "RSA public key" : "Kyç publik RSA ", "Public key" : "Kyç publik", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/sq.json b/apps/files_external/l10n/sq.json index 53b91d57c75..135b6a8b40c 100644 --- a/apps/files_external/l10n/sq.json +++ b/apps/files_external/l10n/sq.json @@ -66,10 +66,8 @@ "Rackspace" : "Rackspace", "API key" : "Kyç API", "Global Credentails" : "Kredenciale Globale", - "Log-in credentials, save in database" : "Kredenciale hyrjesh, ruaji në bazën e të dhënave", "Username and password" : "Emër përdoruesi dhe fjalëkalim", "Log-in credentials, save in session" : "Kredenciale hyrjesh, ruaji për sesion", - "User entered, store in database" : "Përdoruesi u dha, ruajeni në bazën e të dhënave", "RSA public key" : "Kyç publik RSA ", "Public key" : "Kyç publik", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/th_TH.js b/apps/files_external/l10n/th_TH.js index e8f3aa3aaec..afcc80d5cfe 100644 --- a/apps/files_external/l10n/th_TH.js +++ b/apps/files_external/l10n/th_TH.js @@ -64,10 +64,8 @@ OC.L10N.register( "Identity endpoint URL" : "ตัวตนของ URL ปลายทาง", "Rackspace" : "Rackspace", "API key" : "รหัส API", - "Log-in credentials, save in database" : "ข้อมูลประจำตัวสำหรับเข้าสู่ระบบ, บันทึกลงในฐานข้อมูล", "Username and password" : "ชื่อผู้ใช้และรหัสผ่าน", "Log-in credentials, save in session" : "ข้อมูลประจำตัวสำหรับเข้าสู่ระบบ, บันทึกลงในช่วงเวลาเข้าใช้งาน", - "User entered, store in database" : "เมื่อผู้ใช้กรอก, เก็บข้อมูลไว้ในฐานข้อมูล", "RSA public key" : "RSA คีย์สาธารณะ", "Public key" : "คีย์สาธารณะ", "Amazon S3" : "Amazon S3", diff --git a/apps/files_external/l10n/th_TH.json b/apps/files_external/l10n/th_TH.json index 5cdfd95411f..964638d7e82 100644 --- a/apps/files_external/l10n/th_TH.json +++ b/apps/files_external/l10n/th_TH.json @@ -62,10 +62,8 @@ "Identity endpoint URL" : "ตัวตนของ URL ปลายทาง", "Rackspace" : "Rackspace", "API key" : "รหัส API", - "Log-in credentials, save in database" : "ข้อมูลประจำตัวสำหรับเข้าสู่ระบบ, บันทึกลงในฐานข้อมูล", "Username and password" : "ชื่อผู้ใช้และรหัสผ่าน", "Log-in credentials, save in session" : "ข้อมูลประจำตัวสำหรับเข้าสู่ระบบ, บันทึกลงในช่วงเวลาเข้าใช้งาน", - "User entered, store in database" : "เมื่อผู้ใช้กรอก, เก็บข้อมูลไว้ในฐานข้อมูล", "RSA public key" : "RSA คีย์สาธารณะ", "Public key" : "คีย์สาธารณะ", "Amazon S3" : "Amazon S3", diff --git a/apps/systemtags/l10n/ar.js b/apps/systemtags/l10n/ar.js new file mode 100644 index 00000000000..e6b482d3362 --- /dev/null +++ b/apps/systemtags/l10n/ar.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "فئاة", + "No files in here" : "لا يوجد ملفات هنا ", + "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ", + "Name" : "اسم", + "Size" : "حجم", + "Modified" : "معدل" +}, +"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/systemtags/l10n/ar.json b/apps/systemtags/l10n/ar.json new file mode 100644 index 00000000000..5527f0303e8 --- /dev/null +++ b/apps/systemtags/l10n/ar.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "فئاة", + "No files in here" : "لا يوجد ملفات هنا ", + "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ", + "Name" : "اسم", + "Size" : "حجم", + "Modified" : "معدل" +},"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/systemtags/l10n/ast.js b/apps/systemtags/l10n/ast.js new file mode 100644 index 00000000000..702a76b0707 --- /dev/null +++ b/apps/systemtags/l10n/ast.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquetes", + "No files in here" : "Nun hai nengún ficheru equí", + "No entries found in this folder" : "Nenguna entrada en esta carpeta", + "Name" : "Nome", + "Size" : "Tamañu", + "Modified" : "Modificáu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/ast.json b/apps/systemtags/l10n/ast.json new file mode 100644 index 00000000000..c69d5f1df78 --- /dev/null +++ b/apps/systemtags/l10n/ast.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Etiquetes", + "No files in here" : "Nun hai nengún ficheru equí", + "No entries found in this folder" : "Nenguna entrada en esta carpeta", + "Name" : "Nome", + "Size" : "Tamañu", + "Modified" : "Modificáu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/az.js b/apps/systemtags/l10n/az.js new file mode 100644 index 00000000000..8f0ba9e28c6 --- /dev/null +++ b/apps/systemtags/l10n/az.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Işarələr", + "No files in here" : "Burda fayl yoxdur", + "No entries found in this folder" : "Bu qovluqda heç bir verilən tapılmadı", + "Name" : "Ad", + "Size" : "Həcm", + "Modified" : "Dəyişdirildi" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/az.json b/apps/systemtags/l10n/az.json new file mode 100644 index 00000000000..a5ab7f9e5bd --- /dev/null +++ b/apps/systemtags/l10n/az.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Işarələr", + "No files in here" : "Burda fayl yoxdur", + "No entries found in this folder" : "Bu qovluqda heç bir verilən tapılmadı", + "Name" : "Ad", + "Size" : "Həcm", + "Modified" : "Dəyişdirildi" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/bg_BG.js b/apps/systemtags/l10n/bg_BG.js new file mode 100644 index 00000000000..6971d20a8c0 --- /dev/null +++ b/apps/systemtags/l10n/bg_BG.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Етикети", + "No files in here" : "Тук няма файлове", + "No entries found in this folder" : "Няма намерени записи в тази папка", + "Name" : "Име", + "Size" : "Размер", + "Modified" : "Променен на" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/bg_BG.json b/apps/systemtags/l10n/bg_BG.json new file mode 100644 index 00000000000..4e9f849ce9a --- /dev/null +++ b/apps/systemtags/l10n/bg_BG.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Етикети", + "No files in here" : "Тук няма файлове", + "No entries found in this folder" : "Няма намерени записи в тази папка", + "Name" : "Име", + "Size" : "Размер", + "Modified" : "Променен на" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/bn_BD.js b/apps/systemtags/l10n/bn_BD.js new file mode 100644 index 00000000000..f96d6f01737 --- /dev/null +++ b/apps/systemtags/l10n/bn_BD.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "ট্যাগ", + "Name" : "নাম", + "Size" : "আকার", + "Modified" : "পরিবর্তিত" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/bn_BD.json b/apps/systemtags/l10n/bn_BD.json new file mode 100644 index 00000000000..addec02b139 --- /dev/null +++ b/apps/systemtags/l10n/bn_BD.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "ট্যাগ", + "Name" : "নাম", + "Size" : "আকার", + "Modified" : "পরিবর্তিত" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/bn_IN.js b/apps/systemtags/l10n/bn_IN.js new file mode 100644 index 00000000000..fa63ae2f4d1 --- /dev/null +++ b/apps/systemtags/l10n/bn_IN.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "ট্যাগ্স", + "Name" : "নাম", + "Size" : "আকার" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/bn_IN.json b/apps/systemtags/l10n/bn_IN.json new file mode 100644 index 00000000000..2e77bae1a0f --- /dev/null +++ b/apps/systemtags/l10n/bn_IN.json @@ -0,0 +1,6 @@ +{ "translations": { + "Tags" : "ট্যাগ্স", + "Name" : "নাম", + "Size" : "আকার" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/bs.js b/apps/systemtags/l10n/bs.js new file mode 100644 index 00000000000..2a5a7390721 --- /dev/null +++ b/apps/systemtags/l10n/bs.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "Ime", + "Size" : "Veličina", + "Modified" : "Izmijenjeno" +}, +"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/systemtags/l10n/bs.json b/apps/systemtags/l10n/bs.json new file mode 100644 index 00000000000..b9c36e5a8d3 --- /dev/null +++ b/apps/systemtags/l10n/bs.json @@ -0,0 +1,6 @@ +{ "translations": { + "Name" : "Ime", + "Size" : "Veličina", + "Modified" : "Izmijenjeno" +},"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/systemtags/l10n/ca.js b/apps/systemtags/l10n/ca.js new file mode 100644 index 00000000000..20ec2d4edb1 --- /dev/null +++ b/apps/systemtags/l10n/ca.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquetes", + "No files in here" : "No hi ha arxius", + "No entries found in this folder" : "No hi ha entrades en aquesta carpeta", + "Name" : "Nom", + "Size" : "Mida", + "Modified" : "Modificat" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/ca.json b/apps/systemtags/l10n/ca.json new file mode 100644 index 00000000000..87c8c678761 --- /dev/null +++ b/apps/systemtags/l10n/ca.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Etiquetes", + "No files in here" : "No hi ha arxius", + "No entries found in this folder" : "No hi ha entrades en aquesta carpeta", + "Name" : "Nom", + "Size" : "Mida", + "Modified" : "Modificat" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/cs_CZ.js b/apps/systemtags/l10n/cs_CZ.js new file mode 100644 index 00000000000..01daba1bf25 --- /dev/null +++ b/apps/systemtags/l10n/cs_CZ.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Značky", + "No files in here" : "Žádné soubory", + "No entries found in this folder" : "V této složce nebylo nic nalezeno", + "Name" : "Název", + "Size" : "Velikost", + "Modified" : "Upraveno" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/systemtags/l10n/cs_CZ.json b/apps/systemtags/l10n/cs_CZ.json new file mode 100644 index 00000000000..c3cb03c25aa --- /dev/null +++ b/apps/systemtags/l10n/cs_CZ.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Značky", + "No files in here" : "Žádné soubory", + "No entries found in this folder" : "V této složce nebylo nic nalezeno", + "Name" : "Název", + "Size" : "Velikost", + "Modified" : "Upraveno" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/cy_GB.js b/apps/systemtags/l10n/cy_GB.js new file mode 100644 index 00000000000..37e0926605c --- /dev/null +++ b/apps/systemtags/l10n/cy_GB.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tagiau", + "Name" : "Enw", + "Size" : "Maint", + "Modified" : "Addaswyd" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/systemtags/l10n/cy_GB.json b/apps/systemtags/l10n/cy_GB.json new file mode 100644 index 00000000000..d076240de44 --- /dev/null +++ b/apps/systemtags/l10n/cy_GB.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "Tagiau", + "Name" : "Enw", + "Size" : "Maint", + "Modified" : "Addaswyd" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/da.js b/apps/systemtags/l10n/da.js new file mode 100644 index 00000000000..5b381b76f48 --- /dev/null +++ b/apps/systemtags/l10n/da.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Mærker", + "No files in here" : "Her er ingen filer", + "No entries found in this folder" : "Der blev ikke fundet poster i denne mappe", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Ændret" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/da.json b/apps/systemtags/l10n/da.json new file mode 100644 index 00000000000..9b5049facc7 --- /dev/null +++ b/apps/systemtags/l10n/da.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Mærker", + "No files in here" : "Her er ingen filer", + "No entries found in this folder" : "Der blev ikke fundet poster i denne mappe", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Ændret" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/de.js b/apps/systemtags/l10n/de.js new file mode 100644 index 00000000000..6793c996683 --- /dev/null +++ b/apps/systemtags/l10n/de.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Schlagworte", + "No files in here" : "Keine Dateien vorhanden", + "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/de.json b/apps/systemtags/l10n/de.json new file mode 100644 index 00000000000..3a55340c760 --- /dev/null +++ b/apps/systemtags/l10n/de.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Schlagworte", + "No files in here" : "Keine Dateien vorhanden", + "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/de_DE.js b/apps/systemtags/l10n/de_DE.js new file mode 100644 index 00000000000..6793c996683 --- /dev/null +++ b/apps/systemtags/l10n/de_DE.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Schlagworte", + "No files in here" : "Keine Dateien vorhanden", + "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/de_DE.json b/apps/systemtags/l10n/de_DE.json new file mode 100644 index 00000000000..3a55340c760 --- /dev/null +++ b/apps/systemtags/l10n/de_DE.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Schlagworte", + "No files in here" : "Keine Dateien vorhanden", + "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", + "Name" : "Name", + "Size" : "Größe", + "Modified" : "Geändert" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/el.js b/apps/systemtags/l10n/el.js new file mode 100644 index 00000000000..fc28aae1554 --- /dev/null +++ b/apps/systemtags/l10n/el.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Ετικέτες", + "No files in here" : "Δεν υπάρχουν αρχεία", + "No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο", + "Name" : "Όνομα", + "Size" : "Μέγεθος", + "Modified" : "Τροποποιήθηκε" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/el.json b/apps/systemtags/l10n/el.json new file mode 100644 index 00000000000..ff5a775d737 --- /dev/null +++ b/apps/systemtags/l10n/el.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Ετικέτες", + "No files in here" : "Δεν υπάρχουν αρχεία", + "No entries found in this folder" : "Δεν βρέθηκαν καταχωρήσεις σε αυτόν το φάκελο", + "Name" : "Όνομα", + "Size" : "Μέγεθος", + "Modified" : "Τροποποιήθηκε" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/en_GB.js b/apps/systemtags/l10n/en_GB.js new file mode 100644 index 00000000000..c6710aaecbf --- /dev/null +++ b/apps/systemtags/l10n/en_GB.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tags", + "No files in here" : "No files in here", + "No entries found in this folder" : "No entries found in this folder", + "Name" : "Name", + "Size" : "Size", + "Modified" : "Modified" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/en_GB.json b/apps/systemtags/l10n/en_GB.json new file mode 100644 index 00000000000..620a3c92484 --- /dev/null +++ b/apps/systemtags/l10n/en_GB.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Tags", + "No files in here" : "No files in here", + "No entries found in this folder" : "No entries found in this folder", + "Name" : "Name", + "Size" : "Size", + "Modified" : "Modified" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/eo.js b/apps/systemtags/l10n/eo.js new file mode 100644 index 00000000000..ede61aba3e6 --- /dev/null +++ b/apps/systemtags/l10n/eo.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etikedoj", + "No files in here" : "Neniu dosiero estas ĉi tie", + "Name" : "Nomo", + "Size" : "Grando", + "Modified" : "Modifita" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/eo.json b/apps/systemtags/l10n/eo.json new file mode 100644 index 00000000000..8b7389e7112 --- /dev/null +++ b/apps/systemtags/l10n/eo.json @@ -0,0 +1,8 @@ +{ "translations": { + "Tags" : "Etikedoj", + "No files in here" : "Neniu dosiero estas ĉi tie", + "Name" : "Nomo", + "Size" : "Grando", + "Modified" : "Modifita" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/es.js b/apps/systemtags/l10n/es.js new file mode 100644 index 00000000000..7ed27b6c085 --- /dev/null +++ b/apps/systemtags/l10n/es.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquetas", + "No files in here" : "Aquí no hay archivos", + "No entries found in this folder" : "No hay entradas en esta carpeta", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/es.json b/apps/systemtags/l10n/es.json new file mode 100644 index 00000000000..038cf956fb3 --- /dev/null +++ b/apps/systemtags/l10n/es.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Etiquetas", + "No files in here" : "Aquí no hay archivos", + "No entries found in this folder" : "No hay entradas en esta carpeta", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/es_AR.js b/apps/systemtags/l10n/es_AR.js new file mode 100644 index 00000000000..e5c543ce18b --- /dev/null +++ b/apps/systemtags/l10n/es_AR.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquetas", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/es_AR.json b/apps/systemtags/l10n/es_AR.json new file mode 100644 index 00000000000..5bae74d482d --- /dev/null +++ b/apps/systemtags/l10n/es_AR.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "Etiquetas", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/es_MX.js b/apps/systemtags/l10n/es_MX.js new file mode 100644 index 00000000000..e5c543ce18b --- /dev/null +++ b/apps/systemtags/l10n/es_MX.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquetas", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/es_MX.json b/apps/systemtags/l10n/es_MX.json new file mode 100644 index 00000000000..5bae74d482d --- /dev/null +++ b/apps/systemtags/l10n/es_MX.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "Etiquetas", + "Name" : "Nombre", + "Size" : "Tamaño", + "Modified" : "Modificado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/et_EE.js b/apps/systemtags/l10n/et_EE.js new file mode 100644 index 00000000000..73e32f8cb6d --- /dev/null +++ b/apps/systemtags/l10n/et_EE.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Sildid", + "No files in here" : "Siin ei ole faile", + "No entries found in this folder" : "Selles kaustast ei leitud kirjeid", + "Name" : "Nimi", + "Size" : "Suurus", + "Modified" : "Muudetud" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/et_EE.json b/apps/systemtags/l10n/et_EE.json new file mode 100644 index 00000000000..39073efcbf9 --- /dev/null +++ b/apps/systemtags/l10n/et_EE.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Sildid", + "No files in here" : "Siin ei ole faile", + "No entries found in this folder" : "Selles kaustast ei leitud kirjeid", + "Name" : "Nimi", + "Size" : "Suurus", + "Modified" : "Muudetud" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/eu.js b/apps/systemtags/l10n/eu.js new file mode 100644 index 00000000000..d63ba97fd42 --- /dev/null +++ b/apps/systemtags/l10n/eu.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiketak", + "No entries found in this folder" : "Ez da sarrerarik aurkitu karpeta honetan", + "Name" : "Izena", + "Size" : "Tamaina", + "Modified" : "Aldatuta" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/eu.json b/apps/systemtags/l10n/eu.json new file mode 100644 index 00000000000..2e445cf8fc5 --- /dev/null +++ b/apps/systemtags/l10n/eu.json @@ -0,0 +1,8 @@ +{ "translations": { + "Tags" : "Etiketak", + "No entries found in this folder" : "Ez da sarrerarik aurkitu karpeta honetan", + "Name" : "Izena", + "Size" : "Tamaina", + "Modified" : "Aldatuta" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/fa.js b/apps/systemtags/l10n/fa.js new file mode 100644 index 00000000000..a20ad641799 --- /dev/null +++ b/apps/systemtags/l10n/fa.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "برچسبها", + "No files in here" : "هیچ فایلی اینجا وجود ندارد", + "No entries found in this folder" : "هیچ ورودیای در این پوشه وجود ندارد", + "Name" : "نام", + "Size" : "اندازه", + "Modified" : "تاریخ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/fa.json b/apps/systemtags/l10n/fa.json new file mode 100644 index 00000000000..6ae2f7b2d8e --- /dev/null +++ b/apps/systemtags/l10n/fa.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "برچسبها", + "No files in here" : "هیچ فایلی اینجا وجود ندارد", + "No entries found in this folder" : "هیچ ورودیای در این پوشه وجود ندارد", + "Name" : "نام", + "Size" : "اندازه", + "Modified" : "تاریخ" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/fi_FI.js b/apps/systemtags/l10n/fi_FI.js new file mode 100644 index 00000000000..bd9b003554c --- /dev/null +++ b/apps/systemtags/l10n/fi_FI.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "systemtags", + { + "<strong>System tags</strong> for a file have been modified" : "Tiedoston <strong>järjestelmätunnisteita</strong> on muokattu", + "%s (invisible)" : "%s (näkymätön)", + "Tags" : "Tunnisteet", + "Tagged files" : "Tunnisteella merkityt tiedostot", + "Select tags to filter by" : "Valitse suodatettavat tunnisteet", + "Please select tags to filter by" : "Valitse suodatettavat tunnisteet", + "No files found for the selected tags" : "Tiedostoja ei löytynyt valituilla tunnisteilla", + "No files in here" : "Täällä ei ole tiedostoja", + "No entries found in this folder" : "Ei kohteita tässä kansiossa", + "Name" : "Nimi", + "Size" : "Koko", + "Modified" : "Muokattu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/fi_FI.json b/apps/systemtags/l10n/fi_FI.json new file mode 100644 index 00000000000..e624959c100 --- /dev/null +++ b/apps/systemtags/l10n/fi_FI.json @@ -0,0 +1,15 @@ +{ "translations": { + "<strong>System tags</strong> for a file have been modified" : "Tiedoston <strong>järjestelmätunnisteita</strong> on muokattu", + "%s (invisible)" : "%s (näkymätön)", + "Tags" : "Tunnisteet", + "Tagged files" : "Tunnisteella merkityt tiedostot", + "Select tags to filter by" : "Valitse suodatettavat tunnisteet", + "Please select tags to filter by" : "Valitse suodatettavat tunnisteet", + "No files found for the selected tags" : "Tiedostoja ei löytynyt valituilla tunnisteilla", + "No files in here" : "Täällä ei ole tiedostoja", + "No entries found in this folder" : "Ei kohteita tässä kansiossa", + "Name" : "Nimi", + "Size" : "Koko", + "Modified" : "Muokattu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/fr.js b/apps/systemtags/l10n/fr.js new file mode 100644 index 00000000000..fc3ac3e6917 --- /dev/null +++ b/apps/systemtags/l10n/fr.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Étiquettes", + "No files in here" : "Aucun fichier", + "No entries found in this folder" : "Aucune entrée trouvée dans ce dossier", + "Name" : "Nom", + "Size" : "Taille", + "Modified" : "Modifié" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/systemtags/l10n/fr.json b/apps/systemtags/l10n/fr.json new file mode 100644 index 00000000000..07ac7d66e13 --- /dev/null +++ b/apps/systemtags/l10n/fr.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Étiquettes", + "No files in here" : "Aucun fichier", + "No entries found in this folder" : "Aucune entrée trouvée dans ce dossier", + "Name" : "Nom", + "Size" : "Taille", + "Modified" : "Modifié" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/gl.js b/apps/systemtags/l10n/gl.js new file mode 100644 index 00000000000..c9a8797f5d9 --- /dev/null +++ b/apps/systemtags/l10n/gl.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquetas", + "No files in here" : "Aquí non hai ficheiros", + "No entries found in this folder" : "Non se atoparon entradas neste cartafol", + "Name" : "Nome", + "Size" : "Tamaño", + "Modified" : "Modificado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/gl.json b/apps/systemtags/l10n/gl.json new file mode 100644 index 00000000000..72875c4ee7b --- /dev/null +++ b/apps/systemtags/l10n/gl.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Etiquetas", + "No files in here" : "Aquí non hai ficheiros", + "No entries found in this folder" : "Non se atoparon entradas neste cartafol", + "Name" : "Nome", + "Size" : "Tamaño", + "Modified" : "Modificado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/he.js b/apps/systemtags/l10n/he.js new file mode 100644 index 00000000000..c67035ccf12 --- /dev/null +++ b/apps/systemtags/l10n/he.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "systemtags", + { + "<strong>System tags</strong> for a file have been modified" : "<strong>תגיות מערכת</strong> שהשתנו עבור קובץ", + "%1$s assigned system tag %3$s" : "%1$s שייך/שייכה תגית מערכת %3$s", + "%1$s unassigned system tag %3$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s", + "%1$s created system tag %2$s" : "%1$s יצר/יצרה תגית מערכת %2$s", + "%1$s deleted system tag %2$s" : "%1$s מחק/ה תגית מערכת %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s עדכן/עדכנה תגית מערכת %3$s ל- %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s שייך/שייכה תגית מערכת %3$s ל- %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s מ- %2$s", + "%s (not-assignable)" : "%s (לא ניתן לשיוך)", + "%s (invisible)" : "%s (נסתר)", + "Tags" : "תגיות", + "Tagged files" : "קבצים שתויגו", + "Select tags to filter by" : "תגיות נבחרות מסוננות על ידי", + "Please select tags to filter by" : "יש לבחור תגיות שיסוננו על ידי", + "No files found for the selected tags" : "לא אותרו קבצים לתגיות הנבחרות", + "No files in here" : "אין כאן קבצים", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", + "Name" : "שם", + "Size" : "גודל", + "Modified" : "זמן שינוי" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/he.json b/apps/systemtags/l10n/he.json new file mode 100644 index 00000000000..73a7c7997c2 --- /dev/null +++ b/apps/systemtags/l10n/he.json @@ -0,0 +1,23 @@ +{ "translations": { + "<strong>System tags</strong> for a file have been modified" : "<strong>תגיות מערכת</strong> שהשתנו עבור קובץ", + "%1$s assigned system tag %3$s" : "%1$s שייך/שייכה תגית מערכת %3$s", + "%1$s unassigned system tag %3$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s", + "%1$s created system tag %2$s" : "%1$s יצר/יצרה תגית מערכת %2$s", + "%1$s deleted system tag %2$s" : "%1$s מחק/ה תגית מערכת %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s עדכן/עדכנה תגית מערכת %3$s ל- %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s שייך/שייכה תגית מערכת %3$s ל- %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s הסיר/ה שיוך תגית מערכת %3$s מ- %2$s", + "%s (not-assignable)" : "%s (לא ניתן לשיוך)", + "%s (invisible)" : "%s (נסתר)", + "Tags" : "תגיות", + "Tagged files" : "קבצים שתויגו", + "Select tags to filter by" : "תגיות נבחרות מסוננות על ידי", + "Please select tags to filter by" : "יש לבחור תגיות שיסוננו על ידי", + "No files found for the selected tags" : "לא אותרו קבצים לתגיות הנבחרות", + "No files in here" : "אין כאן קבצים", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", + "Name" : "שם", + "Size" : "גודל", + "Modified" : "זמן שינוי" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/hr.js b/apps/systemtags/l10n/hr.js new file mode 100644 index 00000000000..d4ccc01753d --- /dev/null +++ b/apps/systemtags/l10n/hr.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "No entries found in this folder" : "Zapis nije pronadjen u ovom direktorijumu ", + "Name" : "Naziv", + "Size" : "Veličina", + "Modified" : "Promijenjeno" +}, +"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/systemtags/l10n/hr.json b/apps/systemtags/l10n/hr.json new file mode 100644 index 00000000000..ca78210d813 --- /dev/null +++ b/apps/systemtags/l10n/hr.json @@ -0,0 +1,7 @@ +{ "translations": { + "No entries found in this folder" : "Zapis nije pronadjen u ovom direktorijumu ", + "Name" : "Naziv", + "Size" : "Veličina", + "Modified" : "Promijenjeno" +},"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/systemtags/l10n/hu_HU.js b/apps/systemtags/l10n/hu_HU.js new file mode 100644 index 00000000000..ed90b2b07dc --- /dev/null +++ b/apps/systemtags/l10n/hu_HU.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Címkék", + "No files in here" : "Itt nincsenek fájlok", + "No entries found in this folder" : "Nincsenek bejegyzések ebben a könyvtárban", + "Name" : "Név", + "Size" : "Méret", + "Modified" : "Módosítva" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/hu_HU.json b/apps/systemtags/l10n/hu_HU.json new file mode 100644 index 00000000000..8122c6f93ca --- /dev/null +++ b/apps/systemtags/l10n/hu_HU.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Címkék", + "No files in here" : "Itt nincsenek fájlok", + "No entries found in this folder" : "Nincsenek bejegyzések ebben a könyvtárban", + "Name" : "Név", + "Size" : "Méret", + "Modified" : "Módosítva" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/hy.js b/apps/systemtags/l10n/hy.js new file mode 100644 index 00000000000..901854a96b6 --- /dev/null +++ b/apps/systemtags/l10n/hy.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "Անուն", + "Size" : "Չափս", + "Modified" : "Փոփոխված" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/hy.json b/apps/systemtags/l10n/hy.json new file mode 100644 index 00000000000..9e937f42cf0 --- /dev/null +++ b/apps/systemtags/l10n/hy.json @@ -0,0 +1,6 @@ +{ "translations": { + "Name" : "Անուն", + "Size" : "Չափս", + "Modified" : "Փոփոխված" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ia.js b/apps/systemtags/l10n/ia.js new file mode 100644 index 00000000000..46a0d7464b0 --- /dev/null +++ b/apps/systemtags/l10n/ia.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquettas", + "Name" : "Nomine", + "Size" : "Dimension", + "Modified" : "Modificate" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/ia.json b/apps/systemtags/l10n/ia.json new file mode 100644 index 00000000000..aacb98d037a --- /dev/null +++ b/apps/systemtags/l10n/ia.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "Etiquettas", + "Name" : "Nomine", + "Size" : "Dimension", + "Modified" : "Modificate" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/id.js b/apps/systemtags/l10n/id.js new file mode 100644 index 00000000000..5ce41462833 --- /dev/null +++ b/apps/systemtags/l10n/id.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tag", + "No files in here" : "Tidak ada berkas disini", + "No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini", + "Name" : "Nama", + "Size" : "Ukuran", + "Modified" : "Dimodifikasi" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/id.json b/apps/systemtags/l10n/id.json new file mode 100644 index 00000000000..631da4fbe66 --- /dev/null +++ b/apps/systemtags/l10n/id.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Tag", + "No files in here" : "Tidak ada berkas disini", + "No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini", + "Name" : "Nama", + "Size" : "Ukuran", + "Modified" : "Dimodifikasi" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/is.js b/apps/systemtags/l10n/is.js new file mode 100644 index 00000000000..4338aaa6645 --- /dev/null +++ b/apps/systemtags/l10n/is.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tagg", + "No entries found in this folder" : "Engar skrár fundust í þessari möppu", + "Name" : "Nafn", + "Size" : "Stærð", + "Modified" : "Breytt" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/systemtags/l10n/is.json b/apps/systemtags/l10n/is.json new file mode 100644 index 00000000000..d5a9f2ca7b1 --- /dev/null +++ b/apps/systemtags/l10n/is.json @@ -0,0 +1,8 @@ +{ "translations": { + "Tags" : "Tagg", + "No entries found in this folder" : "Engar skrár fundust í þessari möppu", + "Name" : "Nafn", + "Size" : "Stærð", + "Modified" : "Breytt" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/it.js b/apps/systemtags/l10n/it.js new file mode 100644 index 00000000000..08df09c9f62 --- /dev/null +++ b/apps/systemtags/l10n/it.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "systemtags", + { + "%s (not-assignable)" : "%s (non assegnabile)", + "%s (invisible)" : "%s (invisibile)", + "Tags" : "Tag", + "No files in here" : "Qui non c'è alcun file", + "No entries found in this folder" : "Nessuna voce trovata in questa cartella", + "Name" : "Nome", + "Size" : "Dimensione", + "Modified" : "Modificato" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/it.json b/apps/systemtags/l10n/it.json new file mode 100644 index 00000000000..74970a0c2a3 --- /dev/null +++ b/apps/systemtags/l10n/it.json @@ -0,0 +1,11 @@ +{ "translations": { + "%s (not-assignable)" : "%s (non assegnabile)", + "%s (invisible)" : "%s (invisibile)", + "Tags" : "Tag", + "No files in here" : "Qui non c'è alcun file", + "No entries found in this folder" : "Nessuna voce trovata in questa cartella", + "Name" : "Nome", + "Size" : "Dimensione", + "Modified" : "Modificato" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ja.js b/apps/systemtags/l10n/ja.js new file mode 100644 index 00000000000..0398a48613a --- /dev/null +++ b/apps/systemtags/l10n/ja.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "タグ", + "No files in here" : "ファイルがありません", + "No entries found in this folder" : "このフォルダーにはエントリーがありません", + "Name" : "名前", + "Size" : "サイズ", + "Modified" : "更新日時" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/ja.json b/apps/systemtags/l10n/ja.json new file mode 100644 index 00000000000..3886767f87c --- /dev/null +++ b/apps/systemtags/l10n/ja.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "タグ", + "No files in here" : "ファイルがありません", + "No entries found in this folder" : "このフォルダーにはエントリーがありません", + "Name" : "名前", + "Size" : "サイズ", + "Modified" : "更新日時" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ka_GE.js b/apps/systemtags/l10n/ka_GE.js new file mode 100644 index 00000000000..395e2739d8d --- /dev/null +++ b/apps/systemtags/l10n/ka_GE.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "ტაგები", + "Name" : "სახელი", + "Size" : "ზომა", + "Modified" : "შეცვლილია" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/ka_GE.json b/apps/systemtags/l10n/ka_GE.json new file mode 100644 index 00000000000..af2736fc8e0 --- /dev/null +++ b/apps/systemtags/l10n/ka_GE.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "ტაგები", + "Name" : "სახელი", + "Size" : "ზომა", + "Modified" : "შეცვლილია" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/km.js b/apps/systemtags/l10n/km.js new file mode 100644 index 00000000000..509d2ed766c --- /dev/null +++ b/apps/systemtags/l10n/km.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "ស្លាក", + "Name" : "ឈ្មោះ", + "Size" : "ទំហំ", + "Modified" : "បានកែប្រែ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/km.json b/apps/systemtags/l10n/km.json new file mode 100644 index 00000000000..0664f9a9e48 --- /dev/null +++ b/apps/systemtags/l10n/km.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "ស្លាក", + "Name" : "ឈ្មោះ", + "Size" : "ទំហំ", + "Modified" : "បានកែប្រែ" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/kn.js b/apps/systemtags/l10n/kn.js new file mode 100644 index 00000000000..cded0333e54 --- /dev/null +++ b/apps/systemtags/l10n/kn.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "ಹೆಸರು", + "Size" : " ಗಾತ್ರ", + "Modified" : "ಬದಲಾಯಿಸಿದ" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/kn.json b/apps/systemtags/l10n/kn.json new file mode 100644 index 00000000000..48561659786 --- /dev/null +++ b/apps/systemtags/l10n/kn.json @@ -0,0 +1,6 @@ +{ "translations": { + "Name" : "ಹೆಸರು", + "Size" : " ಗಾತ್ರ", + "Modified" : "ಬದಲಾಯಿಸಿದ" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ko.js b/apps/systemtags/l10n/ko.js new file mode 100644 index 00000000000..25a7f2eccb5 --- /dev/null +++ b/apps/systemtags/l10n/ko.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "태그", + "No files in here" : "여기에 파일 없음", + "No entries found in this folder" : "이 폴더에 항목 없음", + "Name" : "이름", + "Size" : "크기", + "Modified" : "수정됨" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/ko.json b/apps/systemtags/l10n/ko.json new file mode 100644 index 00000000000..af4d378f844 --- /dev/null +++ b/apps/systemtags/l10n/ko.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "태그", + "No files in here" : "여기에 파일 없음", + "No entries found in this folder" : "이 폴더에 항목 없음", + "Name" : "이름", + "Size" : "크기", + "Modified" : "수정됨" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ku_IQ.js b/apps/systemtags/l10n/ku_IQ.js new file mode 100644 index 00000000000..b2210de9dd6 --- /dev/null +++ b/apps/systemtags/l10n/ku_IQ.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "تاگهکان", + "Name" : "ناو" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/ku_IQ.json b/apps/systemtags/l10n/ku_IQ.json new file mode 100644 index 00000000000..7d552ae3695 --- /dev/null +++ b/apps/systemtags/l10n/ku_IQ.json @@ -0,0 +1,5 @@ +{ "translations": { + "Tags" : "تاگهکان", + "Name" : "ناو" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/lb.js b/apps/systemtags/l10n/lb.js new file mode 100644 index 00000000000..aa83421b4f1 --- /dev/null +++ b/apps/systemtags/l10n/lb.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiketten", + "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", + "Name" : "Numm", + "Size" : "Gréisst", + "Modified" : "Geännert" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/lb.json b/apps/systemtags/l10n/lb.json new file mode 100644 index 00000000000..e905615bcd7 --- /dev/null +++ b/apps/systemtags/l10n/lb.json @@ -0,0 +1,8 @@ +{ "translations": { + "Tags" : "Etiketten", + "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", + "Name" : "Numm", + "Size" : "Gréisst", + "Modified" : "Geännert" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/lt_LT.js b/apps/systemtags/l10n/lt_LT.js new file mode 100644 index 00000000000..754ff7017ee --- /dev/null +++ b/apps/systemtags/l10n/lt_LT.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Žymės", + "No files in here" : "Čia nėra failų", + "No entries found in this folder" : "Nerasta įrašų šiame aplanke", + "Name" : "Pavadinimas", + "Size" : "Dydis", + "Modified" : "Pakeista" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/systemtags/l10n/lt_LT.json b/apps/systemtags/l10n/lt_LT.json new file mode 100644 index 00000000000..6140989fe00 --- /dev/null +++ b/apps/systemtags/l10n/lt_LT.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Žymės", + "No files in here" : "Čia nėra failų", + "No entries found in this folder" : "Nerasta įrašų šiame aplanke", + "Name" : "Pavadinimas", + "Size" : "Dydis", + "Modified" : "Pakeista" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/lv.js b/apps/systemtags/l10n/lv.js new file mode 100644 index 00000000000..3afcc791bbc --- /dev/null +++ b/apps/systemtags/l10n/lv.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Birkas", + "No entries found in this folder" : "Šajā mapē nekas nav atrasts", + "Name" : "Nosaukums", + "Size" : "Izmērs", + "Modified" : "Mainīts" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/systemtags/l10n/lv.json b/apps/systemtags/l10n/lv.json new file mode 100644 index 00000000000..dbbb9142261 --- /dev/null +++ b/apps/systemtags/l10n/lv.json @@ -0,0 +1,8 @@ +{ "translations": { + "Tags" : "Birkas", + "No entries found in this folder" : "Šajā mapē nekas nav atrasts", + "Name" : "Nosaukums", + "Size" : "Izmērs", + "Modified" : "Mainīts" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/mk.js b/apps/systemtags/l10n/mk.js new file mode 100644 index 00000000000..21a0295f789 --- /dev/null +++ b/apps/systemtags/l10n/mk.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Ознаки", + "No files in here" : "Тука нема датотеки", + "No entries found in this folder" : "Нема ништо во оваа папка", + "Name" : "Име", + "Size" : "Големина", + "Modified" : "Променето" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/systemtags/l10n/mk.json b/apps/systemtags/l10n/mk.json new file mode 100644 index 00000000000..e09b95d7440 --- /dev/null +++ b/apps/systemtags/l10n/mk.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Ознаки", + "No files in here" : "Тука нема датотеки", + "No entries found in this folder" : "Нема ништо во оваа папка", + "Name" : "Име", + "Size" : "Големина", + "Modified" : "Променето" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ms_MY.js b/apps/systemtags/l10n/ms_MY.js new file mode 100644 index 00000000000..2958617429c --- /dev/null +++ b/apps/systemtags/l10n/ms_MY.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "Nama", + "Size" : "Saiz", + "Modified" : "Dimodifikasi" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/ms_MY.json b/apps/systemtags/l10n/ms_MY.json new file mode 100644 index 00000000000..646640c0134 --- /dev/null +++ b/apps/systemtags/l10n/ms_MY.json @@ -0,0 +1,6 @@ +{ "translations": { + "Name" : "Nama", + "Size" : "Saiz", + "Modified" : "Dimodifikasi" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/nb_NO.js b/apps/systemtags/l10n/nb_NO.js new file mode 100644 index 00000000000..0dd43755afe --- /dev/null +++ b/apps/systemtags/l10n/nb_NO.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tagger", + "No files in here" : "Ingen filer her", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Endret" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/nb_NO.json b/apps/systemtags/l10n/nb_NO.json new file mode 100644 index 00000000000..270a56bd8e0 --- /dev/null +++ b/apps/systemtags/l10n/nb_NO.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Tagger", + "No files in here" : "Ingen filer her", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Endret" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/nds.js b/apps/systemtags/l10n/nds.js new file mode 100644 index 00000000000..25ab44ecb4f --- /dev/null +++ b/apps/systemtags/l10n/nds.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "Name" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/nds.json b/apps/systemtags/l10n/nds.json new file mode 100644 index 00000000000..d00289bba5c --- /dev/null +++ b/apps/systemtags/l10n/nds.json @@ -0,0 +1,4 @@ +{ "translations": { + "Name" : "Name" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/nl.js b/apps/systemtags/l10n/nl.js new file mode 100644 index 00000000000..81eb5beddc5 --- /dev/null +++ b/apps/systemtags/l10n/nl.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tags", + "No files in here" : "Hier geen bestanden", + "No entries found in this folder" : "Niets gevonden in deze map", + "Name" : "Naam", + "Size" : "Grootte", + "Modified" : "Aangepast" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/nl.json b/apps/systemtags/l10n/nl.json new file mode 100644 index 00000000000..0f7e0b6aa98 --- /dev/null +++ b/apps/systemtags/l10n/nl.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Tags", + "No files in here" : "Hier geen bestanden", + "No entries found in this folder" : "Niets gevonden in deze map", + "Name" : "Naam", + "Size" : "Grootte", + "Modified" : "Aangepast" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/nn_NO.js b/apps/systemtags/l10n/nn_NO.js new file mode 100644 index 00000000000..02260061f6c --- /dev/null +++ b/apps/systemtags/l10n/nn_NO.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Emneord", + "Name" : "Namn", + "Size" : "Storleik", + "Modified" : "Endra" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/nn_NO.json b/apps/systemtags/l10n/nn_NO.json new file mode 100644 index 00000000000..8e504bf6b2a --- /dev/null +++ b/apps/systemtags/l10n/nn_NO.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "Emneord", + "Name" : "Namn", + "Size" : "Storleik", + "Modified" : "Endra" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/oc.js b/apps/systemtags/l10n/oc.js new file mode 100644 index 00000000000..f6263a28b51 --- /dev/null +++ b/apps/systemtags/l10n/oc.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiquetas", + "No files in here" : "Pas cap de fichièr aicí", + "No entries found in this folder" : "Cap d'entrada pas trobada dins aqueste dorsièr", + "Name" : "Nom", + "Size" : "Talha", + "Modified" : "Modificat" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/systemtags/l10n/oc.json b/apps/systemtags/l10n/oc.json new file mode 100644 index 00000000000..557e56fb541 --- /dev/null +++ b/apps/systemtags/l10n/oc.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Etiquetas", + "No files in here" : "Pas cap de fichièr aicí", + "No entries found in this folder" : "Cap d'entrada pas trobada dins aqueste dorsièr", + "Name" : "Nom", + "Size" : "Talha", + "Modified" : "Modificat" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/pl.js b/apps/systemtags/l10n/pl.js new file mode 100644 index 00000000000..5e426a1e96e --- /dev/null +++ b/apps/systemtags/l10n/pl.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tagi", + "No entries found in this folder" : "Brak wpisów w tym folderze", + "Name" : "Nazwa", + "Size" : "Rozmiar", + "Modified" : "Modyfikacja" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/systemtags/l10n/pl.json b/apps/systemtags/l10n/pl.json new file mode 100644 index 00000000000..ca3158eaf4b --- /dev/null +++ b/apps/systemtags/l10n/pl.json @@ -0,0 +1,8 @@ +{ "translations": { + "Tags" : "Tagi", + "No entries found in this folder" : "Brak wpisów w tym folderze", + "Name" : "Nazwa", + "Size" : "Rozmiar", + "Modified" : "Modyfikacja" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 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/systemtags/l10n/pt_BR.js b/apps/systemtags/l10n/pt_BR.js new file mode 100644 index 00000000000..ac755204c0a --- /dev/null +++ b/apps/systemtags/l10n/pt_BR.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "systemtags", + { + "<strong>System tags</strong> for a file have been modified" : "<strong>As etiquetas do sistema</strong> para um arquivo foram modificadas", + "%1$s assigned system tag %3$s" : "%1$s etiqueta de sistema atribuída %3$s", + "%1$s unassigned system tag %3$s" : "%1$s etiqueta de sistema não atribuída %3$s", + "%1$s created system tag %2$s" : "%1$s etiqueta de sistema criada %2$s", + "%1$s deleted system tag %2$s" : "%1$s etiqueta de sistema excluída %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s etiqueta de sistema atualizada %3$s para %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s etiqueta de sistema atribuída %3$s para %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s etiqueta de sistema não atribuída %3$s de %2$s", + "%s (not-assignable)" : "%s (intransferível)", + "%s (invisible)" : "%s (invisivel)", + "Tags" : "Etiquetas", + "Tagged files" : "Arquivos etiquetados", + "Select tags to filter by" : "Selecionar etiquetas para filtrar por", + "Please select tags to filter by" : "Por favor selecione etiquetas para filtrar por", + "No files found for the selected tags" : "Não há arquivos encontrados para as etiquetas selecionadas", + "No files in here" : "Nenhum arquivo aqui", + "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/systemtags/l10n/pt_BR.json b/apps/systemtags/l10n/pt_BR.json new file mode 100644 index 00000000000..baa6a12064f --- /dev/null +++ b/apps/systemtags/l10n/pt_BR.json @@ -0,0 +1,23 @@ +{ "translations": { + "<strong>System tags</strong> for a file have been modified" : "<strong>As etiquetas do sistema</strong> para um arquivo foram modificadas", + "%1$s assigned system tag %3$s" : "%1$s etiqueta de sistema atribuída %3$s", + "%1$s unassigned system tag %3$s" : "%1$s etiqueta de sistema não atribuída %3$s", + "%1$s created system tag %2$s" : "%1$s etiqueta de sistema criada %2$s", + "%1$s deleted system tag %2$s" : "%1$s etiqueta de sistema excluída %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s etiqueta de sistema atualizada %3$s para %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s etiqueta de sistema atribuída %3$s para %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s etiqueta de sistema não atribuída %3$s de %2$s", + "%s (not-assignable)" : "%s (intransferível)", + "%s (invisible)" : "%s (invisivel)", + "Tags" : "Etiquetas", + "Tagged files" : "Arquivos etiquetados", + "Select tags to filter by" : "Selecionar etiquetas para filtrar por", + "Please select tags to filter by" : "Por favor selecione etiquetas para filtrar por", + "No files found for the selected tags" : "Não há arquivos encontrados para as etiquetas selecionadas", + "No files in here" : "Nenhum arquivo aqui", + "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/pt_PT.js b/apps/systemtags/l10n/pt_PT.js new file mode 100644 index 00000000000..505a3ed46aa --- /dev/null +++ b/apps/systemtags/l10n/pt_PT.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "systemtags", + { + "<strong>System tags</strong> for a file have been modified" : "<strong>Etiquetas do sistema</strong> para um ficheiro foram alteradas", + "%1$s assigned system tag %3$s" : "%1$s recebeu a etiqueta %3$s", + "%1$s unassigned system tag %3$s" : "%1$s perdeu a etiqueta %3$s", + "%1$s created system tag %2$s" : "%1$s criou a etiqueta %2$s", + "%1$s deleted system tag %2$s" : "%1$s apagou a etiqueta %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s atualizou a etiqueta %3$s para %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s atribuiu a etiqueta %3$s a %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s retirou a etiqueta %3$s a %2$s", + "%s (not-assignable)" : "%s (não atribuível)", + "%s (invisible)" : "%s (invisível)", + "Tags" : "Etiquetas", + "Tagged files" : "Ficheiros etiquetados", + "Select tags to filter by" : "Selecionar etiquetas para filtrar", + "Please select tags to filter by" : "Selecione etiquetas para filtrar", + "No files found for the selected tags" : "Nenhum ficheiro encontrado com as etiquetas selecionadas", + "No files in here" : "Nenhuns ficheiros aqui", + "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/pt_PT.json b/apps/systemtags/l10n/pt_PT.json new file mode 100644 index 00000000000..8ce8f10f2d7 --- /dev/null +++ b/apps/systemtags/l10n/pt_PT.json @@ -0,0 +1,23 @@ +{ "translations": { + "<strong>System tags</strong> for a file have been modified" : "<strong>Etiquetas do sistema</strong> para um ficheiro foram alteradas", + "%1$s assigned system tag %3$s" : "%1$s recebeu a etiqueta %3$s", + "%1$s unassigned system tag %3$s" : "%1$s perdeu a etiqueta %3$s", + "%1$s created system tag %2$s" : "%1$s criou a etiqueta %2$s", + "%1$s deleted system tag %2$s" : "%1$s apagou a etiqueta %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s atualizou a etiqueta %3$s para %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s atribuiu a etiqueta %3$s a %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s retirou a etiqueta %3$s a %2$s", + "%s (not-assignable)" : "%s (não atribuível)", + "%s (invisible)" : "%s (invisível)", + "Tags" : "Etiquetas", + "Tagged files" : "Ficheiros etiquetados", + "Select tags to filter by" : "Selecionar etiquetas para filtrar", + "Please select tags to filter by" : "Selecione etiquetas para filtrar", + "No files found for the selected tags" : "Nenhum ficheiro encontrado com as etiquetas selecionadas", + "No files in here" : "Nenhuns ficheiros aqui", + "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", + "Name" : "Nome", + "Size" : "Tamanho", + "Modified" : "Modificado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ro.js b/apps/systemtags/l10n/ro.js new file mode 100644 index 00000000000..17e8642d353 --- /dev/null +++ b/apps/systemtags/l10n/ro.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Cuvinte cheie", + "Name" : "Nume", + "Size" : "Mărime", + "Modified" : "Modificat" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/systemtags/l10n/ro.json b/apps/systemtags/l10n/ro.json new file mode 100644 index 00000000000..2ce71c85a8e --- /dev/null +++ b/apps/systemtags/l10n/ro.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "Cuvinte cheie", + "Name" : "Nume", + "Size" : "Mărime", + "Modified" : "Modificat" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ru.js b/apps/systemtags/l10n/ru.js new file mode 100644 index 00000000000..048453e3671 --- /dev/null +++ b/apps/systemtags/l10n/ru.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Метки", + "No files in here" : "Здесь нет файлов", + "No entries found in this folder" : "Нет элементов в этом каталоге", + "Name" : "Наименование контакта", + "Size" : "Размер", + "Modified" : "Изменён" +}, +"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/systemtags/l10n/ru.json b/apps/systemtags/l10n/ru.json new file mode 100644 index 00000000000..a062498b25f --- /dev/null +++ b/apps/systemtags/l10n/ru.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Метки", + "No files in here" : "Здесь нет файлов", + "No entries found in this folder" : "Нет элементов в этом каталоге", + "Name" : "Наименование контакта", + "Size" : "Размер", + "Modified" : "Изменён" +},"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/systemtags/l10n/si_LK.js b/apps/systemtags/l10n/si_LK.js new file mode 100644 index 00000000000..79b1f9f9f47 --- /dev/null +++ b/apps/systemtags/l10n/si_LK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "ටැග", + "Name" : "නම", + "Size" : "ප්රමාණය", + "Modified" : "වෙනස් කළ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/si_LK.json b/apps/systemtags/l10n/si_LK.json new file mode 100644 index 00000000000..7891839a910 --- /dev/null +++ b/apps/systemtags/l10n/si_LK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "ටැග", + "Name" : "නම", + "Size" : "ප්රමාණය", + "Modified" : "වෙනස් කළ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/sk_SK.js b/apps/systemtags/l10n/sk_SK.js new file mode 100644 index 00000000000..f86639b2754 --- /dev/null +++ b/apps/systemtags/l10n/sk_SK.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Značky", + "No files in here" : "Nie sú tu žiadne súbory", + "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené", + "Name" : "Názov", + "Size" : "Veľkosť", + "Modified" : "Upravené" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/systemtags/l10n/sk_SK.json b/apps/systemtags/l10n/sk_SK.json new file mode 100644 index 00000000000..c84f0b719e3 --- /dev/null +++ b/apps/systemtags/l10n/sk_SK.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Značky", + "No files in here" : "Nie sú tu žiadne súbory", + "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené", + "Name" : "Názov", + "Size" : "Veľkosť", + "Modified" : "Upravené" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/sl.js b/apps/systemtags/l10n/sl.js new file mode 100644 index 00000000000..5a239abc162 --- /dev/null +++ b/apps/systemtags/l10n/sl.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Oznake", + "No files in here" : "V mapi ni datotek", + "No entries found in this folder" : "V tej mapi ni najdenih predmetov.", + "Name" : "Ime", + "Size" : "Velikost", + "Modified" : "Spremenjeno" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/systemtags/l10n/sl.json b/apps/systemtags/l10n/sl.json new file mode 100644 index 00000000000..4707430b778 --- /dev/null +++ b/apps/systemtags/l10n/sl.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Oznake", + "No files in here" : "V mapi ni datotek", + "No entries found in this folder" : "V tej mapi ni najdenih predmetov.", + "Name" : "Ime", + "Size" : "Velikost", + "Modified" : "Spremenjeno" +},"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/systemtags/l10n/sq.js b/apps/systemtags/l10n/sq.js new file mode 100644 index 00000000000..f473495be01 --- /dev/null +++ b/apps/systemtags/l10n/sq.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "systemtags", + { + "<strong>System tags</strong> for a file have been modified" : "U ndryshyan <strong>etiketa sistemi</strong>për një kartelë", + "%1$s assigned system tag %3$s" : "%1$s caktoi etiketën e sistemit %3$s", + "%1$s unassigned system tag %3$s" : "%1$s e hoqi %3$s si etiketë sistemi", + "%1$s created system tag %2$s" : "%1$s krijoi etiketën e sistemit %2$s", + "%1$s deleted system tag %2$s" : "%1$s fshiu etiketën e sistemit %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s përditësoi etiketën e sistemit %3$s si %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s caktoi etiketën e sistemit %3$s si %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s hoqi prej %2$s etiketën e sistemit %3$s", + "%s (not-assignable)" : "%s (e pacaktushme)", + "%s (invisible)" : "%s (e padukshme)", + "Tags" : "Etiketa", + "Tagged files" : "Kartela të etiketuara", + "Select tags to filter by" : "Përzgjidhni etiketa sipas të cilat të bëhet filtrimi", + "Please select tags to filter by" : "Ju lutemi, përzgjidhni etiketa sipas të cilat të bëhet filtrimi", + "No files found for the selected tags" : "S’u gjetën kartela për etiketat e përzgjedhura", + "No files in here" : "S’ka kartela këtu", + "No entries found in this folder" : "S’u gjetën zëra në këtë dosje", + "Name" : "Emër", + "Size" : "Madhësi", + "Modified" : "Ndryshuar më" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/sq.json b/apps/systemtags/l10n/sq.json new file mode 100644 index 00000000000..b3058efd995 --- /dev/null +++ b/apps/systemtags/l10n/sq.json @@ -0,0 +1,23 @@ +{ "translations": { + "<strong>System tags</strong> for a file have been modified" : "U ndryshyan <strong>etiketa sistemi</strong>për një kartelë", + "%1$s assigned system tag %3$s" : "%1$s caktoi etiketën e sistemit %3$s", + "%1$s unassigned system tag %3$s" : "%1$s e hoqi %3$s si etiketë sistemi", + "%1$s created system tag %2$s" : "%1$s krijoi etiketën e sistemit %2$s", + "%1$s deleted system tag %2$s" : "%1$s fshiu etiketën e sistemit %2$s", + "%1$s updated system tag %3$s to %2$s" : "%1$s përditësoi etiketën e sistemit %3$s si %2$s", + "%1$s assigned system tag %3$s to %2$s" : "%1$s caktoi etiketën e sistemit %3$s si %2$s", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s hoqi prej %2$s etiketën e sistemit %3$s", + "%s (not-assignable)" : "%s (e pacaktushme)", + "%s (invisible)" : "%s (e padukshme)", + "Tags" : "Etiketa", + "Tagged files" : "Kartela të etiketuara", + "Select tags to filter by" : "Përzgjidhni etiketa sipas të cilat të bëhet filtrimi", + "Please select tags to filter by" : "Ju lutemi, përzgjidhni etiketa sipas të cilat të bëhet filtrimi", + "No files found for the selected tags" : "S’u gjetën kartela për etiketat e përzgjedhura", + "No files in here" : "S’ka kartela këtu", + "No entries found in this folder" : "S’u gjetën zëra në këtë dosje", + "Name" : "Emër", + "Size" : "Madhësi", + "Modified" : "Ndryshuar më" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/sr.js b/apps/systemtags/l10n/sr.js new file mode 100644 index 00000000000..fdd31cdf781 --- /dev/null +++ b/apps/systemtags/l10n/sr.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Ознаке", + "No files in here" : "Овде нема фајлова", + "No entries found in this folder" : "Нема ничега у овој фасцикли", + "Name" : "назив", + "Size" : "величина", + "Modified" : "Измењен" +}, +"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/systemtags/l10n/sr.json b/apps/systemtags/l10n/sr.json new file mode 100644 index 00000000000..2acc5aa4261 --- /dev/null +++ b/apps/systemtags/l10n/sr.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Ознаке", + "No files in here" : "Овде нема фајлова", + "No entries found in this folder" : "Нема ничега у овој фасцикли", + "Name" : "назив", + "Size" : "величина", + "Modified" : "Измењен" +},"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/systemtags/l10n/sr@latin.js b/apps/systemtags/l10n/sr@latin.js new file mode 100644 index 00000000000..090fa44934b --- /dev/null +++ b/apps/systemtags/l10n/sr@latin.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Oznake", + "No files in here" : "Ovde nema fajlova", + "No entries found in this folder" : "Nema ničega u ovoj fascikli", + "Name" : "naziv", + "Size" : "veličina", + "Modified" : "Izmenjen" +}, +"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/systemtags/l10n/sr@latin.json b/apps/systemtags/l10n/sr@latin.json new file mode 100644 index 00000000000..b4e0d396af8 --- /dev/null +++ b/apps/systemtags/l10n/sr@latin.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Oznake", + "No files in here" : "Ovde nema fajlova", + "No entries found in this folder" : "Nema ničega u ovoj fascikli", + "Name" : "naziv", + "Size" : "veličina", + "Modified" : "Izmenjen" +},"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/systemtags/l10n/sv.js b/apps/systemtags/l10n/sv.js new file mode 100644 index 00000000000..99eea208f9e --- /dev/null +++ b/apps/systemtags/l10n/sv.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Taggar", + "No files in here" : "Inga filer kunde hittas", + "No entries found in this folder" : "nga Filer hittades i denna mapp", + "Name" : "Namn", + "Size" : "Storlek", + "Modified" : "Ändrad" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/sv.json b/apps/systemtags/l10n/sv.json new file mode 100644 index 00000000000..e24bf04dd75 --- /dev/null +++ b/apps/systemtags/l10n/sv.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Taggar", + "No files in here" : "Inga filer kunde hittas", + "No entries found in this folder" : "nga Filer hittades i denna mapp", + "Name" : "Namn", + "Size" : "Storlek", + "Modified" : "Ändrad" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ta_LK.js b/apps/systemtags/l10n/ta_LK.js new file mode 100644 index 00000000000..8d72eec96bf --- /dev/null +++ b/apps/systemtags/l10n/ta_LK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "சீட்டுகள்", + "Name" : "பெயர்", + "Size" : "அளவு", + "Modified" : "மாற்றப்பட்டது" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/ta_LK.json b/apps/systemtags/l10n/ta_LK.json new file mode 100644 index 00000000000..a7091a2efee --- /dev/null +++ b/apps/systemtags/l10n/ta_LK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "சீட்டுகள்", + "Name" : "பெயர்", + "Size" : "அளவு", + "Modified" : "மாற்றப்பட்டது" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/te.js b/apps/systemtags/l10n/te.js new file mode 100644 index 00000000000..ba9137e212a --- /dev/null +++ b/apps/systemtags/l10n/te.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "పేరు", + "Size" : "పరిమాణం" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/te.json b/apps/systemtags/l10n/te.json new file mode 100644 index 00000000000..b2db2bebe45 --- /dev/null +++ b/apps/systemtags/l10n/te.json @@ -0,0 +1,5 @@ +{ "translations": { + "Name" : "పేరు", + "Size" : "పరిమాణం" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/th_TH.js b/apps/systemtags/l10n/th_TH.js new file mode 100644 index 00000000000..8e747dbe1b7 --- /dev/null +++ b/apps/systemtags/l10n/th_TH.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "ป้ายกำกับ", + "No files in here" : "ไม่มีไฟล์ที่นี่", + "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้", + "Name" : "ชื่อ", + "Size" : "ขนาด", + "Modified" : "แก้ไขแล้ว" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/th_TH.json b/apps/systemtags/l10n/th_TH.json new file mode 100644 index 00000000000..62a6eb05000 --- /dev/null +++ b/apps/systemtags/l10n/th_TH.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "ป้ายกำกับ", + "No files in here" : "ไม่มีไฟล์ที่นี่", + "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้", + "Name" : "ชื่อ", + "Size" : "ขนาด", + "Modified" : "แก้ไขแล้ว" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/tr.js b/apps/systemtags/l10n/tr.js new file mode 100644 index 00000000000..6ca4c299006 --- /dev/null +++ b/apps/systemtags/l10n/tr.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Etiketler", + "No files in here" : "Burada hiç dosya yok", + "No entries found in this folder" : "Bu klasörde hiçbir girdi bulunamadı", + "Name" : "Ad", + "Size" : "Boyut", + "Modified" : "Değiştirilme" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/systemtags/l10n/tr.json b/apps/systemtags/l10n/tr.json new file mode 100644 index 00000000000..4dfd5722459 --- /dev/null +++ b/apps/systemtags/l10n/tr.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Etiketler", + "No files in here" : "Burada hiç dosya yok", + "No entries found in this folder" : "Bu klasörde hiçbir girdi bulunamadı", + "Name" : "Ad", + "Size" : "Boyut", + "Modified" : "Değiştirilme" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/ug.js b/apps/systemtags/l10n/ug.js new file mode 100644 index 00000000000..73d814b1912 --- /dev/null +++ b/apps/systemtags/l10n/ug.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "بەلگەلەر", + "Name" : "ئاتى", + "Size" : "چوڭلۇقى", + "Modified" : "ئۆزگەرتكەن" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/ug.json b/apps/systemtags/l10n/ug.json new file mode 100644 index 00000000000..acdb9e5d8ee --- /dev/null +++ b/apps/systemtags/l10n/ug.json @@ -0,0 +1,7 @@ +{ "translations": { + "Tags" : "بەلگەلەر", + "Name" : "ئاتى", + "Size" : "چوڭلۇقى", + "Modified" : "ئۆزگەرتكەن" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/uk.js b/apps/systemtags/l10n/uk.js new file mode 100644 index 00000000000..41e3aa8c376 --- /dev/null +++ b/apps/systemtags/l10n/uk.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Теги", + "No files in here" : "Тут немає файлів", + "No entries found in this folder" : "В цій теці нічого немає", + "Name" : "Ім’я", + "Size" : "Розмір", + "Modified" : "Змінено" +}, +"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/systemtags/l10n/uk.json b/apps/systemtags/l10n/uk.json new file mode 100644 index 00000000000..875eb0633f5 --- /dev/null +++ b/apps/systemtags/l10n/uk.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "Теги", + "No files in here" : "Тут немає файлів", + "No entries found in this folder" : "В цій теці нічого немає", + "Name" : "Ім’я", + "Size" : "Розмір", + "Modified" : "Змінено" +},"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/systemtags/l10n/ur_PK.js b/apps/systemtags/l10n/ur_PK.js new file mode 100644 index 00000000000..7635cc73899 --- /dev/null +++ b/apps/systemtags/l10n/ur_PK.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "اسم" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/ur_PK.json b/apps/systemtags/l10n/ur_PK.json new file mode 100644 index 00000000000..92dc68bea5d --- /dev/null +++ b/apps/systemtags/l10n/ur_PK.json @@ -0,0 +1,4 @@ +{ "translations": { + "Name" : "اسم" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/vi.js b/apps/systemtags/l10n/vi.js new file mode 100644 index 00000000000..9dc38f093f0 --- /dev/null +++ b/apps/systemtags/l10n/vi.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "Tags", + "No entries found in this folder" : "Chưa có mục nào trong thư mục", + "Name" : "Tên", + "Size" : "Kích cỡ", + "Modified" : "Thay đổi" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/vi.json b/apps/systemtags/l10n/vi.json new file mode 100644 index 00000000000..3e3212ba2e4 --- /dev/null +++ b/apps/systemtags/l10n/vi.json @@ -0,0 +1,8 @@ +{ "translations": { + "Tags" : "Tags", + "No entries found in this folder" : "Chưa có mục nào trong thư mục", + "Name" : "Tên", + "Size" : "Kích cỡ", + "Modified" : "Thay đổi" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/zh_CN.js b/apps/systemtags/l10n/zh_CN.js new file mode 100644 index 00000000000..bc8a5b0c41a --- /dev/null +++ b/apps/systemtags/l10n/zh_CN.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "标签", + "No files in here" : "无文件", + "No entries found in this folder" : "此文件夹中无项目", + "Name" : "名称", + "Size" : "大小", + "Modified" : "修改日期" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/zh_CN.json b/apps/systemtags/l10n/zh_CN.json new file mode 100644 index 00000000000..12282f0015e --- /dev/null +++ b/apps/systemtags/l10n/zh_CN.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "标签", + "No files in here" : "无文件", + "No entries found in this folder" : "此文件夹中无项目", + "Name" : "名称", + "Size" : "大小", + "Modified" : "修改日期" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/zh_HK.js b/apps/systemtags/l10n/zh_HK.js new file mode 100644 index 00000000000..531fb10e46e --- /dev/null +++ b/apps/systemtags/l10n/zh_HK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "systemtags", + { + "Name" : "名稱", + "Size" : "大小" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/zh_HK.json b/apps/systemtags/l10n/zh_HK.json new file mode 100644 index 00000000000..b97f92aaa77 --- /dev/null +++ b/apps/systemtags/l10n/zh_HK.json @@ -0,0 +1,5 @@ +{ "translations": { + "Name" : "名稱", + "Size" : "大小" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/systemtags/l10n/zh_TW.js b/apps/systemtags/l10n/zh_TW.js new file mode 100644 index 00000000000..bfcf22f94ba --- /dev/null +++ b/apps/systemtags/l10n/zh_TW.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "systemtags", + { + "Tags" : "標籤", + "No files in here" : "沒有任何檔案", + "No entries found in this folder" : "在此資料夾中沒有任何項目", + "Name" : "名稱", + "Size" : "大小", + "Modified" : "修改時間" +}, +"nplurals=1; plural=0;"); diff --git a/apps/systemtags/l10n/zh_TW.json b/apps/systemtags/l10n/zh_TW.json new file mode 100644 index 00000000000..abd8415c4cf --- /dev/null +++ b/apps/systemtags/l10n/zh_TW.json @@ -0,0 +1,9 @@ +{ "translations": { + "Tags" : "標籤", + "No files in here" : "沒有任何檔案", + "No entries found in this folder" : "在此資料夾中沒有任何項目", + "Name" : "名稱", + "Size" : "大小", + "Modified" : "修改時間" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js index 4a6685b6239..1ee4ed80721 100644 --- a/apps/updatenotification/l10n/de.js +++ b/apps/updatenotification/l10n/de.js @@ -2,6 +2,7 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", - "Updater" : "Updater" + "Updater" : "Updater", + "Open updater" : "Updater öffnen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json index a1ed1877811..5a8249a2909 100644 --- a/apps/updatenotification/l10n/de.json +++ b/apps/updatenotification/l10n/de.json @@ -1,5 +1,6 @@ { "translations": { "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", - "Updater" : "Updater" + "Updater" : "Updater", + "Open updater" : "Updater öffnen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index 9650c7841a8..df6ec8edad0 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -2,6 +2,7 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", - "Updater" : "Updater" + "Updater" : "Updater", + "Open updater" : "Updater öffnen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json index 356c713f55f..bdec39d3ac9 100644 --- a/apps/updatenotification/l10n/de_DE.json +++ b/apps/updatenotification/l10n/de_DE.json @@ -1,5 +1,6 @@ { "translations": { "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", - "Updater" : "Updater" + "Updater" : "Updater", + "Open updater" : "Updater öffnen" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/fi_FI.js b/apps/updatenotification/l10n/fi_FI.js index 6eeca8a2b25..165bc57936a 100644 --- a/apps/updatenotification/l10n/fi_FI.js +++ b/apps/updatenotification/l10n/fi_FI.js @@ -2,6 +2,8 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", - "Updater" : "Päivitysohjelma" + "Updater" : "Päivitysohjelma", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Tietoturvasyistä ownCloudin sisäänrakennettu päivitysohjelma käyttää erillisiä tunnistamistietoja. Siirry päivitysohjelman sivulle napsauttamalla seuraavaa painiketta.", + "Open updater" : "Avaa päivitysohjelma" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/fi_FI.json b/apps/updatenotification/l10n/fi_FI.json index f23134a024b..5a96aadb044 100644 --- a/apps/updatenotification/l10n/fi_FI.json +++ b/apps/updatenotification/l10n/fi_FI.json @@ -1,5 +1,7 @@ { "translations": { "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", - "Updater" : "Päivitysohjelma" + "Updater" : "Päivitysohjelma", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Tietoturvasyistä ownCloudin sisäänrakennettu päivitysohjelma käyttää erillisiä tunnistamistietoja. Siirry päivitysohjelman sivulle napsauttamalla seuraavaa painiketta.", + "Open updater" : "Avaa päivitysohjelma" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/he.js b/apps/updatenotification/l10n/he.js index cfb0f266c4d..04681096101 100644 --- a/apps/updatenotification/l10n/he.js +++ b/apps/updatenotification/l10n/he.js @@ -1,6 +1,9 @@ OC.L10N.register( "updatenotification", { - "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן." + "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.", + "Updater" : "מעדכן", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "מסיבות הבטחה מעדכן ה- ownCloud המובנה משתמש באימות נוסף. לביקור בעמוד העדכון יש ללחוץ על הכפתור הבא.", + "Open updater" : "פתיחת מעדכן" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/he.json b/apps/updatenotification/l10n/he.json index 7de93b96028..8bdf252e4f3 100644 --- a/apps/updatenotification/l10n/he.json +++ b/apps/updatenotification/l10n/he.json @@ -1,4 +1,7 @@ { "translations": { - "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן." + "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.", + "Updater" : "מעדכן", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "מסיבות הבטחה מעדכן ה- ownCloud המובנה משתמש באימות נוסף. לביקור בעמוד העדכון יש ללחוץ על הכפתור הבא.", + "Open updater" : "פתיחת מעדכן" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js index fc305adaecc..248215ff180 100644 --- a/apps/updatenotification/l10n/it.js +++ b/apps/updatenotification/l10n/it.js @@ -2,6 +2,7 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", - "Updater" : "Strumento di aggiornamento" + "Updater" : "Strumento di aggiornamento", + "Open updater" : "Apri lo strumento di aggiornamento" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json index 2ad8444fa36..3c3648e535b 100644 --- a/apps/updatenotification/l10n/it.json +++ b/apps/updatenotification/l10n/it.json @@ -1,5 +1,6 @@ { "translations": { "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", - "Updater" : "Strumento di aggiornamento" + "Updater" : "Strumento di aggiornamento", + "Open updater" : "Apri lo strumento di aggiornamento" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js index 92202bde1b8..b1207b6ad9f 100644 --- a/apps/updatenotification/l10n/pt_BR.js +++ b/apps/updatenotification/l10n/pt_BR.js @@ -2,6 +2,8 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.", - "Updater" : "Atualizador" + "Updater" : "Atualizador", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Por razões de segurança o atualizador interno do ownCloud está usando credenciais adicionais. Para visitar a página atualizador por favor clique no botão a seguir.", + "Open updater" : "Abrir o atualizador" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json index 34e929ad990..54551ca44c8 100644 --- a/apps/updatenotification/l10n/pt_BR.json +++ b/apps/updatenotification/l10n/pt_BR.json @@ -1,5 +1,7 @@ { "translations": { "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.", - "Updater" : "Atualizador" + "Updater" : "Atualizador", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Por razões de segurança o atualizador interno do ownCloud está usando credenciais adicionais. Para visitar a página atualizador por favor clique no botão a seguir.", + "Open updater" : "Abrir o atualizador" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/pt_PT.js b/apps/updatenotification/l10n/pt_PT.js index 42ba1b9bf2b..348803f9b95 100644 --- a/apps/updatenotification/l10n/pt_PT.js +++ b/apps/updatenotification/l10n/pt_PT.js @@ -2,6 +2,8 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", - "Updater" : "actualizar" + "Updater" : "actualizar", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Por razões de segurança o atualizador ownCloud está a usar credenciais adicionais. Para visitar a página do atualizador clique no seguinte botão.", + "Open updater" : "Abrir atualizador" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/pt_PT.json b/apps/updatenotification/l10n/pt_PT.json index 537655662b8..bf7414d7128 100644 --- a/apps/updatenotification/l10n/pt_PT.json +++ b/apps/updatenotification/l10n/pt_PT.json @@ -1,5 +1,7 @@ { "translations": { "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", - "Updater" : "actualizar" + "Updater" : "actualizar", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Por razões de segurança o atualizador ownCloud está a usar credenciais adicionais. Para visitar a página do atualizador clique no seguinte botão.", + "Open updater" : "Abrir atualizador" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/updatenotification/l10n/sq.js b/apps/updatenotification/l10n/sq.js index ed9922671c4..afebd62ee2a 100644 --- a/apps/updatenotification/l10n/sq.js +++ b/apps/updatenotification/l10n/sq.js @@ -1,6 +1,9 @@ OC.L10N.register( "updatenotification", { - "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni." + "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni.", + "Updater" : "Përditësues", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Përditësuesi i brendshëm i ownCloud-it, për arsye sigurie po përdor kredenciale shtesë. Që të vizitoni faqen e përditësuesit, ju lutemi, klikoni butonin vijues.", + "Open updater" : "Hapni përditësuesin" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/sq.json b/apps/updatenotification/l10n/sq.json index d1d3b9b7737..2f943a69347 100644 --- a/apps/updatenotification/l10n/sq.json +++ b/apps/updatenotification/l10n/sq.json @@ -1,4 +1,7 @@ { "translations": { - "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni." + "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni.", + "Updater" : "Përditësues", + "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "Përditësuesi i brendshëm i ownCloud-it, për arsye sigurie po përdor kredenciale shtesë. Që të vizitoni faqen e përditësuesit, ju lutemi, klikoni butonin vijues.", + "Open updater" : "Hapni përditësuesin" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/user_ldap/l10n/he.js b/apps/user_ldap/l10n/he.js index ef8976f9439..22eb4c5c96d 100644 --- a/apps/user_ldap/l10n/he.js +++ b/apps/user_ldap/l10n/he.js @@ -114,6 +114,7 @@ OC.L10N.register( "in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.", "Directory Settings" : "הגדרות תיקייה", "User Display Name Field" : "שדה שם תצוגה למשתמש", + "2nd User Display Name Field" : "שדה שני לשם תצוגת משתמש", "Base User Tree" : "עץ משתמש בסיסי", "User Search Attributes" : "מאפייני חיפוש משתמש", "Optional; one attribute per line" : "אופציונאלי; מאפיין אחד בשורה", diff --git a/apps/user_ldap/l10n/he.json b/apps/user_ldap/l10n/he.json index dfbdf689873..4f4bedcc285 100644 --- a/apps/user_ldap/l10n/he.json +++ b/apps/user_ldap/l10n/he.json @@ -112,6 +112,7 @@ "in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.", "Directory Settings" : "הגדרות תיקייה", "User Display Name Field" : "שדה שם תצוגה למשתמש", + "2nd User Display Name Field" : "שדה שני לשם תצוגת משתמש", "Base User Tree" : "עץ משתמש בסיסי", "User Search Attributes" : "מאפייני חיפוש משתמש", "Optional; one attribute per line" : "אופציונאלי; מאפיין אחד בשורה", |