mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-26 17:26:17 +00:00
9 lines
242 B
JavaScript
9 lines
242 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Sincronizar teléfono",
|
|
"An app to sync SMS with your cloud" : "Una app para sincronizar tus SMS con la nube",
|
|
"Settings" : "Configuración"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|