mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 02:17:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | |
|     "ocsms",
 | |
|     {
 | |
|     "Phone Sync" : "Synchr. s telefonem",
 | |
|     "An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem",
 | |
|     "Cancel" : "Storno",
 | |
|     "Confirm" : "Potvrdit",
 | |
|     "No contact found." : "Nebyl nalezen žádný kontakt.",
 | |
|     "Settings" : "Nastavení",
 | |
|     "Max messages to load per conversation" : "Pro každou z konverzací načíst zpráv nejvýše",
 | |
|     "Invalid message limit" : "Neplatný limit zprávy",
 | |
|     "Default country code" : "Kód výchozí země",
 | |
|     "Contact ordering" : "Řazení kontaktů",
 | |
|     "Last message" : "Poslední zpráva",
 | |
|     "Label" : "Štítek",
 | |
|     "Reverse ?" : "Obrátit?",
 | |
|     "Notification settings" : "Nastavení upozorňování",
 | |
|     "Enable" : "Zapnout",
 | |
|     "Disable" : "Vypnout",
 | |
|     "Are you sure you want to wipe all your messages ?" : "Opravdu chcete vymazat všechny své zprávy?",
 | |
|     "Reset all messages" : "Resetovat všechny zprávy",
 | |
|     "%s messages shown of %s messages stored in database." : "Zobrazeno %s zpráv ze %s zpráv uložených v databázi.",
 | |
|     "Please select a conversation from the list to load it." : "Pro načtení konverzace ji vyberte ze seznamu."
 | |
| },
 | |
| "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
 |