mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
18 lines
521 B
JavaScript
18 lines
521 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefonoa sinkronizatu",
|
|
"Cancel" : "Utzi",
|
|
"Confirm" : "Berretsi",
|
|
"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",
|
|
"Reset all messages" : "Berrezarri mezu guztiak"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|