language_en.js 4.23 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
$.lang.en = {
    "chat_placeholder":"Type message",
    "chat_search_placeholder":"  Search Message",
    "room_search_placeholder":"  Search Room",
    "roomListTitle":"Room List",
    "deleteRoomTitle":"Delete Room",
    "inviteUsersButton":"invite",
    "inviteUsersTitle":"Invite Member",
    "createRoomTitle":"Create Room",
    "createRoomSubtitle":"Room Name",
    "inviteUsersSubtitle":"Invite User",
    "roomListEmptyString":"There is no room available.",
    "invitedUser":"Invited Users",
    "left":"%@ has left",
    "join":"%@ has joined",
    "added":"%@ has been invited",
    "welcome":"Welcome to %@",
    "userListDivideString":", ",
    "orderByTime":"OrderByTime",
    "orderByUnread":"OrderByUnread",
    "roomKeywordPlaceHolder":"Search",
    "userSearch":"User Search",
    "groupSearch":"Group Search",
    "groupPageSubtitle":"Groups",
    "noMessages":"No Messages",
    "image":"Image",
    "chatKeyword":"Search",
    "newRoomName":"Please input Room Name",
    "everyoneIsHere":"Everyone is in the chat.",
    "people":"people",
    "searchResult":"Results",
    "searchRoomListEmptyString":"No search results.",
    "inputRoomName":"Please enter a room name.",
    "exitRoomTitle":"Do you want to leave this room?",
    "roomDeleteTitle":"Do you want to delete this room?",
    "roomDelete":"Delete",
    "cancelTitle":"No",
    "yesTitle":"Yes",
    "invalidCharacter":"The character ;/?:@&=+$,-_.!~*\'()#\\\"` cannot be included in the roomname.",
    "nameTooLong":"Please enter room name less than 20 characters.",
    "errorDisconnected":"Disconnected from the server.",
    "errorConnect":"There was a problem with the network.\n Please check the connection status of the network.",
    "errorRoomNotFound":"This chat room has already been deleted.",
    "serverErrorOccured":"App will not be able to communicate with the server. \n After a few moments, please try again.",
    "memberDeleteTitle":"Do you want to remove selected members from the list?",
    "photo":"Photo",
    "video":"Video",
    "contactListTitle":"Contact",
    "contactSearch":"Contact search",
    "directMessageChatRoom":"DM",
    "favorite":"Favorite List",
    "mygroup":"My Group",
    "groupChatRoom":"Group",
    "myGroup":"My Group",
    "allGroup":"All Group",
Lee Munkyeong committed
56
    "message_ended" : "End",
57 58 59 60 61 62 63 64
    "returnToRootGroup":"Return to Root Group",
    "returnToParentGroup":"Return to Parent Group",
    "quickBtn":"Quick Button",
    "groupPath":"Group Path",
    "childGroup":"Minor Group",
    "groupUser":" Member List",
    "chat":"Chat",
    "voice":"Call",
65 66 67 68 69 70 71
    "addFavorite":"Add Favorite",
    "archive":"Archive",
    "detail":"Detail",
    "archiveFileName":"File Name",
    "archiveInsertDate":"Save Date",
    "archiveRoomName":"ChatRoom Name",
    "archiveSaveUser":"Save User",
Lee Munkyeong committed
72
    "archiveAttendUser":"Attend User",
Lee Munkyeong committed
73
    "noResult":"there is no search result.",
74 75 76 77 78 79 80 81 82 83
    "searchUserAndGroup":"search user and group.",
    "year":"year",
    "month":"month",
    "day":"day",
    "monday":"monday",
    "thusday":"thusday",
    "wednesday":"wednesday",
    "thursday":"thursday",
    "friday":"friday",
    "saturday":"saturday",
84 85
    "sunday":"sunday",
    "collaboration_start":"collaboration start",
86
    "collaboration_end":"collaboration end",
87
    "notify_not_released" : "It will be released later.",
88
    "error_empty_room_name" : "Please input room name.",
89
    "inform_exit_host_collaboration" : "The host has terminated the collaboration.",
90
    "request_capture" : " request Screen capture.",
91
    "host_change_notify" : "host changed to %@",
92
    "not_support_version" : "did not support this device version.",
93
    "err_target_android_version_not_support" : "did not support document collaboration on this user's device version.",
94
    "not_exist_sharing_call": "Collaboration room was not found. Return to the chat room.",
95
    "err_not_exist_room" : "this room is not exist.",
96
    "norify_request_host_change" : "%@ request host permission \ndo you want to approve?",
97
    "already_exist_collaboration" : "already exist collaboration. do you want finish already exist collaboration and start new one?",
98
    "error_send_video": "Fail to send.",
99 100
    "already_processing_host_request" : "already processing host request",
    "err_weak_network_exit_collaboration" : "network is weak. end Collaboration"
101
}