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