mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
13 lines
488 B
JavaScript
13 lines
488 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Sinhronizacija telefona",
|
|
"Settings" : "Nastavitve",
|
|
"Default country code" : "Privzeta koda države",
|
|
"Notification settings" : "Nastavitve obveščanja",
|
|
"Enable" : "Omogoči",
|
|
"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);");
|