mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
15 lines
416 B
JavaScript
15 lines
416 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefonoa sinkronizatu",
|
|
"No contact found." : "Ez da kontakturik aurkitu.",
|
|
"Settings" : "Ezarpenak",
|
|
"Last message" : "Azken mezua",
|
|
"Label" : "Etiketa",
|
|
"Reverse ?" : "Alderantzikatu ?",
|
|
"Notification settings" : "Jakinarazpen-ezarpenak",
|
|
"Enable" : "Aktibatu",
|
|
"Disable" : "Desaktibatu"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|