mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 08:26:15 +00:00
19 lines
765 B
JavaScript
19 lines
765 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Usklajevanje s telefonom",
|
|
"Cancel" : "Prekliči",
|
|
"Confirm" : "Potrdi",
|
|
"Settings" : "Nastavitve",
|
|
"Default country code" : "Privzeta koda države",
|
|
"Last message" : "Zadnje sporočilo",
|
|
"Label" : "Oznaka",
|
|
"Notification settings" : "Nastavitve obveščanja",
|
|
"Enable" : "Omogoči",
|
|
"Disable" : "Onemogoči",
|
|
"Are you sure you want to wipe all your messages ?" : "Ali ste prepričani, da želite trajno izbrisati vsa sporočila?",
|
|
"Reset all messages" : "Ponastavi vsa sporočila",
|
|
"Please select a conversation from the list to load it." : "Izberite pogovor s seznama."
|
|
},
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|