mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-11-04 12:27:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			433 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			433 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",
 | 
						|
    "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);");
 |