language_en.js 2.43 KB
Newer Older
Kim Peace committed
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
$.lang.en = {
    "chat_placeholder":"Type message",
    "chat_search_placeholder":"  Search Message",
    "room_search_placeholder":"  Search Room",
    "participants":"Member List",
    "exitRoom":"Exit ",
    "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",
    "okayLabel":"Okay!",
    "completeLabel":"Complete.",
    "thankLabel":"Thank you",
    "startToWorkLabel":"Start to work",
    "groupListKeyword":"Search",
    "userSearch":"User Search",
    "groupSearch":"Group Search",
    "groupPageSubtitle":"Groups",
    "noMessages":"No Messages",
    "image":"Image",
    "chatKeyword":"Search",
    "userListKeyword":"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",
Lee Munkyeong committed
55 56
    "video":"Video",
    "contactListTitle":"Contact",
Lee Munkyeong committed
57 58
    "contactSearch":"Contact search",
    "directMessageChatRoom":"DM",
59 60
    "favorite":"Favorite List",
    "mygroup":"My Group",
Lee Munkyeong committed
61
    "groupChatRoom":"Group"
Kim Peace committed
62
}