mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
13 lines
347 B
JavaScript
13 lines
347 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefono Sinkronigo",
|
|
"An app to sync SMS with your cloud" : " Aplikaĵo por sinkronigi SMS al via nubo",
|
|
"Cancel" : "Nuligi",
|
|
"Confirm" : "Konfirmi",
|
|
"Settings" : "Agordoj",
|
|
"Enable" : "Ŝalti la opcion",
|
|
"Disable" : "Malŝalti"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|