forked from QuickBlox/q-municate-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Localizable.strings
226 lines (185 loc) · 9.51 KB
/
Localizable.strings
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
/*
Localized.strings
Q-municate
Created by Andrey Ivanov on 05.08.14.
Copyright (c) 2014 Quickblox. All rights reserved.
*/
"QM_STR_OK" = "OK";
"QM_STR_DONE" = "Done";
"QM_STR_SUCCESS" = "Success";
"QM_STR_ERROR" = "Error";
"QM_STR_EMAIL_FIELD_IS_EMPTY" = "Email field is empty";
"QM_STR_USER_WITH_EMAIL_WASNT_FOUND" = "User with email wasn't found";
"QM_STR_FILL_IN_ALL_THE_FIELDS" = "Fill in all the fields";
"QM_STR_PASSWORD_CHANGED" = "Password changed";
"QM_STR_CHECK_INTERNET_CONNECTION" = "Please, check your internet connection";
"QM_STR_CHAT_SERVER_UNAVAILABLE" = "Chat service is temporary unavaliable";
"QM_STR_TYPING" = "typing...";
"QM_STR_MESSAGE_WAS_SENT_TO_YOUR_EMAIL" = "Message was sent to your email. Check it";
"QM_STR_INVITATION_WAS_POSTED_TO_WALL" = "Invitation was posted to wall.";
"QM_STR_THANKS" = "Thanks!";
"QM_STR_PHONE_VERIFICATION" = "Phone verification";
"QM_STR_MAIL_COMPOSER_ERROR_DESCRIPTION" = "We can't send your feedback due to misconfigured email account. Please go to Settings app-> Mail,Contact, Calendars and setup it.";
"QM_STR_CANT_MAKE_CALLS" = "Sorry, you can't make a call until the invitation is accepted";
"QM_STR_CANT_SEND_MESSAGES" = "Sorry, you can't send messages until the invitation is accepted";
// ********** Contact requests notification text: ***************
"QM_STR_FRIEND_REQUEST_DID_SEND_FOR_ME" = "Your request has been sent";
"QM_STR_FRIEND_REQUEST_DID_SEND_FOR_OPPONENT" = "would like to chat with you";
"QM_STR_FRIEND_REQUEST_DID_CONFIRM_FOR_ME" = "You have accepted a request";
"QM_STR_FRIEND_REQUEST_DID_CONFIRM_FOR_OPPONENT" = "Your request has been accepted";
"QM_STR_FRIEND_REQUEST_DID_REJECT_FOR_ME" = "You have rejected a request";
"QM_STR_FRIEND_REQUEST_DID_REJECT_FOR_OPPONENT" = "Your request has been rejected";
"QM_STR_FRIEND_REQUEST_DID_DELETE_FOR_ME" = "You have deleted %@ from your contact list";
"QM_STR_FRIEND_REQUEST_DID_DELETE_FOR_OPPONENT" = "%@ has deleted you from the contact list";
// *********** GROUP NOTIFICATIONS *****************
"QM_STR_ADD_USERS_TO_EXIST_GROUP_CONVERSATION_TEXT" = "%@ has added %@";
"QM_STR_UPDATE_GROUP_NAME_TEXT" = "%@ has changed the chat name to \"%@\".";
"QM_STR_UPDATE_GROUP_AVATAR_TEXT" = "%@ has changed the chat picture.";
"QM_STR_LEAVE_GROUP_CONVERSATION_TEXT" = "%@ has left group chat.";
// *********** CALL NOTIFICATIONS *****************
"QM_STR_OUTGOING_CALL" = "Outgoing Call";
"QM_STR_OUTGOING_VIDEO_CALL" = "Outgoing Video Call";
"QM_STR_INCOMING_CALL" = "Incoming Call";
"QM_STR_INCOMING_VIDEO_CALL" = "Incoming Video Call";
"QM_STR_MISSED_CALL" = "Missed Call";
"QM_STR_MISSED_VIDEO_CALL" = "Missed Video Call";
"QM_STR_NO_ANSWER" = "No Answer";
// *********** Notifications ***********
"QM_STR_REPLY" = "Reply";
// *********** Error handling ***********
"QM_STR_BAD_GATEWAY_ERROR" = "Bad Gateway, please try again";
"QM_STR_CONNECTION_NETWORK_ERROR" = "Connection network error, please try again";
"QM_STR_INCORRECT_USER_DATA_ERROR" = "Incorrect Username or Password";
"QM_STR_UNKNOWN_ERROR" = "Something went wrong. Please try again";
"QM_STR_MAXIMUM_FILE_SIZE" = "The maximum file size is %ld MB";
//Cellular call errors
"QM_STR_CELLULAR_ERROR_CAN_NOT_MAKE_CALL" = "The device can't place a call at this time";
"QM_STR_CELLULAR_ERROR_NOT_SUPPORTED" = "The device doesn't support phone calls";
//Validation Errors
"QM_STR_VALIDATION_ERROR_EMAIL" = "Email format is invalid";
"QM_STR_VALIDATION_ERROR_NOT_ALLOWED_CHARACTER_SINGLE" = "\"%@\" is not allowed";
"QM_STR_VALIDATION_ERROR_NOT_ALLOWED_CHARACTER_PLURAL" = "\"%@\" are not allowed";
"QM_STR_VALIDATION_ERROR_LENGTH_MIN" = "Minimum length for this field is %ld symbol(s)";
"QM_STR_VALIDATION_ERROR_LENGTH_MAX" = "Maximum length for this field is %ld symbols";
//Cellular call errors
"QM_STR_CELLULAR_ERROR_CAN_NOT_MAKE_CALL" = "The device can't place a call at this time";
"QM_STR_CELLULAR_ERROR_NOT_SUPPORTED" = "The device doesn't support phone calls";
// *********** Message Status String Builder ***********
"QM_STR_READ_STATUS" = "Read";
"QM_STR_DELIVERED_STATUS" = "Delivered";
"QM_STR_SEEN_STATUS" = "Seen";
"QM_STR_SENT_STATUS" = "Sent";
"QM_STR_SENDING_STATUS" = "Sending";
"QM_STR_NOT_SENT_STATUS" = "Not sent";
"QM_STR_SEEN_BY_AMOUNT_PEOPLE_STATUS" = "Seen by %tu people";
"QM_STR_READ_BY_AMOUNT_PEOPLE_STATUS" = "Read by %tu people";
"QM_STR_SEEN_BY_NAMES_STATUS" = "Seen: %@";
"QM_STR_READ_BY_NAMES_STATUS" = "Read: %@";
"QM_STR_DELIVERED_TO_AMOUNT_PEOPLE_STATUS" = "Delivered to %tu people";
"QM_STR_DELIVERED_TO_NAMES_STATUS" = "Delivered: %@";
// *********** Dialogs Screen ***********
"QM_STR_LOCAL_SEARCH" = "Local";
"QM_STR_GLOBAL_SEARCH" = "Global";
"QM_STR_SEARCH_BAR_PLACEHOLDER" = "Search";
"QM_STR_CONFIRM_DELETE_DIALOG" = "Do you really want to delete \"%@\" chat?";
// *********** New Message Screen ***********
"QM_STR_NO_CONTACTS" = "You don't have any contacts.";
// *********** New Group Screen ***********
"QM_STR_NAME_FIELD_PLACEHOLDER" = "Group name";
"QM_STR_TAG_FIELD_PLACEHOLDER" = "Enter contact name";
// *********** Chat Screen ***********
"QM_STR_INPUTTOOLBAR_PLACEHOLDER" = "Message";
"QM_STR_GROUP_CHAT_STATUS_STRING" = "%tu members, %tu online";
"QM_STR_SEND" = "Send";
"QM_STR_MESSAGE_DIDNT_SEND" = "Message wasn't sent";
"QM_STR_TRY_AGAIN" = "Try again";
"QM_STR_SHARE" = "Share";
"QM_STR_FORWARD" = "Forward";
// *********** User Status ***********
"QM_STR_ONLINE" = "Online";
"QM_STR_OFFLINE" = "Offline";
"QM_STR_LAST_SEEN" = "Last seen";
"QM_STR_TIME_PREFIX" = "at";
"QM_STR_UNKNOWN_USER" = "Unknown user";
// *********** Navigation ***********
"QM_STR_BACK" = "Back";
// *********** Picker ***********
"QM_STR_TAKE_IMAGE" = "Take image";
"QM_STR_TAKE_MEDIA" = "Take image or video";
"QM_STR_CHOOSE_IMAGE" = "Choose image";
"QM_STR_CHOOSE_MEDIA" = "Choose image or video";
"QM_STR_OPEN_IMAGE" = "Open image";
"QM_STR_OPEN_MEDIA" = "Open image or video";
"QM_STR_LOCATION" = "Location";
"QM_STR_CANCEL" = "Cancel";
// *********** Location ***********
"QM_STR_LOCATION_ERROR" = "Location services error";
"QM_STR_NO_PERMISSIONS_TO_LOCATION" = "The app doesn't have access to the location services, please go to settings and enable it";
// *********** User info ***********
"QM_STR_NONE" = "None";
"QM_STR_CONFIRM_DELETE_CONTACT" = "Do you really want to delete %@ from your contact list?";
"QM_STR_DELETE" = "Delete";
"QM_STR_NO_STATUS_MESSAGE" = "Your status will be here";
// *********** Group info ***********
"QM_STR_MEMBERS" = "MEMBERS";
"QM_STR_CONFIRM_LEAVE" = "Do you really want to leave %@?";
"QM_STR_LEAVE" = "Leave";
// *********** Connection ***********
"QM_STR_CONNECTING" = "Connecting";
"QM_STR_CHAT_CONNECTED" = "Connected";
"QM_STR_CHAT_RECONNECTED" = "Reconnected";
"QM_STR_CHAT_FAILED_TO_CONNECT_WITH_ERROR" = "Chat failed to connect: %@";
"QM_STR_SIGNING_IN" = "Signing in";
"QM_STR_LOADING" = "Loading";
"QM_STR_LOST_INTERNET_CONNECTION" = "Lost internet connection";
"QM_STR_CONNECTION_IN_PROGRESS" = "Connecting to chat service, please wait";
// *********** Update user ***********
"QM_STR_EMAIL" = "Email";
"QM_STR_EMAIL_DESCRIPTION" = "Email should look like an email address\n3-∞ characters\nMandatory";
"QM_STR_FULLNAME" = "Full name";
"QM_STR_FULLNAME_DESCRIPTION" = "Full name is text/numeric field, could contain everything except '<', '>', ';'.\n3-50 characters.\nMandatory.";
"QM_STR_STATUS" = "Status";
"QM_STR_STATUS_DESCRIPTION" = "Short text message that will be displayed in your profile.";
"QM_STR_PASSWORD_DESCRIPTION" = "Text, numeric or symbolic field.\n8-40 characters.\nMandatory.";
"QM_STR_WRONG_OLD_PASSWORD" = "Wrong old password";
"QM_STR_PASSWORD_DONT_MATCH" = "Passwords don't match";
// *********** Calls ***********
"QM_STR_CALL" = "Call";
"QM_STR_INCOMING_CALL" = "Incoming Call";
"QM_STR_INCOMING_VIDEO_CALL" = "Incoming Video Call";
"QM_STR_CALLING" = "Calling";
"QM_STR_VIDEO_CALLING" = "Video Calling";
"QM_STR_MICROPHONE_ERROR" = "Microphone error";
"QM_STR_CAMERA_ERROR" = "Camera error";
"QM_STR_NO_PERMISSIONS_TO_MICROPHONE" = "The app doesn't have access to the microphone, please go to settings and enable it";
"QM_STR_NO_PERMISSIONS_TO_CAMERA" = "The app doesn't have access to the camera, please go to settings and enable it";
"QM_STR_CALL_WAS_CANCELLED" = "Call was cancelled";
"QM_STR_USER_IS_BUSY" = "User is busy";
"QM_STR_BAD_CONNECTION" = "Bad connection";
"QM_STR_LOST_CONNECTION_TRYING_TO_RESUME" = "Lost connection, trying to resume";
"QM_STR_CALL_WAS_STOPPED" = "Call was stopped";
"QM_STR_USER_DOESNT_ANSWER" = "User doesn't answer";
"QM_STR_IS_CALLING_YOU" = "is calling you.";
"QM_STR_SETTINGS" = "Settings";
// *********** Welcome screen ***********
"QM_STR_LOGIN_WITH_FACEBOOK" = "Login with Facebook";
"QM_STR_LOGIN_WITH_EMAIL" = "Login with Email";
// *********** Settings screen ***********
"QM_STR_SHARE_TEXT" = "Check out this awesome app called Q-municate! http://q-municate.com";
"QM_STR_LOGOUT_CONFIRMATION" = "Are you sure you want to logout?";
"QM_STR_LOGOUT" = "Logout";
"QM_STR_VERSION" = "Version";
"QM_STR_POWERED_BY_QUICKBLOX" = "Powered by QuickBlox";
"QM_STR_OPEN_SETTINGS" = "Open Settings";
// *********** Feedback screen ***********
"QM_STR_BUG" = "Bug";
"QM_STR_IMPROVEMENT" = "Improvement";
"QM_STR_SUGGESTION" = "Suggestion";
// *********** EXTENSIONS ***********
// *********** Share extension ***********
"QM_EXT_SHARE_PROCESS_TITLE" = "Processing...";
"QM_EXT_SHARE_SHARING_TITLE" = "Sharing...";
"QM_EXT_SHARE_BAR_BUTTON_TITLE" = "Share";
"QM_EXT_SHARE_COMMON_ERROR" = "Something went wrong";
"QM_EXT_SHARE_SUCESS_MESSAGE" = "Successfully sent";
"QM_EXT_SHARE_NOT_LOGGED_IN_ERROR" = "In order to share you should be logged in to Q-Municate";