mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
9 lines
262 B
JavaScript
9 lines
262 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"An app to sync SMS with your cloud" : "Una aplicación pa sincronizar los SMS cola nube",
|
|
"No contact found." : "Nun s'atopó nengún contautu.",
|
|
"Settings" : "Configuración"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|