mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
14 lines
356 B
JavaScript
14 lines
356 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=2; plural=(n != 1);");
|