mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-29 01:17:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | |
|     "ocsms",
 | |
|     {
 | |
|     "Phone Sync" : "휴대폰 동기화",
 | |
|     "An app to sync SMS with your cloud" : "클라우드와 문자 메시지를 동기화하는 앱",
 | |
|     "Cancel" : "취소",
 | |
|     "Confirm" : "확인",
 | |
|     "No contact found." : "연락처를 찾을 수 없습니다.",
 | |
|     "Settings" : "설정",
 | |
|     "Max messages to load per conversation" : "대화에서 불러올 최대 메시지 개수",
 | |
|     "Invalid message limit" : "잘못된 메시지 제한",
 | |
|     "Default country code" : "기본 국가 코드",
 | |
|     "Contact ordering" : "연락처 정렬",
 | |
|     "Last message" : "마지막 메시지",
 | |
|     "Label" : "이름표",
 | |
|     "Reverse ?" : "반전 여부",
 | |
|     "Notification settings" : "알림 설정",
 | |
|     "Enable" : "사용함",
 | |
|     "Disable" : "사용 안함",
 | |
|     "Are you sure you want to wipe all your messages ?" : "모든 메시지를 삭제하시겠습니까?",
 | |
|     "Reset all messages" : "모든 메시지 초기화",
 | |
|     "Please select a conversation from the list to load it." : "메시지를 불러 오려면 대화를 목록에서 선택하십시오."
 | |
| },
 | |
| "nplurals=1; plural=0;");
 |