diff --git a/l10n/af.js b/l10n/af.js index 393a356..c3c97e0 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Foonsinchronisering" + "Phone Sync" : "Foonsinchronisering", + "Cancel" : "Kanselleer", + "Confirm" : "Bevestig", + "Settings" : "Instellings", + "Label" : "Etiket", + "Enable" : "Aktiveer", + "Disable" : "Deaktiveer" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json index 3d44e43..5671a31 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Foonsinchronisering" + "Phone Sync" : "Foonsinchronisering", + "Cancel" : "Kanselleer", + "Confirm" : "Bevestig", + "Settings" : "Instellings", + "Label" : "Etiket", + "Enable" : "Aktiveer", + "Disable" : "Deaktiveer" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ar.js b/l10n/ar.js index 9ab45a4..79da805 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -2,9 +2,13 @@ OC.L10N.register( "ocsms", { "Cancel" : "إلغاء", + "Confirm" : "تأكيد", "Settings" : "الإعدادات", "Default country code" : "الرمز الافتراضي للدولة", "Last message" : "آخر رسالة", + "Label" : "تسمية", + "Notification settings" : "إعدادات الإشعار", + "Enable" : "تفعيل", "Disable" : "مُعطّل" }, "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/l10n/ar.json b/l10n/ar.json index e42e56f..d3f3485 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -1,8 +1,12 @@ { "translations": { "Cancel" : "إلغاء", + "Confirm" : "تأكيد", "Settings" : "الإعدادات", "Default country code" : "الرمز الافتراضي للدولة", "Last message" : "آخر رسالة", + "Label" : "تسمية", + "Notification settings" : "إعدادات الإشعار", + "Enable" : "تفعيل", "Disable" : "مُعطّل" },"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/l10n/ast.js b/l10n/ast.js index f4a3837..782ee43 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronización de teléfonu" + "Phone Sync" : "Sincronización de teléfonu", + "Cancel" : "Encaboxar", + "Confirm" : "Confirmar", + "Settings" : "Settings", + "Label" : "Etiqueta", + "Enable" : "Activar", + "Disable" : "Desactivar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index aeef913..3072bea 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronización de teléfonu" + "Phone Sync" : "Sincronización de teléfonu", + "Cancel" : "Encaboxar", + "Confirm" : "Confirmar", + "Settings" : "Settings", + "Label" : "Etiqueta", + "Enable" : "Activar", + "Disable" : "Desactivar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/az.js b/l10n/az.js new file mode 100644 index 0000000..fbff49b --- /dev/null +++ b/l10n/az.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Dayandır", + "Settings" : "Quraşdırmalar", + "Enable" : "İşə sal", + "Disable" : "Dayandır" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/az.json b/l10n/az.json new file mode 100644 index 0000000..157524a --- /dev/null +++ b/l10n/az.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "Dayandır", + "Settings" : "Quraşdırmalar", + "Enable" : "İşə sal", + "Disable" : "Dayandır" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/be.js b/l10n/be.js new file mode 100644 index 0000000..b21b92d --- /dev/null +++ b/l10n/be.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Cancel", + "Settings" : "Налады" +}, +"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/l10n/be.json b/l10n/be.json new file mode 100644 index 0000000..d70dc7d --- /dev/null +++ b/l10n/be.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Cancel", + "Settings" : "Налады" +},"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/l10n/bg.js b/l10n/bg.js index f944685..07a56d6 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -3,6 +3,10 @@ OC.L10N.register( { "Phone Sync" : "Синхронизиране на телефона", "Cancel" : "Отказ", - "Settings" : "Настройки" + "Confirm" : "Потвърди", + "Settings" : "Настройки", + "Label" : "Име", + "Enable" : "Включване", + "Disable" : "Изключване" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/bg.json b/l10n/bg.json index 6aafa73..49a92a7 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -1,6 +1,10 @@ { "translations": { "Phone Sync" : "Синхронизиране на телефона", "Cancel" : "Отказ", - "Settings" : "Настройки" + "Confirm" : "Потвърди", + "Settings" : "Настройки", + "Label" : "Име", + "Enable" : "Включване", + "Disable" : "Изключване" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js new file mode 100644 index 0000000..d40f509 --- /dev/null +++ b/l10n/bn_BD.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "বাতির", + "Settings" : "সেটিংস", + "Enable" : "সক্রিয় ", + "Disable" : "নিষ্ক্রিয়" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json new file mode 100644 index 0000000..ec947ae --- /dev/null +++ b/l10n/bn_BD.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "বাতির", + "Settings" : "সেটিংস", + "Enable" : "সক্রিয় ", + "Disable" : "নিষ্ক্রিয়" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/br.js b/l10n/br.js new file mode 100644 index 0000000..e06d377 --- /dev/null +++ b/l10n/br.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Settings" : "Arventennoù" +}, +"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/l10n/br.json b/l10n/br.json new file mode 100644 index 0000000..9139d02 --- /dev/null +++ b/l10n/br.json @@ -0,0 +1,4 @@ +{ "translations": { + "Settings" : "Arventennoù" +},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" +} \ No newline at end of file diff --git a/l10n/bs.js b/l10n/bs.js new file mode 100644 index 0000000..afbccef --- /dev/null +++ b/l10n/bs.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Otkaži", + "Settings" : "Podešavanje", + "Enable" : "Omogući", + "Disable" : "Onemogući" +}, +"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/l10n/bs.json b/l10n/bs.json new file mode 100644 index 0000000..f603ef9 --- /dev/null +++ b/l10n/bs.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "Otkaži", + "Settings" : "Podešavanje", + "Enable" : "Omogući", + "Disable" : "Onemogući" +},"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/l10n/cy_GB.js b/l10n/cy_GB.js new file mode 100644 index 0000000..45d2c7b --- /dev/null +++ b/l10n/cy_GB.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Diddymu", + "Settings" : "Gosodiadau", + "Disable" : "Analluogi" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json new file mode 100644 index 0000000..d35186d --- /dev/null +++ b/l10n/cy_GB.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Diddymu", + "Settings" : "Gosodiadau", + "Disable" : "Analluogi" +},"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/l10n/da.js b/l10n/da.js index baa4c92..e345ee9 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -2,6 +2,12 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Telefon sync", - "Settings" : "Indstillinger" + "Cancel" : "Annullér", + "Confirm" : "Bekræft", + "Settings" : "Indstillinger", + "Label" : "Mærkat", + "Notification settings" : "Meddelelsesindstillinger", + "Enable" : "Aktivér", + "Disable" : "Deaktiver" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json index 897e4ce..08f985c 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -1,5 +1,11 @@ { "translations": { "Phone Sync" : "Telefon sync", - "Settings" : "Indstillinger" + "Cancel" : "Annullér", + "Confirm" : "Bekræft", + "Settings" : "Indstillinger", + "Label" : "Mærkat", + "Notification settings" : "Meddelelsesindstillinger", + "Enable" : "Aktivér", + "Disable" : "Deaktiver" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/el.js b/l10n/el.js index 6f52050..4268499 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -2,6 +2,8 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Συγχρονισμός τηλεφώνου", + "Cancel" : "Ακύρωση", + "Confirm" : "Επιβεβαίωση", "Settings" : "Ρυθμίσεις", "Default country code" : "Προεπιλεγμένος κωδικός χώρας", "Last message" : "Τελευταίο μήνυμα", diff --git a/l10n/el.json b/l10n/el.json index 5bc02d4..34b5fac 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -1,5 +1,7 @@ { "translations": { "Phone Sync" : "Συγχρονισμός τηλεφώνου", + "Cancel" : "Ακύρωση", + "Confirm" : "Επιβεβαίωση", "Settings" : "Ρυθμίσεις", "Default country code" : "Προεπιλεγμένος κωδικός χώρας", "Last message" : "Τελευταίο μήνυμα", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 2f80a8a..f63e9b2 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -2,6 +2,13 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Phone Sync", - "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud" + "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud", + "Cancel" : "Cancel", + "Confirm" : "Confirm", + "Settings" : "Settings", + "Label" : "Label", + "Notification settings" : "Notification settings", + "Enable" : "Enable", + "Disable" : "Disable" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 6dae615..90d71bb 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -1,5 +1,12 @@ { "translations": { "Phone Sync" : "Phone Sync", - "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud" + "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud", + "Cancel" : "Cancel", + "Confirm" : "Confirm", + "Settings" : "Settings", + "Label" : "Label", + "Notification settings" : "Notification settings", + "Enable" : "Enable", + "Disable" : "Disable" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/eo.js b/l10n/eo.js index b9b36fc..b4b4ab6 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -2,6 +2,11 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Telefono Sinkronigo", - "An app to sync SMS with your cloud" : " Aplikaĵo por sinkronigi SMS al via nubo" + "An app to sync SMS with your cloud" : " Aplikaĵo por sinkronigi SMS al via nubo", + "Cancel" : "Nuligi", + "Confirm" : "Konfirmi", + "Settings" : "Agordoj", + "Enable" : "Ŝalti la opcion", + "Disable" : "Malŝalti" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eo.json b/l10n/eo.json index 594fef7..f2fab4b 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -1,5 +1,10 @@ { "translations": { "Phone Sync" : "Telefono Sinkronigo", - "An app to sync SMS with your cloud" : " Aplikaĵo por sinkronigi SMS al via nubo" + "An app to sync SMS with your cloud" : " Aplikaĵo por sinkronigi SMS al via nubo", + "Cancel" : "Nuligi", + "Confirm" : "Konfirmi", + "Settings" : "Agordoj", + "Enable" : "Ŝalti la opcion", + "Disable" : "Malŝalti" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_419.js b/l10n/es_419.js index e05e469..9e13cb5 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_419.json b/l10n/es_419.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_AR.js b/l10n/es_AR.js index e05e469..0081a26 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -1,6 +1,13 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Ajustes", + "Label" : "Etiqueta", + "Notification settings" : "Configuración de las notificaciones", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 96ab7b2..c8f3a38 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -1,4 +1,11 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Ajustes", + "Label" : "Etiqueta", + "Notification settings" : "Configuración de las notificaciones", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_CL.js b/l10n/es_CL.js index e05e469..9e13cb5 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_CL.json b/l10n/es_CL.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_CO.js b/l10n/es_CO.js index e05e469..9e13cb5 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_CO.json b/l10n/es_CO.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_CR.js b/l10n/es_CR.js index e05e469..9e13cb5 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_CR.json b/l10n/es_CR.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_DO.js b/l10n/es_DO.js index e05e469..9e13cb5 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_DO.json b/l10n/es_DO.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_EC.js b/l10n/es_EC.js index e05e469..9e13cb5 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_GT.js b/l10n/es_GT.js index e05e469..9e13cb5 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_GT.json b/l10n/es_GT.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_HN.js b/l10n/es_HN.js index e05e469..9e13cb5 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_HN.json b/l10n/es_HN.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 380903d..837fad7 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -2,6 +2,12 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Sincronizar teléfono", - "An app to sync SMS with your cloud" : "Una aplicación para sincronizar SMS con tu nube" + "An app to sync SMS with your cloud" : "Una aplicación para sincronizar SMS con tu nube", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 6259982..3456f89 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -1,5 +1,11 @@ { "translations": { "Phone Sync" : "Sincronizar teléfono", - "An app to sync SMS with your cloud" : "Una aplicación para sincronizar SMS con tu nube" + "An app to sync SMS with your cloud" : "Una aplicación para sincronizar SMS con tu nube", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_NI.js b/l10n/es_NI.js index e05e469..9e13cb5 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_NI.json b/l10n/es_NI.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_PA.js b/l10n/es_PA.js index e05e469..9e13cb5 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PA.json b/l10n/es_PA.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_PE.js b/l10n/es_PE.js index e05e469..9e13cb5 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PE.json b/l10n/es_PE.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_PR.js b/l10n/es_PR.js index e05e469..9e13cb5 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PR.json b/l10n/es_PR.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_PY.js b/l10n/es_PY.js index e05e469..9e13cb5 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PY.json b/l10n/es_PY.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_SV.js b/l10n/es_SV.js index e05e469..9e13cb5 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_SV.json b/l10n/es_SV.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es_UY.js b/l10n/es_UY.js index e05e469..9e13cb5 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_UY.json b/l10n/es_UY.json index 96ab7b2..341f1f1 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizar teléfono" + "Phone Sync" : "Sincronizar teléfono", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Configuraciones ", + "Label" : "Etiqueta", + "Enable" : "Habilitar", + "Disable" : "Deshabilitar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 9bc92cf..1b66055 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -1,6 +1,11 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Telefoniga Sünkroniseerimine" + "Phone Sync" : "Telefoniga Sünkroniseerimine", + "Cancel" : "Loobu", + "Confirm" : "Kinnita", + "Settings" : "Seaded", + "Enable" : "Lülita sisse", + "Disable" : "Lülita välja" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/et_EE.json b/l10n/et_EE.json index f51a74e..3c06bec 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -1,4 +1,9 @@ { "translations": { - "Phone Sync" : "Telefoniga Sünkroniseerimine" + "Phone Sync" : "Telefoniga Sünkroniseerimine", + "Cancel" : "Loobu", + "Confirm" : "Kinnita", + "Settings" : "Seaded", + "Enable" : "Lülita sisse", + "Disable" : "Lülita välja" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/eu.js b/l10n/eu.js index 9cef6e3..cd2b835 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -2,6 +2,8 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Telefonoa sinkronizatu", + "Cancel" : "Utzi", + "Confirm" : "Berretsi", "No contact found." : "Ez da kontakturik aurkitu.", "Settings" : "Ezarpenak", "Last message" : "Azken mezua", diff --git a/l10n/eu.json b/l10n/eu.json index 37d8a00..dddb61f 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -1,5 +1,7 @@ { "translations": { "Phone Sync" : "Telefonoa sinkronizatu", + "Cancel" : "Utzi", + "Confirm" : "Berretsi", "No contact found." : "Ez da kontakturik aurkitu.", "Settings" : "Ezarpenak", "Last message" : "Azken mezua", diff --git a/l10n/fa.js b/l10n/fa.js index 0ff3df0..d5b145e 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -1,6 +1,11 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "همگام سازی تلفن" + "Phone Sync" : "همگام سازی تلفن", + "Cancel" : "لغو", + "Confirm" : "تایید", + "Settings" : "تنظیمات", + "Enable" : "فعال", + "Disable" : "غیرفعال کردن" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index bc2ffbb..c879fb4 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -1,4 +1,9 @@ { "translations": { - "Phone Sync" : "همگام سازی تلفن" + "Phone Sync" : "همگام سازی تلفن", + "Cancel" : "لغو", + "Confirm" : "تایید", + "Settings" : "تنظیمات", + "Enable" : "فعال", + "Disable" : "غیرفعال کردن" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index 06e9d3e..0acf8a8 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -2,10 +2,14 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Puhelinsynkronointi", + "Cancel" : "Peruuta", + "Confirm" : "Vahvista", "No contact found." : "Yhteystietoa ei löydy.", "Settings" : "Asetukset", "Default country code" : "Oletusmaakoodi", "Contact ordering" : "Yhteystietojen järjestäminen", - "Notification settings" : "Ilmoitusasetukset" + "Notification settings" : "Ilmoitusasetukset", + "Enable" : "Ota käyttöön", + "Disable" : "Poista käytöstä" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index f960e58..37b1523 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -1,9 +1,13 @@ { "translations": { "Phone Sync" : "Puhelinsynkronointi", + "Cancel" : "Peruuta", + "Confirm" : "Vahvista", "No contact found." : "Yhteystietoa ei löydy.", "Settings" : "Asetukset", "Default country code" : "Oletusmaakoodi", "Contact ordering" : "Yhteystietojen järjestäminen", - "Notification settings" : "Ilmoitusasetukset" + "Notification settings" : "Ilmoitusasetukset", + "Enable" : "Ota käyttöön", + "Disable" : "Poista käytöstä" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fo.js b/l10n/fo.js new file mode 100644 index 0000000..a9cb368 --- /dev/null +++ b/l10n/fo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "strika", + "Enable" : "Gilda" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fo.json b/l10n/fo.json new file mode 100644 index 0000000..0e0fc5e --- /dev/null +++ b/l10n/fo.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "strika", + "Enable" : "Gilda" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index ee2c4d4..def3de4 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Phone Sync" : "סינכרון טלפון", "An app to sync SMS with your cloud" : "יישומון לסנכרון המסרונים עם הענן שלך", + "Cancel" : "ביטול", + "Confirm" : "אימות", "No contact found." : "לא נמצאו אנשי קשר", "Settings" : "הגדרות", "Invalid message limit" : "מגבלת ההודעה שגויה", diff --git a/l10n/he.json b/l10n/he.json index cf3cfdc..fc5f4db 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -1,6 +1,8 @@ { "translations": { "Phone Sync" : "סינכרון טלפון", "An app to sync SMS with your cloud" : "יישומון לסנכרון המסרונים עם הענן שלך", + "Cancel" : "ביטול", + "Confirm" : "אימות", "No contact found." : "לא נמצאו אנשי קשר", "Settings" : "הגדרות", "Invalid message limit" : "מגבלת ההודעה שגויה", diff --git a/l10n/hy.js b/l10n/hy.js new file mode 100644 index 0000000..b480d70 --- /dev/null +++ b/l10n/hy.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "ընդհատել", + "Settings" : "կարգավորումներ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hy.json b/l10n/hy.json new file mode 100644 index 0000000..4531d6b --- /dev/null +++ b/l10n/hy.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "ընդհատել", + "Settings" : "կարգավորումներ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ia.js b/l10n/ia.js index b953de4..cf5bd80 100644 --- a/l10n/ia.js +++ b/l10n/ia.js @@ -1,6 +1,11 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Synchronisation del Telephono" + "Phone Sync" : "Synchronisation del Telephono", + "Cancel" : "Cancellar", + "Confirm" : "Confirmar", + "Settings" : "Configurationes", + "Enable" : "Activar", + "Disable" : "Disactivar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ia.json b/l10n/ia.json index c7ec908..bd7f34b 100644 --- a/l10n/ia.json +++ b/l10n/ia.json @@ -1,4 +1,9 @@ { "translations": { - "Phone Sync" : "Synchronisation del Telephono" + "Phone Sync" : "Synchronisation del Telephono", + "Cancel" : "Cancellar", + "Confirm" : "Confirmar", + "Settings" : "Configurationes", + "Enable" : "Activar", + "Disable" : "Disactivar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/id.js b/l10n/id.js index c377f64..faca303 100644 --- a/l10n/id.js +++ b/l10n/id.js @@ -1,6 +1,11 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Phone Sync" + "Phone Sync" : "Phone Sync", + "Cancel" : "Membatalkan", + "Confirm" : "Konfirmasi", + "Settings" : "Setelan", + "Enable" : "aktifkan", + "Disable" : "Nonaktifkan" }, "nplurals=1; plural=0;"); diff --git a/l10n/id.json b/l10n/id.json index a5aa707..e465ce6 100644 --- a/l10n/id.json +++ b/l10n/id.json @@ -1,4 +1,9 @@ { "translations": { - "Phone Sync" : "Phone Sync" + "Phone Sync" : "Phone Sync", + "Cancel" : "Membatalkan", + "Confirm" : "Konfirmasi", + "Settings" : "Setelan", + "Enable" : "aktifkan", + "Disable" : "Nonaktifkan" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js index 13c5cec..d7651cd 100644 --- a/l10n/ka_GE.js +++ b/l10n/ka_GE.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "ტელეფონის სინქრონიზაცია" + "Phone Sync" : "ტელეფონის სინქრონიზაცია", + "Cancel" : "უარყოფა", + "Confirm" : "დადასტურება", + "Settings" : "პარამეტრები", + "Label" : "ლეიბლი", + "Enable" : "ჩართვა", + "Disable" : "გამორთვა" }, "nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json index ef7e2c3..7737ca9 100644 --- a/l10n/ka_GE.json +++ b/l10n/ka_GE.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "ტელეფონის სინქრონიზაცია" + "Phone Sync" : "ტელეფონის სინქრონიზაცია", + "Cancel" : "უარყოფა", + "Confirm" : "დადასტურება", + "Settings" : "პარამეტრები", + "Label" : "ლეიბლი", + "Enable" : "ჩართვა", + "Disable" : "გამორთვა" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/l10n/kab.js b/l10n/kab.js new file mode 100644 index 0000000..b53ba5f --- /dev/null +++ b/l10n/kab.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Sefsex", + "Settings" : "Iɣewwaṛen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/kab.json b/l10n/kab.json new file mode 100644 index 0000000..a1fc558 --- /dev/null +++ b/l10n/kab.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Sefsex", + "Settings" : "Iɣewwaṛen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/km.js b/l10n/km.js new file mode 100644 index 0000000..4e48761 --- /dev/null +++ b/l10n/km.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "បោះបង់", + "Settings" : "ការកំណត់", + "Enable" : "បើក", + "Disable" : "បិទ" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json new file mode 100644 index 0000000..73d4932 --- /dev/null +++ b/l10n/km.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "បោះបង់", + "Settings" : "ការកំណត់", + "Enable" : "បើក", + "Disable" : "បិទ" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/kn.js b/l10n/kn.js new file mode 100644 index 0000000..d626e73 --- /dev/null +++ b/l10n/kn.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "ರದ್ದು", + "Settings" : "ಆಯ್ಕೆ", + "Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು", + "Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json new file mode 100644 index 0000000..579b645 --- /dev/null +++ b/l10n/kn.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "ರದ್ದು", + "Settings" : "ಆಯ್ಕೆ", + "Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು", + "Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/lb.js b/l10n/lb.js new file mode 100644 index 0000000..31c3c40 --- /dev/null +++ b/l10n/lb.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Ofbriechen", + "Settings" : "Astellungen", + "Enable" : "Aschalten", + "Disable" : "Ofschalten" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/lb.json b/l10n/lb.json new file mode 100644 index 0000000..03913d0 --- /dev/null +++ b/l10n/lb.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "Ofbriechen", + "Settings" : "Astellungen", + "Enable" : "Aschalten", + "Disable" : "Ofschalten" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/lv.js b/l10n/lv.js index 12688f9..ffd3806 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Tālruņa sinhronizēšana" + "Phone Sync" : "Tālruņa sinhronizēšana", + "Cancel" : "Atcelt", + "Confirm" : "Apstiprināt", + "Settings" : "Iestatījumi", + "Label" : "Apzīmējums", + "Enable" : "Iespējo", + "Disable" : "Deaktivēt" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json index 00417d8..f3ad9e0 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Tālruņa sinhronizēšana" + "Phone Sync" : "Tālruņa sinhronizēšana", + "Cancel" : "Atcelt", + "Confirm" : "Apstiprināt", + "Settings" : "Iestatījumi", + "Label" : "Apzīmējums", + "Enable" : "Iespējo", + "Disable" : "Deaktivēt" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/mk.js b/l10n/mk.js index 0d69a3c..0119fb6 100644 --- a/l10n/mk.js +++ b/l10n/mk.js @@ -1,6 +1,10 @@ OC.L10N.register( "ocsms", { - "Settings" : "Параметри" + "Cancel" : "Откажи", + "Confirm" : "Потврди", + "Settings" : "Параметри", + "Enable" : "Овозможи", + "Disable" : "Оневозможи" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json index d05df9f..90eaf81 100644 --- a/l10n/mk.json +++ b/l10n/mk.json @@ -1,4 +1,8 @@ { "translations": { - "Settings" : "Параметри" + "Cancel" : "Откажи", + "Confirm" : "Потврди", + "Settings" : "Параметри", + "Enable" : "Овозможи", + "Disable" : "Оневозможи" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/l10n/mn.js b/l10n/mn.js new file mode 100644 index 0000000..4406894 --- /dev/null +++ b/l10n/mn.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "болиулах", + "Confirm" : "Батлах", + "Settings" : "Тохиргоо", + "Label" : "Хаяг" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/mn.json b/l10n/mn.json new file mode 100644 index 0000000..9f6a660 --- /dev/null +++ b/l10n/mn.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "болиулах", + "Confirm" : "Батлах", + "Settings" : "Тохиргоо", + "Label" : "Хаяг" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js new file mode 100644 index 0000000..34d837d --- /dev/null +++ b/l10n/ms_MY.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Batal", + "Settings" : "Tetapan", + "Enable" : "Aktif", + "Disable" : "Nyahaktif" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json new file mode 100644 index 0000000..bc82ddd --- /dev/null +++ b/l10n/ms_MY.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "Batal", + "Settings" : "Tetapan", + "Enable" : "Aktif", + "Disable" : "Nyahaktif" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js index b7e7db6..ccd3593 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -2,8 +2,14 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Telefonsynkronisering", + "Cancel" : "Avbryt", + "Confirm" : "Bekreft", "Settings" : "Innstillinger", "Default country code" : "Standard landskode", - "Last message" : "Siste melding" + "Last message" : "Siste melding", + "Label" : "Etikett", + "Notification settings" : "Innstillinger for notifiseringer", + "Enable" : "Aktiver", + "Disable" : "Deaktiver" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json index 578e073..dbebfeb 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -1,7 +1,13 @@ { "translations": { "Phone Sync" : "Telefonsynkronisering", + "Cancel" : "Avbryt", + "Confirm" : "Bekreft", "Settings" : "Innstillinger", "Default country code" : "Standard landskode", - "Last message" : "Siste melding" + "Last message" : "Siste melding", + "Label" : "Etikett", + "Notification settings" : "Innstillinger for notifiseringer", + "Enable" : "Aktiver", + "Disable" : "Deaktiver" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ne.js b/l10n/ne.js new file mode 100644 index 0000000..84ea52f --- /dev/null +++ b/l10n/ne.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Settings" : "सेटिङ्हरू" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ne.json b/l10n/ne.json new file mode 100644 index 0000000..5b6bf99 --- /dev/null +++ b/l10n/ne.json @@ -0,0 +1,4 @@ +{ "translations": { + "Settings" : "सेटिङ्हरू" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js index 2c273b9..4833e1b 100644 --- a/l10n/nn_NO.js +++ b/l10n/nn_NO.js @@ -1,6 +1,10 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Telefon Synkronisering" + "Phone Sync" : "Telefon Synkronisering", + "Cancel" : "Avbryt", + "Settings" : "Instillingar", + "Enable" : "Slå på", + "Disable" : "Slå av" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json index 8958e10..ecee458 100644 --- a/l10n/nn_NO.json +++ b/l10n/nn_NO.json @@ -1,4 +1,8 @@ { "translations": { - "Phone Sync" : "Telefon Synkronisering" + "Phone Sync" : "Telefon Synkronisering", + "Cancel" : "Avbryt", + "Settings" : "Instillingar", + "Enable" : "Slå på", + "Disable" : "Slå av" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/oc.js b/l10n/oc.js new file mode 100644 index 0000000..1127035 --- /dev/null +++ b/l10n/oc.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Anullar", + "Settings" : "Paramètres" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json new file mode 100644 index 0000000..b671952 --- /dev/null +++ b/l10n/oc.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Anullar", + "Settings" : "Paramètres" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/ps.js b/l10n/ps.js new file mode 100644 index 0000000..b59cee6 --- /dev/null +++ b/l10n/ps.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "پرېښول", + "Settings" : "سمونې", + "Enable" : "فعالول" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ps.json b/l10n/ps.json new file mode 100644 index 0000000..0830146 --- /dev/null +++ b/l10n/ps.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "پرېښول", + "Settings" : "سمونې", + "Enable" : "فعالول" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index 27ba62e..adf8fa7 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -1,6 +1,13 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronização de Telemóvel" + "Phone Sync" : "Sincronização de Telemóvel", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Definições", + "Label" : "Legenda", + "Notification settings" : "Definições de notificação", + "Enable" : "Ativar", + "Disable" : "Desativar" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index 1f2dbe1..ae76b20 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -1,4 +1,11 @@ { "translations": { - "Phone Sync" : "Sincronização de Telemóvel" + "Phone Sync" : "Sincronização de Telemóvel", + "Cancel" : "Cancelar", + "Confirm" : "Confirmar", + "Settings" : "Definições", + "Label" : "Legenda", + "Notification settings" : "Definições de notificação", + "Enable" : "Ativar", + "Disable" : "Desativar" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js index a131eff..da9f4a9 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sincronizare telefon" + "Phone Sync" : "Sincronizare telefon", + "Cancel" : "Anulează", + "Confirm" : "Confirmă", + "Settings" : "Setări", + "Label" : "Etichetă", + "Enable" : "Activează", + "Disable" : "Dezactivează" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json index 7bd16de..b8e2a73 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sincronizare telefon" + "Phone Sync" : "Sincronizare telefon", + "Cancel" : "Anulează", + "Confirm" : "Confirmă", + "Settings" : "Setări", + "Label" : "Etichetă", + "Enable" : "Activează", + "Disable" : "Dezactivează" },"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/l10n/ru.js b/l10n/ru.js index 287a4a1..bb07168 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Phone Sync" : "Синхр. телефона", "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком", + "Cancel" : "Отменить", + "Confirm" : "Подтвердить", "No contact found." : "Контактов не найдено", "Settings" : "Параметры", "Invalid message limit" : "Неправильный лимит сообщения", diff --git a/l10n/ru.json b/l10n/ru.json index 06d73ff..c488e09 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,6 +1,8 @@ { "translations": { "Phone Sync" : "Синхр. телефона", "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком", + "Cancel" : "Отменить", + "Confirm" : "Подтвердить", "No contact found." : "Контактов не найдено", "Settings" : "Параметры", "Invalid message limit" : "Неправильный лимит сообщения", diff --git a/l10n/si_LK.js b/l10n/si_LK.js new file mode 100644 index 0000000..043c1ba --- /dev/null +++ b/l10n/si_LK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "අවලංගු කරන්න", + "Settings" : "සැකසුම්", + "Enable" : "සක්‍රිය කරන්න", + "Disable" : "අක්‍රිය කරන්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/si_LK.json b/l10n/si_LK.json new file mode 100644 index 0000000..7b16957 --- /dev/null +++ b/l10n/si_LK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "අවලංගු කරන්න", + "Settings" : "සැකසුම්", + "Enable" : "සක්‍රිය කරන්න", + "Disable" : "අක්‍රිය කරන්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js index c59d4ec..d2627a5 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -2,8 +2,12 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "SMS", + "Cancel" : "Zrušiť", + "Confirm" : "Potvrdiť", "Settings" : "Nastavenia", "Last message" : "Posledná správa", + "Label" : "Štítok", + "Notification settings" : "Nastavenie notifikácií", "Enable" : "Povoliť", "Disable" : "Zakázať" }, diff --git a/l10n/sk.json b/l10n/sk.json index 57096c5..7f57584 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -1,7 +1,11 @@ { "translations": { "Phone Sync" : "SMS", + "Cancel" : "Zrušiť", + "Confirm" : "Potvrdiť", "Settings" : "Nastavenia", "Last message" : "Posledná správa", + "Label" : "Štítok", + "Notification settings" : "Nastavenie notifikácií", "Enable" : "Povoliť", "Disable" : "Zakázať" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/l10n/sl.js b/l10n/sl.js index 22bf456..1c43b29 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -7,8 +7,10 @@ OC.L10N.register( "Settings" : "Nastavitve", "Default country code" : "Privzeta koda države", "Last message" : "Zadnje sporočilo", + "Label" : "Oznaka", "Notification settings" : "Nastavitve obveščanja", "Enable" : "Omogoči", + "Disable" : "Onemogoči", "Reset all messages" : "Ponastavi vsa sporočila", "Please select a conversation from the list to load it." : "Izberite pogovor s seznama." }, diff --git a/l10n/sl.json b/l10n/sl.json index 2620896..6190681 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -5,8 +5,10 @@ "Settings" : "Nastavitve", "Default country code" : "Privzeta koda države", "Last message" : "Zadnje sporočilo", + "Label" : "Oznaka", "Notification settings" : "Nastavitve obveščanja", "Enable" : "Omogoči", + "Disable" : "Onemogoči", "Reset all messages" : "Ponastavi vsa sporočila", "Please select a conversation from the list to load it." : "Izberite pogovor s seznama." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/l10n/sq.js b/l10n/sq.js index 86e336b..2dcc07e 100644 --- a/l10n/sq.js +++ b/l10n/sq.js @@ -1,6 +1,12 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Sinkronizimi i celularit" + "Phone Sync" : "Sinkronizimi i celularit", + "Cancel" : "Anullo", + "Confirm" : "Konfirmo", + "Settings" : "Rregullimet", + "Label" : "Etiketa.", + "Enable" : "Aktivizo", + "Disable" : "Çaktivizoje" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json index 9a621f5..11c70a1 100644 --- a/l10n/sq.json +++ b/l10n/sq.json @@ -1,4 +1,10 @@ { "translations": { - "Phone Sync" : "Sinkronizimi i celularit" + "Phone Sync" : "Sinkronizimi i celularit", + "Cancel" : "Anullo", + "Confirm" : "Konfirmo", + "Settings" : "Rregullimet", + "Label" : "Etiketa.", + "Enable" : "Aktivizo", + "Disable" : "Çaktivizoje" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js new file mode 100644 index 0000000..8bc7232 --- /dev/null +++ b/l10n/sr@latin.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Cancel", + "Settings" : "Postavke" +}, +"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/l10n/sr@latin.json b/l10n/sr@latin.json new file mode 100644 index 0000000..55ec89a --- /dev/null +++ b/l10n/sr@latin.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Cancel", + "Settings" : "Postavke" +},"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/l10n/sv.js b/l10n/sv.js index 97a92d7..b3fe77f 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Phone Sync" : "Phone Sync", "An app to sync SMS with your cloud" : "En app för att synkronisera SMS med ditt moln", + "Cancel" : "Avbryt", + "Confirm" : "Bekräfta", "No contact found." : "Ingen kontakt hittades.", "Settings" : "Inställningar", "Invalid message limit" : "Ogiltig meddelandegräns", diff --git a/l10n/sv.json b/l10n/sv.json index 0db762f..6638e77 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -1,6 +1,8 @@ { "translations": { "Phone Sync" : "Phone Sync", "An app to sync SMS with your cloud" : "En app för att synkronisera SMS med ditt moln", + "Cancel" : "Avbryt", + "Confirm" : "Bekräfta", "No contact found." : "Ingen kontakt hittades.", "Settings" : "Inställningar", "Invalid message limit" : "Ogiltig meddelandegräns", diff --git a/l10n/ta_LK.js b/l10n/ta_LK.js new file mode 100644 index 0000000..6842605 --- /dev/null +++ b/l10n/ta_LK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "இரத்து செய்க", + "Settings" : "அமைப்புகள்", + "Enable" : "இயலச்செய்", + "Disable" : "இயலுமைப்ப" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta_LK.json b/l10n/ta_LK.json new file mode 100644 index 0000000..517f523 --- /dev/null +++ b/l10n/ta_LK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "இரத்து செய்க", + "Settings" : "அமைப்புகள்", + "Enable" : "இயலச்செய்", + "Disable" : "இயலுமைப்ப" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/th.js b/l10n/th.js new file mode 100644 index 0000000..002df7f --- /dev/null +++ b/l10n/th.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "ยกเลิก", + "Settings" : "ตั้งค่า", + "Enable" : "เปิดใช้งาน", + "Disable" : "ปิดใช้งาน" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/th.json b/l10n/th.json new file mode 100644 index 0000000..406f443 --- /dev/null +++ b/l10n/th.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "ยกเลิก", + "Settings" : "ตั้งค่า", + "Enable" : "เปิดใช้งาน", + "Disable" : "ปิดใช้งาน" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/ug.js b/l10n/ug.js new file mode 100644 index 0000000..9173b0b --- /dev/null +++ b/l10n/ug.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "ۋاز كەچ", + "Settings" : "تەڭشەكلەر", + "Enable" : "قوزغات", + "Disable" : "چەكلە" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ug.json b/l10n/ug.json new file mode 100644 index 0000000..e007f20 --- /dev/null +++ b/l10n/ug.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "ۋاز كەچ", + "Settings" : "تەڭشەكلەر", + "Enable" : "قوزغات", + "Disable" : "چەكلە" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/uk.js b/l10n/uk.js index dffcbb5..09f328d 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Phone Sync" : "Синхр. SMS", "An app to sync SMS with your cloud" : "Програма для синхронізації SMS із вашою хмарою.", + "Cancel" : "Скасувати", + "Confirm" : "Підтвердити", "Settings" : "Налаштування", "Invalid message limit" : "Недійсний ліміт повідомлень", "Default country code" : "Код країни за замовчанням", diff --git a/l10n/uk.json b/l10n/uk.json index bb1a17c..3b857bc 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -1,6 +1,8 @@ { "translations": { "Phone Sync" : "Синхр. SMS", "An app to sync SMS with your cloud" : "Програма для синхронізації SMS із вашою хмарою.", + "Cancel" : "Скасувати", + "Confirm" : "Підтвердити", "Settings" : "Налаштування", "Invalid message limit" : "Недійсний ліміт повідомлень", "Default country code" : "Код країни за замовчанням", diff --git a/l10n/ur_PK.js b/l10n/ur_PK.js new file mode 100644 index 0000000..c9e2178 --- /dev/null +++ b/l10n/ur_PK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "منسوخ کریں", + "Settings" : "سیٹینگز" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ur_PK.json b/l10n/ur_PK.json new file mode 100644 index 0000000..774ad34 --- /dev/null +++ b/l10n/ur_PK.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "منسوخ کریں", + "Settings" : "سیٹینگز" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/uz.js b/l10n/uz.js index 73e2f17..426c4e7 100644 --- a/l10n/uz.js +++ b/l10n/uz.js @@ -1,6 +1,9 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Telefonni sinxronlash" + "Phone Sync" : "Telefonni sinxronlash", + "Cancel" : "Bekor qilish", + "Confirm" : "Tasdiqlash", + "Settings" : "Sozlamalar" }, "nplurals=1; plural=0;"); diff --git a/l10n/uz.json b/l10n/uz.json index 71e132f..137dea3 100644 --- a/l10n/uz.json +++ b/l10n/uz.json @@ -1,4 +1,7 @@ { "translations": { - "Phone Sync" : "Telefonni sinxronlash" + "Phone Sync" : "Telefonni sinxronlash", + "Cancel" : "Bekor qilish", + "Confirm" : "Tasdiqlash", + "Settings" : "Sozlamalar" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/vi.js b/l10n/vi.js new file mode 100644 index 0000000..87bdddf --- /dev/null +++ b/l10n/vi.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Hủy bỏ", + "Confirm" : "Xác nhận", + "Settings" : "Thiết lập", + "Enable" : "Kích hoạt", + "Disable" : "Tắt" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/vi.json b/l10n/vi.json new file mode 100644 index 0000000..dee6425 --- /dev/null +++ b/l10n/vi.json @@ -0,0 +1,8 @@ +{ "translations": { + "Cancel" : "Hủy bỏ", + "Confirm" : "Xác nhận", + "Settings" : "Thiết lập", + "Enable" : "Kích hoạt", + "Disable" : "Tắt" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js new file mode 100644 index 0000000..d360a32 --- /dev/null +++ b/l10n/zh_HK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "取消", + "Settings" : "設定", + "Enable" : "啟用", + "Disable" : "停用" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json new file mode 100644 index 0000000..b4e00a8 --- /dev/null +++ b/l10n/zh_HK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "取消", + "Settings" : "設定", + "Enable" : "啟用", + "Disable" : "停用" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 09743d1..7636e93 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -1,6 +1,13 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "手機同步" + "Phone Sync" : "手機同步", + "Cancel" : "取消", + "Confirm" : "確認", + "Settings" : "設定", + "Label" : "標籤", + "Notification settings" : "通知設定", + "Enable" : "啟用", + "Disable" : "停用" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index e8eb8ee..0f3afff 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -1,4 +1,11 @@ { "translations": { - "Phone Sync" : "手機同步" + "Phone Sync" : "手機同步", + "Cancel" : "取消", + "Confirm" : "確認", + "Settings" : "設定", + "Label" : "標籤", + "Notification settings" : "通知設定", + "Enable" : "啟用", + "Disable" : "停用" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file