mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-30 18:07:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | ||
|     "ocsms",
 | ||
|     {
 | ||
|     "Phone Sync" : "Telefon Eşitleme",
 | ||
|     "An app to sync SMS with your cloud" : "Bu uygulama SMS iletilerini bulutunuz ile eşitlemenizi sağlar",
 | ||
|     "Cancel" : "İptal",
 | ||
|     "Confirm" : "Onayla",
 | ||
|     "No contact found." : "Herhangi bir kişi bulunamadı.",
 | ||
|     "Settings" : "Ayarlar",
 | ||
|     "Max messages to load per conversation" : "Bir görüşmede yüklenecek en fazla ileti sayısı",
 | ||
|     "Invalid message limit" : "İleti sınırı geçersiz",
 | ||
|     "Default country code" : "Varsayılan ülke kodu",
 | ||
|     "Contact ordering" : "Kişi sıralaması",
 | ||
|     "Last message" : "Son ileti",
 | ||
|     "Label" : "Etiket",
 | ||
|     "Reverse ?" : "Ters Sıralı",
 | ||
|     "Notification settings" : "Bildirim ayarları",
 | ||
|     "Enable" : "Etkinleştir",
 | ||
|     "Disable" : "Devre Dışı Bırak",
 | ||
|     "Are you sure you want to wipe all your messages ?" : "Tüm iletileri silmek istediğinize emin misiniz?",
 | ||
|     "Reset all messages" : "Tüm iletileri sıfırla",
 | ||
|     "%s messages shown of %s messages stored in database." : "Veritabanında kayıtlı %s/%s ileti görüntüleniyor.",
 | ||
|     "Please select a conversation from the list to load it." : "Lütfen listeden yüklenecek bir görüşme seçin."
 | ||
| },
 | ||
| "nplurals=2; plural=(n > 1);");
 |