mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
15 lines
505 B
JavaScript
15 lines
505 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"An app to sync SMS with your cloud" : "Una aplicación pa sincronizar los SMS cola nube",
|
|
"Cancel" : "Encaboxar",
|
|
"Confirm" : "Confirmar",
|
|
"No contact found." : "Nun s'atopó nengún contautu.",
|
|
"Settings" : "Configuración",
|
|
"Invalid message limit" : "La llende de mensaxes ye inválida",
|
|
"Notification settings" : "Configuración de los avisos",
|
|
"Enable" : "Activar",
|
|
"Disable" : "Desactivar"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|