mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
[tx-robot] updated from transifex
This commit is contained in:
parent
9024398522
commit
efbc5d8e05
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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;");
|
||||
|
@ -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;"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
9
l10n/az.js
Normal file
9
l10n/az.js
Normal file
@ -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);");
|
7
l10n/az.json
Normal file
7
l10n/az.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Dayandır",
|
||||
"Settings" : "Quraşdırmalar",
|
||||
"Enable" : "İşə sal",
|
||||
"Disable" : "Dayandır"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
7
l10n/be.js
Normal file
7
l10n/be.js
Normal file
@ -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);");
|
5
l10n/be.json
Normal file
5
l10n/be.json
Normal file
@ -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);"
|
||||
}
|
@ -3,6 +3,10 @@ OC.L10N.register(
|
||||
{
|
||||
"Phone Sync" : "Синхронизиране на телефона",
|
||||
"Cancel" : "Отказ",
|
||||
"Settings" : "Настройки"
|
||||
"Confirm" : "Потвърди",
|
||||
"Settings" : "Настройки",
|
||||
"Label" : "Име",
|
||||
"Enable" : "Включване",
|
||||
"Disable" : "Изключване"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
@ -1,6 +1,10 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "Синхронизиране на телефона",
|
||||
"Cancel" : "Отказ",
|
||||
"Settings" : "Настройки"
|
||||
"Confirm" : "Потвърди",
|
||||
"Settings" : "Настройки",
|
||||
"Label" : "Име",
|
||||
"Enable" : "Включване",
|
||||
"Disable" : "Изключване"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
9
l10n/bn_BD.js
Normal file
9
l10n/bn_BD.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "বাতির",
|
||||
"Settings" : "সেটিংস",
|
||||
"Enable" : "সক্রিয় ",
|
||||
"Disable" : "নিষ্ক্রিয়"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
7
l10n/bn_BD.json
Normal file
7
l10n/bn_BD.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "বাতির",
|
||||
"Settings" : "সেটিংস",
|
||||
"Enable" : "সক্রিয় ",
|
||||
"Disable" : "নিষ্ক্রিয়"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
6
l10n/br.js
Normal file
6
l10n/br.js
Normal file
@ -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);");
|
4
l10n/br.json
Normal file
4
l10n/br.json
Normal file
@ -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);"
|
||||
}
|
9
l10n/bs.js
Normal file
9
l10n/bs.js
Normal file
@ -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);");
|
7
l10n/bs.json
Normal file
7
l10n/bs.json
Normal file
@ -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);"
|
||||
}
|
8
l10n/cy_GB.js
Normal file
8
l10n/cy_GB.js
Normal file
@ -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;");
|
6
l10n/cy_GB.json
Normal file
6
l10n/cy_GB.json
Normal file
@ -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;"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Phone Sync" : "Συγχρονισμός τηλεφώνου",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Confirm" : "Επιβεβαίωση",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"Default country code" : "Προεπιλεγμένος κωδικός χώρας",
|
||||
"Last message" : "Τελευταίο μήνυμα",
|
||||
|
@ -1,5 +1,7 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "Συγχρονισμός τηλεφώνου",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Confirm" : "Επιβεβαίωση",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"Default country code" : "Προεπιλεγμένος κωδικός χώρας",
|
||||
"Last message" : "Τελευταίο μήνυμα",
|
||||
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -1,6 +1,11 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Phone Sync" : "همگام سازی تلفن"
|
||||
"Phone Sync" : "همگام سازی تلفن",
|
||||
"Cancel" : "لغو",
|
||||
"Confirm" : "تایید",
|
||||
"Settings" : "تنظیمات",
|
||||
"Enable" : "فعال",
|
||||
"Disable" : "غیرفعال کردن"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
@ -1,4 +1,9 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "همگام سازی تلفن"
|
||||
"Phone Sync" : "همگام سازی تلفن",
|
||||
"Cancel" : "لغو",
|
||||
"Confirm" : "تایید",
|
||||
"Settings" : "تنظیمات",
|
||||
"Enable" : "فعال",
|
||||
"Disable" : "غیرفعال کردن"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
7
l10n/fo.js
Normal file
7
l10n/fo.js
Normal file
@ -0,0 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "strika",
|
||||
"Enable" : "Gilda"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
5
l10n/fo.json
Normal file
5
l10n/fo.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "strika",
|
||||
"Enable" : "Gilda"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -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" : "מגבלת ההודעה שגויה",
|
||||
|
@ -1,6 +1,8 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "סינכרון טלפון",
|
||||
"An app to sync SMS with your cloud" : "יישומון לסנכרון המסרונים עם הענן שלך",
|
||||
"Cancel" : "ביטול",
|
||||
"Confirm" : "אימות",
|
||||
"No contact found." : "לא נמצאו אנשי קשר",
|
||||
"Settings" : "הגדרות",
|
||||
"Invalid message limit" : "מגבלת ההודעה שגויה",
|
||||
|
7
l10n/hy.js
Normal file
7
l10n/hy.js
Normal file
@ -0,0 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "ընդհատել",
|
||||
"Settings" : "կարգավորումներ"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
5
l10n/hy.json
Normal file
5
l10n/hy.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "ընդհատել",
|
||||
"Settings" : "կարգավորումներ"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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;");
|
||||
|
@ -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;"
|
||||
}
|
@ -1,6 +1,12 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Phone Sync" : "ტელეფონის სინქრონიზაცია"
|
||||
"Phone Sync" : "ტელეფონის სინქრონიზაცია",
|
||||
"Cancel" : "უარყოფა",
|
||||
"Confirm" : "დადასტურება",
|
||||
"Settings" : "პარამეტრები",
|
||||
"Label" : "ლეიბლი",
|
||||
"Enable" : "ჩართვა",
|
||||
"Disable" : "გამორთვა"
|
||||
},
|
||||
"nplurals=2; plural=(n!=1);");
|
||||
|
@ -1,4 +1,10 @@
|
||||
{ "translations": {
|
||||
"Phone Sync" : "ტელეფონის სინქრონიზაცია"
|
||||
"Phone Sync" : "ტელეფონის სინქრონიზაცია",
|
||||
"Cancel" : "უარყოფა",
|
||||
"Confirm" : "დადასტურება",
|
||||
"Settings" : "პარამეტრები",
|
||||
"Label" : "ლეიბლი",
|
||||
"Enable" : "ჩართვა",
|
||||
"Disable" : "გამორთვა"
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
}
|
7
l10n/kab.js
Normal file
7
l10n/kab.js
Normal file
@ -0,0 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Sefsex",
|
||||
"Settings" : "Iɣewwaṛen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
5
l10n/kab.json
Normal file
5
l10n/kab.json
Normal file
@ -0,0 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Sefsex",
|
||||
"Settings" : "Iɣewwaṛen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
9
l10n/km.js
Normal file
9
l10n/km.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "បោះបង់",
|
||||
"Settings" : "ការកំណត់",
|
||||
"Enable" : "បើក",
|
||||
"Disable" : "បិទ"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
7
l10n/km.json
Normal file
7
l10n/km.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "បោះបង់",
|
||||
"Settings" : "ការកំណត់",
|
||||
"Enable" : "បើក",
|
||||
"Disable" : "បិទ"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
9
l10n/kn.js
Normal file
9
l10n/kn.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "ರದ್ದು",
|
||||
"Settings" : "ಆಯ್ಕೆ",
|
||||
"Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು",
|
||||
"Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
7
l10n/kn.json
Normal file
7
l10n/kn.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "ರದ್ದು",
|
||||
"Settings" : "ಆಯ್ಕೆ",
|
||||
"Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು",
|
||||
"Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
9
l10n/lb.js
Normal file
9
l10n/lb.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Ofbriechen",
|
||||
"Settings" : "Astellungen",
|
||||
"Enable" : "Aschalten",
|
||||
"Disable" : "Ofschalten"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
7
l10n/lb.json
Normal file
7
l10n/lb.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Ofbriechen",
|
||||
"Settings" : "Astellungen",
|
||||
"Enable" : "Aschalten",
|
||||
"Disable" : "Ofschalten"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
@ -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;");
|
||||
|
@ -1,4 +1,8 @@
|
||||
{ "translations": {
|
||||
"Settings" : "Параметри"
|
||||
"Cancel" : "Откажи",
|
||||
"Confirm" : "Потврди",
|
||||
"Settings" : "Параметри",
|
||||
"Enable" : "Овозможи",
|
||||
"Disable" : "Оневозможи"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
9
l10n/mn.js
Normal file
9
l10n/mn.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "болиулах",
|
||||
"Confirm" : "Батлах",
|
||||
"Settings" : "Тохиргоо",
|
||||
"Label" : "Хаяг"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
7
l10n/mn.json
Normal file
7
l10n/mn.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "болиулах",
|
||||
"Confirm" : "Батлах",
|
||||
"Settings" : "Тохиргоо",
|
||||
"Label" : "Хаяг"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
9
l10n/ms_MY.js
Normal file
9
l10n/ms_MY.js
Normal file
@ -0,0 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Batal",
|
||||
"Settings" : "Tetapan",
|
||||
"Enable" : "Aktif",
|
||||
"Disable" : "Nyahaktif"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
7
l10n/ms_MY.json
Normal file
7
l10n/ms_MY.json
Normal file
@ -0,0 +1,7 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Batal",
|
||||
"Settings" : "Tetapan",
|
||||
"Enable" : "Aktif",
|
||||
"Disable" : "Nyahaktif"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user