mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
14 lines
395 B
JavaScript
14 lines
395 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|