Statistics
| Branch: | Tag: | Revision:

chatsecureios / OTRAssets / Strings / OTRStrings.m @ f3813541

History | View | Annotate | Download (56.6 KB)

1
// DO NOT EDIT THIS FILE. EDIT strings.json then run python StringsConverter.py
2

    
3
#import "OTRStrings.h"
4
#import "OTRLanguageManager_Private.h"
5
/** "About", Title for the about page */
6
NSString* ABOUT_STRING() { return [OTRLanguageManager translatedString:@"About"]; }
7
/** "About This Version", Label for button to show version numbers and licenses */
8
NSString* ABOUT_VERSION_STRING() { return [OTRLanguageManager translatedString:@"About This Version"]; }
9
/** "Accounts", Title for the accounts tab */
10
NSString* ACCOUNTS_STRING() { return [OTRLanguageManager translatedString:@"Accounts"]; }
11
/** "Account", The string describing a buddy's account */
12
NSString* ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"Account"]; }
13
/** "Active", segmented control value for active friends */
14
NSString* ACTIVE_BUDDIES_STRING() { return [OTRLanguageManager translatedString:@"Active"]; }
15
/** "Active", This will be displayed in the UI as 'Active 10m ago'  */
16
NSString* ACTIVE_STRING() { return [OTRLanguageManager translatedString:@"Active"]; }
17
/** "Add Buddy", The title for the view to add a buddy */
18
NSString* ADD_BUDDY_STRING() { return [OTRLanguageManager translatedString:@"Add Buddy"]; }
19
/** "Add Existing Account", Label for button to create account by logging into an existing account */
20
NSString* ADD_EXISTING_STRING() { return [OTRLanguageManager translatedString:@"Add Existing Account"]; }
21
/** "Add", Button title to add someone as a buddy */
22
NSString* ADD_STRING() { return [OTRLanguageManager translatedString:@"Add"]; }
23
/** "Advanced", String to describe advanced set of settings */
24
NSString* ADVANCED_STRING() { return [OTRLanguageManager translatedString:@"Advanced"]; }
25
/** "Restore iTunes backups to new devices", Description for allowing DB passphrase backup */
26
NSString* ALLOW_DB_PASSPHRASE_BACKUP_DESCRIPTION_STRING() { return [OTRLanguageManager translatedString:@"Restore iTunes backups to new devices"]; }
27
/** "Allow Device Migration", Title for allowing DB passphrase backup */
28
NSString* ALLOW_DB_PASSPHRASE_BACKUP_TITLE_STRING() { return [OTRLanguageManager translatedString:@"Allow Device Migration"]; }
29
/** "Archive", Verb. action for archiving an old conversation */
30
NSString* ARCHIVE_ACTION_STRING() { return [OTRLanguageManager translatedString:@"Archive"]; }
31
/** "Archive", Noun. segmented control value for displaying archived conversations */
32
NSString* ARCHIVE_STRING() { return [OTRLanguageManager translatedString:@"Archive"]; }
33
/** "Are you sure?", Shown to confirm destructive actions */
34
NSString* ARE_YOU_SURE_STRING() { return [OTRLanguageManager translatedString:@"Are you sure?"]; }
35
/** "Audio Message", Text for media message summary */
36
NSString* AUDIO_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"Audio Message"]; }
37
/** "Automatic Downloads Disabled", error */
38
NSString* AUTOMATIC_DOWNLOADS_DISABLED_STRING() { return [OTRLanguageManager translatedString:@"Automatic Downloads Disabled"]; }
39
/** "Automatically Fetch Media", Title for other miscellaneous settings group */
40
NSString* AUTO_URL_FETCH_STRING() { return [OTRLanguageManager translatedString:@"Automatically Fetch Media"]; }
41
/** "All incoming messages containing URLs will be fetched by default to show a media preview. This is required for media messaging to work properly. Disable this if you do not trust your contacts.", Title for other miscellaneous settings group */
42
NSString* AUTO_URL_FETCH_WARNING_STRING() { return [OTRLanguageManager translatedString:@"All incoming messages containing URLs will be fetched by default to show a media preview. This is required for media messaging to work properly. Disable this if you do not trust your contacts."]; }
43
/** "Available", Label in buddy list for users that are available */
44
NSString* AVAILABLE_STRING() { return [OTRLanguageManager translatedString:@"Available"]; }
45
/** "Away", Label in buddy list for users that are away */
46
NSString* AWAY_STRING() { return [OTRLanguageManager translatedString:@"Away"]; }
47
/** "Don't change these unless you really know what you're doing. By default we will always select the best available encryption method.",  */
48
NSString* Advanced_Crypto_Warning() { return [OTRLanguageManager translatedString:@"Don't change these unless you really know what you're doing. By default we will always select the best available encryption method."]; }
49
/** "Advanced Encryption Settings",  */
50
NSString* Advanced_Encryption_Settings() { return [OTRLanguageManager translatedString:@"Advanced Encryption Settings"]; }
51
/** "Basic", string to describe basic set of settings */
52
NSString* BASIC_STRING() { return [OTRLanguageManager translatedString:@"Basic"]; }
53
/** "Block & Remove", The String for a buddy to block and remove a buddy from the buddy list */
54
NSString* BLOCK_AND_REMOVE_STRING() { return [OTRLanguageManager translatedString:@"Block & Remove"]; }
55
/** "Block", The String for a button to block a buddy */
56
NSString* BLOCK_STRING() { return [OTRLanguageManager translatedString:@"Block"]; }
57
/** "You and %@ are now friends.", Notification message when buddy has approved you */
58
NSString* BUDDY_APPROVED_STRING() { return [OTRLanguageManager translatedString:@"You and %@ are now friends."]; }
59
/** "Buddy Info", The title for the view that shows detailed buddy info */
60
NSString* BUDDY_INFO_STRING() { return [OTRLanguageManager translatedString:@"Buddy Info"]; }
61
/** "Basic Setup", username section */
62
NSString* Basic_Setup() { return [OTRLanguageManager translatedString:@"Basic Setup"]; }
63
/** "Think of a unique nickname that you don't use anywhere else and doesn't contain personal information.", basic setup selection footer */
64
NSString* Basic_Setup_Hint() { return [OTRLanguageManager translatedString:@"Think of a unique nickname that you don't use anywhere else and doesn't contain personal information."]; }
65
/** "Best Available",  */
66
NSString* Best_Available() { return [OTRLanguageManager translatedString:@"Best Available"]; }
67
/** "Cancel", Cancel an alert window */
68
NSString* CANCEL_STRING() { return [OTRLanguageManager translatedString:@"Cancel"]; }
69
/** "ChatSecure Push", Title for ChatSecure Push (this probably doesnt need to be translated) */
70
NSString* CHATSECURE_PUSH_STRING() { return [OTRLanguageManager translatedString:@"ChatSecure Push"]; }
71
/** "Chats", Title for chats view */
72
NSString* CHATS_STRING() { return [OTRLanguageManager translatedString:@"Chats"]; }
73
/** "Chat", Title for chat view */
74
NSString* CHAT_STRING() { return [OTRLanguageManager translatedString:@"Chat"]; }
75
/** "Compose", Label for text field where you compose a new message */
76
NSString* COMPOSE_STRING() { return [OTRLanguageManager translatedString:@"Compose"]; }
77
/** "Connected", Whether or not account is logged in */
78
NSString* CONNECTED_STRING() { return [OTRLanguageManager translatedString:@"Connected"]; }
79
/** "Connecting", String to state if an account is progress of creating a connection */
80
NSString* CONNECTING_STRING() { return [OTRLanguageManager translatedString:@"Connecting"]; }
81
/** "Connecting to Tor", Message shown when connecting to the Tor network */
82
NSString* CONNECTING_TO_TOR_STRING() { return [OTRLanguageManager translatedString:@"Connecting to Tor"]; }
83
/** "Connect", String for button to connect connect */
84
NSString* CONNECT_STRING() { return [OTRLanguageManager translatedString:@"Connect"]; }
85
/** "Copy Link", Copy link URL to clipboard as in copy and paste */
86
NSString* COPY_LINK_STRING() { return [OTRLanguageManager translatedString:@"Copy Link"]; }
87
/** "Copy", Copy string to clipboard as in copy and paste */
88
NSString* COPY_STRING() { return [OTRLanguageManager translatedString:@"Copy"]; }
89
/** "Could not parse URL.", Error description */
90
NSString* COULD_NOT_PARSE_URL_STRING() { return [OTRLanguageManager translatedString:@"Could not parse URL."]; }
91
/** "Created by", Start of sentence that will be followed by names */
92
NSString* CREATED_BY_STRING() { return [OTRLanguageManager translatedString:@"Created by"]; }
93
/** "Create New Account", Label for button to create a new account via in band registration */
94
NSString* CREATE_NEW_ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"Create New Account"]; }
95
/** "Create", Title for button to create account */
96
NSString* CREATE_STRING() { return [OTRLanguageManager translatedString:@"Create"]; }
97
/** "Creating Account", Title for progress of creating a new account */
98
NSString* CREATING_ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"Creating Account"]; }
99
/** "Custom", Place holder label for custom domains */
100
NSString* CUSTOM_STRING() { return [OTRLanguageManager translatedString:@"Custom"]; }
101
/** "Choose Server", title for server selection screen */
102
NSString* Choose_Server_String() { return [OTRLanguageManager translatedString:@"Choose Server"]; }
103
/** "Could not decrypt database. If the app is not working properly, you may need to delete and reinstall.",  */
104
NSString* Could_Not_Decrypt_Database() { return [OTRLanguageManager translatedString:@"Could not decrypt database. If the app is not working properly, you may need to delete and reinstall."]; }
105
/** "The app crashed last time it was launched. Send a crash report?",  */
106
NSString* Crash_Detected_Message() { return [OTRLanguageManager translatedString:@"The app crashed last time it was launched. Send a crash report?"]; }
107
/** "Crash Detected",  */
108
NSString* Crash_Detected_Title() { return [OTRLanguageManager translatedString:@"Crash Detected"]; }
109
/** "Customize Username", if you want to change your username */
110
NSString* Customize_Username() { return [OTRLanguageManager translatedString:@"Customize Username"]; }
111
/** "Deactivate", e.g. for deactivating your push account */
112
NSString* DEACTIVATE_STRING() { return [OTRLanguageManager translatedString:@"Deactivate"]; }
113
/** "Delete Account", Button to delete account */
114
NSString* DELETE_ACCOUNT_BUTTON_STRING() { return [OTRLanguageManager translatedString:@"Delete Account"]; }
115
/** "Permanently delete", Ask user if they want to delete the stored account information */
116
NSString* DELETE_ACCOUNT_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"Permanently delete"]; }
117
/** "Delete Account?", Ask user if they want to delete the stored account information */
118
NSString* DELETE_ACCOUNT_TITLE_STRING() { return [OTRLanguageManager translatedString:@"Delete Account?"]; }
119
/** "Delete chats on disconnect", Description for automatic conversation deletion */
120
NSString* DELETE_CONVERSATIONS_ON_DISCONNECT_DESCRIPTION_STRING() { return [OTRLanguageManager translatedString:@"Delete chats on disconnect"]; }
121
/** "Auto-delete", Title for automatic conversation deletion setting */
122
NSString* DELETE_CONVERSATIONS_ON_DISCONNECT_TITLE_STRING() { return [OTRLanguageManager translatedString:@"Auto-delete"]; }
123
/** "Delete", action button for deleting something */
124
NSString* DELETE_STRING() { return [OTRLanguageManager translatedString:@"Delete"]; }
125
/** "Delivered", Shows in the chat view when a message has been delivered */
126
NSString* DELIVERED_STRING() { return [OTRLanguageManager translatedString:@"Delivered"]; }
127
/** "Did you know you can now help fund future development directly within the app?", prompt users to donate money */
128
NSString* DID_YOU_KNOW_DONATION_STRING() { return [OTRLanguageManager translatedString:@"Did you know you can now help fund future development directly within the app?"]; }
129
/** "Your donation will help fund the continued development of ChatSecure.", Message shown when about to donate */
130
NSString* DONATE_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"Your donation will help fund the continued development of ChatSecure."]; }
131
/** "Donate", Title for donation link */
132
NSString* DONATE_STRING() { return [OTRLanguageManager translatedString:@"Donate"]; }
133
/** "Done", Title for button to press when user is finished */
134
NSString* DONE_STRING() { return [OTRLanguageManager translatedString:@"Done"]; }
135
/** "Download", Title for button to download something */
136
NSString* DOWNLOAD_STRING() { return [OTRLanguageManager translatedString:@"Download"]; }
137
/** "Do Not Disturb", Default message when a user status is set to do not disturb */
138
NSString* DO_NOT_DISTURB_STRING() { return [OTRLanguageManager translatedString:@"Do Not Disturb"]; }
139
/** "Database Error",  */
140
NSString* Database_Error_String() { return [OTRLanguageManager translatedString:@"Database Error"]; }
141
/** "Edit Account", Button to edit account details */
142
NSString* EDIT_ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"Edit Account"]; }
143
/** "Email", The string describing account name or email address for a buddy */
144
NSString* EMAIL_STRING() { return [OTRLanguageManager translatedString:@"Email"]; }
145
/** "Enable Push in Settings", button for enabling push messages in iOS system settings */
146
NSString* ENABLE_PUSH_IN_SETTINGS_STRING() { return [OTRLanguageManager translatedString:@"Enable Push in Settings"]; }
147
/** "Enable Push", button for enabling push messages */
148
NSString* ENABLE_PUSH_STRING() { return [OTRLanguageManager translatedString:@"Enable Push"]; }
149
/** "Encryption Error", Generic title for encryption errors */
150
NSString* ENCRYPTION_ERROR_STRING() { return [OTRLanguageManager translatedString:@"Encryption Error"]; }
151
/** "Enter a group name", The placeholder text for the text field to enter a group chat name or label */
152
NSString* ENTER_GROUP_NAME_STRING() { return [OTRLanguageManager translatedString:@"Enter a group name"]; }
153
/** "Error Creating Account", title label for error when creating account */
154
NSString* ERROR_CREATING_ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"Error Creating Account"]; }
155
/** "Error", Title of error message pop-up box */
156
NSString* ERROR_STRING() { return [OTRLanguageManager translatedString:@"Error"]; }
157
/** "Extended Away", Default message when a user status is set to extended away */
158
NSString* EXTENDED_AWAY_STRING() { return [OTRLanguageManager translatedString:@"Extended Away"]; }
159
/** "Enable", enable permission */
160
NSString* Enable_String() { return [OTRLanguageManager translatedString:@"Enable"]; }
161
/** "Enable Tor",  */
162
NSString* Enable_Tor_String() { return [OTRLanguageManager translatedString:@"Enable Tor"]; }
163
/** "Facebook", the name for facebook */
164
NSString* FACEBOOK_STRING() { return [OTRLanguageManager translatedString:@"Facebook"]; }
165
/** "File exceeds maximum size.", Error string for when file is too big. */
166
NSString* FILE_EXCEEDS_MAX_SIZE_STRING() { return [OTRLanguageManager translatedString:@"File exceeds maximum size."]; }
167
/** "File Message", Text for file message summary */
168
NSString* FILE_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"File Message"]; }
169
/** "File not found.", Error */
170
NSString* FILE_NOT_FOUND_STRING() { return [OTRLanguageManager translatedString:@"File not found."]; }
171
/** "Fix Background Fetch...", prompt to fix background fetch */
172
NSString* FIX_BACKGROUND_FETCH_STRING() { return [OTRLanguageManager translatedString:@"Fix Background Fetch..."]; }
173
/** "Fix Permissions...", prompt to fix permissions */
174
NSString* FIX_PERMISSIONS_STRING() { return [OTRLanguageManager translatedString:@"Fix Permissions..."]; }
175
/** "Because the database contents is encrypted with your passphrase, you've lost access to your data and will need to delete and reinstall ChatSecure to continue. Password managers like 1Password or MiniKeePass can be helpful for generating and storing strong passwords.", Text describing what happens when the user has forgotten the passphrase */
176
NSString* FORGOT_PASSPHRASE_INFO_STRING() { return [OTRLanguageManager translatedString:@"Because the database contents is encrypted with your passphrase, you've lost access to your data and will need to delete and reinstall ChatSecure to continue. Password managers like 1Password or MiniKeePass can be helpful for generating and storing strong passwords."]; }
177
/** "Forgot Passphrase?", Label for button when you've forgotten the passphrase */
178
NSString* FORGOT_PASSPHRASE_STRING() { return [OTRLanguageManager translatedString:@"Forgot Passphrase?"]; }
179
/** "GitHub", Name of popular web based hosting service */
180
NSString* GITHUB_STRING() { return [OTRLanguageManager translatedString:@"GitHub"]; }
181
/** "Google Talk", the name for Google talk */
182
NSString* GOOGLE_TALK_STRING() { return [OTRLanguageManager translatedString:@"Google Talk"]; }
183
/** "Group Chat", a subtitle label for a group chat */
184
NSString* GROUP_CHAT_STRING() { return [OTRLanguageManager translatedString:@"Group Chat"]; }
185
/** "you", This will be shown after your own JID in the group profile view */
186
NSString* GROUP_INFO_YOU() { return [OTRLanguageManager translatedString:@"you"]; }
187
/** "Group Name", The title for the view to enter a group chat name or label */
188
NSString* GROUP_NAME_STRING() { return [OTRLanguageManager translatedString:@"Group Name"]; }
189
/** "Generate Secure Password", whether or not we should generate a strong password for them */
190
NSString* Generate_Secure_Password() { return [OTRLanguageManager translatedString:@"Generate Secure Password"]; }
191
/** "We can automatically generate you a secure password. If you choose your own, make sure it's a unique password you don't use anywhere else.", help text for password generator */
192
NSString* Generate_Secure_Password_Hint() { return [OTRLanguageManager translatedString:@"We can automatically generate you a secure password. If you choose your own, make sure it's a unique password you don't use anywhere else."]; }
193
/** "Help Translate", Label for button to open link to translate app */
194
NSString* HELP_TRANSLATE_STRING() { return [OTRLanguageManager translatedString:@"Help Translate"]; }
195
/** "Hold to talk", Label for button to hold to record audio */
196
NSString* HOLD_TO_TALK_STRING() { return [OTRLanguageManager translatedString:@"Hold to talk"]; }
197
/** "Hostname", Label text for hostname field on login scree */
198
NSString* HOSTNAME_STRING() { return [OTRLanguageManager translatedString:@"Hostname"]; }
199
/** "Inbox", segmented control value for active conversations */
200
NSString* INBOX_STRING() { return [OTRLanguageManager translatedString:@"Inbox"]; }
201
/** "Incoming", Label for incoming data transfers */
202
NSString* INCOMING_STRING() { return [OTRLanguageManager translatedString:@"Incoming"]; }
203
/** "Info", Short for information, button title to get more information */
204
NSString* INFO_STRING() { return [OTRLanguageManager translatedString:@"Info"]; }
205
/** "Please choose a valid email address", detail title label for invalid email */
206
NSString* INVALID_EMAIL_DETAIL_STRING() { return [OTRLanguageManager translatedString:@"Please choose a valid email address"]; }
207
/** "Invalid Email", title label for invalid email */
208
NSString* INVALID_EMAIL_TITLE_STRING() { return [OTRLanguageManager translatedString:@"Invalid Email"]; }
209
/** "Invite Friends", Button to invite friends */
210
NSString* INVITE_FRIENDS_STRING() { return [OTRLanguageManager translatedString:@"Invite Friends"]; }
211
/** "Share Invite", Label for inviting friends via URL */
212
NSString* INVITE_LINK_STRING() { return [OTRLanguageManager translatedString:@"Share Invite"]; }
213
/** "The XMPP server does not support in-band registration", Error message for when in band registration is not supported */
214
NSString* IN_BAND_ERROR_STRING() { return [OTRLanguageManager translatedString:@"The XMPP server does not support in-band registration"]; }
215
/** "Jabber (XMPP)", the name for jabber, also include (XMPP) at the end */
216
NSString* JABBER_STRING() { return [OTRLanguageManager translatedString:@"Jabber (XMPP)"]; }
217
/** "Join Group", Text for joining existing XMPP room */
218
NSString* JOIN_GROUP_STRING() { return [OTRLanguageManager translatedString:@"Join Group"]; }
219
/** "Knock Sent", Text for label after knock is sent. Like knocking on a door */
220
NSString* KNOCK_SENT_STRING() { return [OTRLanguageManager translatedString:@"Knock Sent"]; }
221
/** "Knock", Label for button after to send push notification knock. Like knocking on a door */
222
NSString* KNOCK_STRING() { return [OTRLanguageManager translatedString:@"Knock"]; }
223
/** "Language", string to bring up language selector */
224
NSString* LANGUAGE_STRING() { return [OTRLanguageManager translatedString:@"Language"]; }
225
/** "Login Automatically", Label for account setting that autologins on launch */
226
NSString* LOGIN_AUTOMATICALLY_STRING() { return [OTRLanguageManager translatedString:@"Login Automatically"]; }
227
/** "Log In", log in to account */
228
NSString* LOGIN_STRING() { return [OTRLanguageManager translatedString:@"Log In"]; }
229
/** "Log Out", log out from account */
230
NSString* LOGOUT_STRING() { return [OTRLanguageManager translatedString:@"Log Out"]; }
231
/** "Manage ChatSecure Push account", Title for button to manage ChatSecure Push account */
232
NSString* MANAGE_CHATSECURE_PUSH_ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"Manage ChatSecure Push account"]; }
233
/** "Manage My Keys", Button to manage your OTR and OMEMO keys */
234
NSString* MANAGE_MY_KEYS() { return [OTRLanguageManager translatedString:@"Manage My Keys"]; }
235
/** "Maybe Later", button to do something later */
236
NSString* MAYBE_LATER_STRING() { return [OTRLanguageManager translatedString:@"Maybe Later"]; }
237
/** "The message could not be sent because this contact cannot receive your messages at this time. This could occur because they are offline, or if you are not authorized to send them messages.", Explanation for why a message could not be sent. */
238
NSString* MESSAGE_COULD_NOT_BE_SENT_STRING() { return [OTRLanguageManager translatedString:@"The message could not be sent because this contact cannot receive your messages at this time. This could occur because they are offline, or if you are not authorized to send them messages."]; }
239
/** "Notify Contacts of New Account", Title for toggle switch to spam your friends with your new account info */
240
NSString* MESSAGE_FRIENDS_WITH_NEW_INFO_STRING() { return [OTRLanguageManager translatedString:@"Notify Contacts of New Account"]; }
241
/** "Ignore", Button to ignore the migrated buddy warning */
242
NSString* MIGRATED_BUDDY_IGNORE() { return [OTRLanguageManager translatedString:@"Ignore"]; }
243
/** "Your buddy has a different forwarding address than the jid you are currently chatting with. Do you want to switch to this account instead?", Explanation that buddy has a different prefered jid in the vcard */
244
NSString* MIGRATED_BUDDY_INFO_STRING() { return [OTRLanguageManager translatedString:@"Your buddy has a different forwarding address than the jid you are currently chatting with. Do you want to switch to this account instead?"]; }
245
/** "Buddy has moved!", Title for migrated buddy header view */
246
NSString* MIGRATED_BUDDY_STRING() { return [OTRLanguageManager translatedString:@"Buddy has moved!"]; }
247
/** "Switch", Button to switch the chat over to the migrated account */
248
NSString* MIGRATED_BUDDY_SWITCH() { return [OTRLanguageManager translatedString:@"Switch"]; }
249
/** "Migrate Account", Title for button to start migration tool */
250
NSString* MIGRATE_ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"Migrate Account"]; }
251
/** "We will automatically migrate your contacts from your old account to the new one, and archive your old conversations.\n\nIf you'd like, we can also notify your existing contacts that your account has moved.", Description detail text for account migration form */
252
NSString* MIGRATION_FORM_DETAIL_STRING() { return [OTRLanguageManager translatedString:@"We will automatically migrate your contacts from your old account to the new one, and archive your old conversations.\n\nIf you'd like, we can also notify your existing contacts that your account has moved."]; }
253
/** "Your account currently lives on the %1$@ servers. That chat service is no longer in service, so we're going to help move your account to a new server.", Explanation for why migration is needed */
254
NSString* MIGRATION_INFO_STRING() { return [OTRLanguageManager translatedString:@"Your account currently lives on the %1$@ servers. That chat service is no longer in service, so we're going to help move your account to a new server."]; }
255
/** "Your account currently lives on the %1$@ servers. That chat service is closing on %2$@, so we're going to help move your account to a new server.", Explanation for why migration is needed, contains a shutdown date */
256
NSString* MIGRATION_INFO_WITH_DATE_STRING() { return [OTRLanguageManager translatedString:@"Your account currently lives on the %1$@ servers. That chat service is closing on %2$@, so we're going to help move your account to a new server."]; }
257
/** "Your account has expired.", Explanation that your account has expired and you need to migrate */
258
NSString* MIGRATION_NOTIFICATION_STRING() { return [OTRLanguageManager translatedString:@"Your account has expired."]; }
259
/** "Your account is expiring in '%1$d' days.", Explanation that your account has expired and you need to migrate, contains a shutdown date */
260
NSString* MIGRATION_NOTIFICATION_WITH_DATE_STRING() { return [OTRLanguageManager translatedString:@"Your account is expiring in '%1$d' days."]; }
261
/** "Get Started", Title for button to start migration tool */
262
NSString* MIGRATION_START_STRING() { return [OTRLanguageManager translatedString:@"Get Started"]; }
263
/** "It's time to move!", Title for migration header view */
264
NSString* MIGRATION_STRING() { return [OTRLanguageManager translatedString:@"It's time to move!"]; }
265
/** "More Ways to Help", button for additional ways to help support development of the app */
266
NSString* MORE_WAYS_TO_HELP_STRING() { return [OTRLanguageManager translatedString:@"More Ways to Help"]; }
267
/** "My new account information", label for new account info for migration */
268
NSString* MY_NEW_ACCOUNT_INFO_STRING() { return [OTRLanguageManager translatedString:@"My new account information"]; }
269
/** "My QR Code", Your QR code */
270
NSString* MY_QR_CODE() { return [OTRLanguageManager translatedString:@"My QR Code"]; }
271
/** "Me",  */
272
NSString* Me_String() { return [OTRLanguageManager translatedString:@"Me"]; }
273
/** "Microphone Disabled", microphone permission is disabled */
274
NSString* Microphone_Disabled() { return [OTRLanguageManager translatedString:@"Microphone Disabled"]; }
275
/** "To use this feature you must re-enable microphone permissions.", microphone permission is disabled */
276
NSString* Microphone_Reenable_Please() { return [OTRLanguageManager translatedString:@"To use this feature you must re-enable microphone permissions."]; }
277
/** "Name", The string describing a buddy's display name */
278
NSString* NAME_STRING() { return [OTRLanguageManager translatedString:@"Name"]; }
279
/** "New Account", Title for New Account View */
280
NSString* NEW_ACCOUNT_STRING() { return [OTRLanguageManager translatedString:@"New Account"]; }
281
/** "New SSL Certificate", Title for alert when a new SSL certificate is encountered */
282
NSString* NEW_CERTIFICATE_STRING() { return [OTRLanguageManager translatedString:@"New SSL Certificate"]; }
283
/** "New Message!", when a new message notification is received */
284
NSString* NEW_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"New Message!"]; }
285
/** "New", For a new settings value */
286
NSString* NEW_STRING() { return [OTRLanguageManager translatedString:@"New"]; }
287
/** "Next", Label for button to go to next step */
288
NSString* NEXT_STRING() { return [OTRLanguageManager translatedString:@"Next"]; }
289
/** "We could not find any trusted devices for this account.", Error message for not finding any devices */
290
NSString* NO_DEVICES_ACCOUNT_ERROR_STRING() { return [OTRLanguageManager translatedString:@"We could not find any trusted devices for this account."]; }
291
/** "We could not find any trusted devices for this contact.", Error message for not finding any devices */
292
NSString* NO_DEVICES_BUDDY_ERROR_STRING() { return [OTRLanguageManager translatedString:@"We could not find any trusted devices for this contact."]; }
293
/** "No HTTP upload servers found.", Error string for when there are no XEP-0363 upload servers. */
294
NSString* NO_HTTP_UPLOAD_SERVERS_STRING() { return [OTRLanguageManager translatedString:@"No HTTP upload servers found."]; }
295
/** "Nickname", for choosing your XMPP vCard display name */
296
NSString* Nickname_String() { return [OTRLanguageManager translatedString:@"Nickname"]; }
297
/** "Offline", Label in buddy list for users that are offline */
298
NSString* OFFLINE_STRING() { return [OTRLanguageManager translatedString:@"Offline"]; }
299
/** "OK", Accept the dialog */
300
NSString* OK_STRING() { return [OTRLanguageManager translatedString:@"OK"]; }
301
/** "Old", For an old settings value */
302
NSString* OLD_STRING() { return [OTRLanguageManager translatedString:@"Old"]; }
303
/** "You're ready to use", String used when onboarding works */
304
NSString* ONBOARDING_SUCCESS_STRING() { return [OTRLanguageManager translatedString:@"You're ready to use"]; }
305
/** "Open in Chrome", Label to open link in the chrome web browser */
306
NSString* OPEN_IN_CHROME() { return [OTRLanguageManager translatedString:@"Open in Chrome"]; }
307
/** "Open in Facebook", Label for button to open link in facebook app */
308
NSString* OPEN_IN_FACEBOOK_STRING() { return [OTRLanguageManager translatedString:@"Open in Facebook"]; }
309
/** "Open in Safari", Label to open link in the Safari web browser */
310
NSString* OPEN_IN_SAFARI() { return [OTRLanguageManager translatedString:@"Open in Safari"]; }
311
/** "Open in Twitter", Label for button to open link in twitter app */
312
NSString* OPEN_IN_TWITTER_STRING() { return [OTRLanguageManager translatedString:@"Open in Twitter"]; }
313
/** "Optional", Hint text for domain field telling user this field is not required */
314
NSString* OPTIONAL_STRING() { return [OTRLanguageManager translatedString:@"Optional"]; }
315
/** "Other", Title for other miscellaneous settings group */
316
NSString* OTHER_STRING() { return [OTRLanguageManager translatedString:@"Other"]; }
317
/** "Message has not been sent because our buddy has ended the private conversation. We should either close the connection, or refresh it.", Error string for OTR message string */
318
NSString* OTRL_MSGEVENT_CONNECTION_ENDED_STRING() { return [OTRLanguageManager translatedString:@"Message has not been sent because our buddy has ended the private conversation. We should either close the connection, or refresh it."]; }
319
/** "An error occured while encrypting a message and the message was not sent.", Error string for OTR message string */
320
NSString* OTRL_MSGEVENT_ENCRYPTION_ERROR_STRING() { return [OTRLanguageManager translatedString:@"An error occured while encrypting a message and the message was not sent."]; }
321
/** "Our policy requires encryption but we are trying to send an unencrypted message out.", Error string for OTR message string */
322
NSString* OTRL_MSGEVENT_ENCRYPTION_REQUIRED_STRING() { return [OTRLanguageManager translatedString:@"Our policy requires encryption but we are trying to send an unencrypted message out."]; }
323
/** "Received a heartbeat.", Error string for OTR message string */
324
NSString* OTRL_MSGEVENT_LOG_HEARTBEAT_RCVD_STRING() { return [OTRLanguageManager translatedString:@"Received a heartbeat."]; }
325
/** "Sent a heartbeat.", Error string for OTR message string */
326
NSString* OTRL_MSGEVENT_LOG_HEARTBEAT_SENT_STRING() { return [OTRLanguageManager translatedString:@"Sent a heartbeat."]; }
327
/** "Received our own OTR messages.", Error string for OTR message string */
328
NSString* OTRL_MSGEVENT_MSG_REFLECTED_STRING() { return [OTRLanguageManager translatedString:@"Received our own OTR messages."]; }
329
/** "The previous message was resent.", Error string for OTR message string */
330
NSString* OTRL_MSGEVENT_MSG_RESENT_STRING() { return [OTRLanguageManager translatedString:@"The previous message was resent."]; }
331
/** "Received and discarded a message intended for another instance.", Error string for OTR message string */
332
NSString* OTRL_MSGEVENT_RCVDMSG_FOR_OTHER_INSTANCE_STRING() { return [OTRLanguageManager translatedString:@"Received and discarded a message intended for another instance."]; }
333
/** "Received a general OTR error.", Error string for OTR message string */
334
NSString* OTRL_MSGEVENT_RCVDMSG_GENERAL_ERR_STRING() { return [OTRLanguageManager translatedString:@"Received a general OTR error."]; }
335
/** "The message received contains malformed data.", Error string for OTR message string */
336
NSString* OTRL_MSGEVENT_RCVDMSG_MALFORMED_STRING() { return [OTRLanguageManager translatedString:@"The message received contains malformed data."]; }
337
/** "Received an encrypted message but cannot read it because no private connection is established yet.", Error string for OTR message string */
338
NSString* OTRL_MSGEVENT_RCVDMSG_NOT_IN_PRIVATE_STRING() { return [OTRLanguageManager translatedString:@"Received an encrypted message but cannot read it because no private connection is established yet."]; }
339
/** "Received an unencrypted message.", Error string for OTR message string */
340
NSString* OTRL_MSGEVENT_RCVDMSG_UNENCRYPTED_STRING() { return [OTRLanguageManager translatedString:@"Received an unencrypted message."]; }
341
/** "Cannot read the received message.", Error string for OTR message string */
342
NSString* OTRL_MSGEVENT_RCVDMSG_UNREADABLE_STRING() { return [OTRLanguageManager translatedString:@"Cannot read the received message."]; }
343
/** "Cannot recognize the type of OTR message received.", Error string for OTR message string */
344
NSString* OTRL_MSGEVENT_RCVDMSG_UNRECOGNIZED_STRING() { return [OTRLanguageManager translatedString:@"Cannot recognize the type of OTR message received."]; }
345
/** "A private conversation could not be set up.", Error string for OTR message string */
346
NSString* OTRL_MSGEVENT_SETUP_ERROR_STRING() { return [OTRLanguageManager translatedString:@"A private conversation could not be set up."]; }
347
/** "Password", Label text for password field on login screen */
348
NSString* PASSWORD_STRING() { return [OTRLanguageManager translatedString:@"Password"]; }
349
/** "This device doesn't seem to be configured to make payments.", Error message when trying to make a purchase but payments haven't been set up yet */
350
NSString* PAYMENTS_SETUP_ERROR_STRING() { return [OTRLanguageManager translatedString:@"This device doesn't seem to be configured to make payments."]; }
351
/** "Payments Unavailable", Title for alert when user isn't allowed to make payments */
352
NSString* PAYMENTS_UNAVAILABLE_STRING() { return [OTRLanguageManager translatedString:@"Payments Unavailable"]; }
353
/** "Pending Approval", String for XMPP buddies when adding buddy is pending */
354
NSString* PENDING_APPROVAL_STRING() { return [OTRLanguageManager translatedString:@"Pending Approval"]; }
355
/** "Photo Library", Label for button to open up photo library and choose photo */
356
NSString* PHOTO_LIBRARY_STRING() { return [OTRLanguageManager translatedString:@"Photo Library"]; }
357
/** "Picture Message", Text for media message summary */
358
NSString* PICTURE_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"Picture Message"]; }
359
/** "Manage saved SSL certificates", subtitle for the certificate pinned setting */
360
NSString* PINNED_CERTIFICATES_DESCRIPTION_STRING() { return [OTRLanguageManager translatedString:@"Manage saved SSL certificates"]; }
361
/** "Pinned Certificates", Button Lable to show all pinned SSL certificates */
362
NSString* PINNED_CERTIFICATES_STRING() { return [OTRLanguageManager translatedString:@"Pinned Certificates"]; }
363
/** "Please contact your server administrator.", Error string for when there is a server configuration error. */
364
NSString* PLEASE_CONTACT_SERVER_OP_STRING() { return [OTRLanguageManager translatedString:@"Please contact your server administrator."]; }
365
/** "Port", Label for port number field for connecting to service */
366
NSString* PORT_STRING() { return [OTRLanguageManager translatedString:@"Port"]; }
367
/** "Could not retrieve public key from certificate", Error message when cannot get public key from SSL certificate */
368
NSString* PUBLIC_KEY_ERROR_STRING() { return [OTRLanguageManager translatedString:@"Could not retrieve public key from certificate"]; }
369
/** "Push", Title for push-messaging related settings */
370
NSString* PUSH_TITLE_STRING() { return [OTRLanguageManager translatedString:@"Push"]; }
371
/** "Push Warning", Button title to show more information about Push messaging might not be working */
372
NSString* PUSH_WARNING_STRING() { return [OTRLanguageManager translatedString:@"Push Warning"]; }
373
/** "Plaintext Only",  */
374
NSString* Plaintext_Only() { return [OTRLanguageManager translatedString:@"Plaintext Only"]; }
375
/** "Plaintext (Opportunistic OTR)",  */
376
NSString* Plaintext_Opportunistic_OTR() { return [OTRLanguageManager translatedString:@"Plaintext (Opportunistic OTR)"]; }
377
/** "Profile", title for contacts profile view */
378
NSString* Profile_String() { return [OTRLanguageManager translatedString:@"Profile"]; }
379
/** "QR code", Label for qr code image */
380
NSString* QR_CODE_STRING() { return [OTRLanguageManager translatedString:@"QR code"]; }
381
/** "Recent", Title for header of Buddy list view with Recent Buddies */
382
NSString* RECENT_STRING() { return [OTRLanguageManager translatedString:@"Recent"]; }
383
/** "Reject", Button title to reject a request such as a buddy request */
384
NSString* REJECT_STRING() { return [OTRLanguageManager translatedString:@"Reject"]; }
385
/** "Release to delete", Label for instruction to delete current recording */
386
NSString* RELEASE_TO_DELETE_STRING() { return [OTRLanguageManager translatedString:@"Release to delete"]; }
387
/** "Release to send", Label for instruction to send current audio */
388
NSString* RELEASE_TO_SEND_STRING() { return [OTRLanguageManager translatedString:@"Release to send"]; }
389
/** "Your password will be stored in the iOS Keychain of this device only, and is only as safe as your device passphrase or pin. However, it will not persist during a device backup/restore via iTunes, so please don't forget it, or you may lose your conversation history.", Text that describes what remembering your passphrase does */
390
NSString* REMEMBER_PASSPHRASE_INFO_STRING() { return [OTRLanguageManager translatedString:@"Your password will be stored in the iOS Keychain of this device only, and is only as safe as your device passphrase or pin. However, it will not persist during a device backup/restore via iTunes, so please don't forget it, or you may lose your conversation history."]; }
391
/** "Remember Passphrase", Label for switch to save passphrase */
392
NSString* REMEMBER_PASSPHRASE_STRING() { return [OTRLanguageManager translatedString:@"Remember Passphrase"]; }
393
/** "Remember password", label for switch for whether or not we should save their password between launches */
394
NSString* REMEMBER_PASSWORD_STRING() { return [OTRLanguageManager translatedString:@"Remember password"]; }
395
/** "Remove", The String for a button to remove a buddy from the buddy list */
396
NSString* REMOVE_STRING() { return [OTRLanguageManager translatedString:@"Remove"]; }
397
/** "Reply", Reply to an incoming message */
398
NSString* REPLY_STRING() { return [OTRLanguageManager translatedString:@"Reply"]; }
399
/** "Required", String to let user know a certain field like a password is required to create an account */
400
NSString* REQUIRED_STRING() { return [OTRLanguageManager translatedString:@"Required"]; }
401
/** "Resending this message will use %@.", Describe what resending will do the %@ will be replaced withe the method OTR/OMEMO/Plaintext */
402
NSString* RESEND_DESCRIPTION_STRING() { return [OTRLanguageManager translatedString:@"Resending this message will use %@."]; }
403
/** "Resend Message", Ttitle for alert view to resend a message */
404
NSString* RESEND_MESSAGE_TITLE() { return [OTRLanguageManager translatedString:@"Resend Message"]; }
405
/** "Resend", Label for button to resend message. */
406
NSString* RESEND_STRING() { return [OTRLanguageManager translatedString:@"Resend"]; }
407
/** "Reset", e.g. for resetting push account */
408
NSString* RESET_STRING() { return [OTRLanguageManager translatedString:@"Reset"]; }
409
/** "Resource", Label for text input for XMPP resource */
410
NSString* RESOURCE_STRING() { return [OTRLanguageManager translatedString:@"Resource"]; }
411
/** "Removed By Server",  */
412
NSString* Removed_By_Server() { return [OTRLanguageManager translatedString:@"Removed By Server"]; }
413
/** "Saved Certificates", Title for listing the user saved SSL certificates */
414
NSString* SAVED_CERTIFICATES_STRING() { return [OTRLanguageManager translatedString:@"Saved Certificates"]; }
415
/** "Save", Title for button for saving a setting */
416
NSString* SAVE_STRING() { return [OTRLanguageManager translatedString:@"Save"]; }
417
/** "Scan QR", Label for sharing via QR Code */
418
NSString* SCAN_QR_STRING() { return [OTRLanguageManager translatedString:@"Scan QR"]; }
419
/** "Search", Label for text field where you search for a buddy */
420
NSString* SEARCH_STRING() { return [OTRLanguageManager translatedString:@"Search"]; }
421
/** "Security", Title heading in settings */
422
NSString* SECURITY_STRING() { return [OTRLanguageManager translatedString:@"Security"]; }
423
/** "Security Warning", Title of alert box warning about security issues */
424
NSString* SECURITY_WARNING_STRING() { return [OTRLanguageManager translatedString:@"Security Warning"]; }
425
/** "Sending", Label text for when a transfer is in progress (normally followed by a percent value 34%) */
426
NSString* SENDING_STRING() { return [OTRLanguageManager translatedString:@"Sending"]; }
427
/** "Send %@ encrypted message", The placeholder text in the chat view where the message should go */
428
NSString* SEND_ENCRYPTED_STRING() { return [OTRLanguageManager translatedString:@"Send %@ encrypted message"]; }
429
/** "Send Feedback", String on button to email feedback */
430
NSString* SEND_FEEDBACK_STRING() { return [OTRLanguageManager translatedString:@"Send Feedback"]; }
431
/** "Send plaintext message", The placeholder text in the chat view where the message should go */
432
NSString* SEND_PLAINTEXT_STRING() { return [OTRLanguageManager translatedString:@"Send plaintext message"]; }
433
/** "Server Information", button to show more information about your XMPP server */
434
NSString* SERVER_INFORMATION_STRING() { return [OTRLanguageManager translatedString:@"Server Information"]; }
435
/** "Settings", Title for the Settings screen */
436
NSString* SETTINGS_STRING() { return [OTRLanguageManager translatedString:@"Settings"]; }
437
/** "Chat with me securely", Body of SMS or email when sharing a link to the app */
438
NSString* SHARE_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"Chat with me securely"]; }
439
/** "Share", Title for sharing a link to the app */
440
NSString* SHARE_STRING() { return [OTRLanguageManager translatedString:@"Share"]; }
441
/** "Would you like to connect to UserVoice to send feedback?", actionsheet for showing uservoice feedback service */
442
NSString* SHOW_USERVOICE_STRING() { return [OTRLanguageManager translatedString:@"Would you like to connect to UserVoice to send feedback?"]; }
443
/** "Sign Up", title label for signing up for a new account */
444
NSString* SIGN_UP_STRING() { return [OTRLanguageManager translatedString:@"Sign Up"]; }
445
/** "Skip", Label for button to skip this step */
446
NSString* SKIP_STRING() { return [OTRLanguageManager translatedString:@"Skip"]; }
447
/** "Someone is typing...", received a typing notification */
448
NSString* SOMEONE_IS_TYPING_STRING() { return [OTRLanguageManager translatedString:@"Someone is typing..."]; }
449
/** "Someone", A placeholder for a buddy's username like Someone wants to chat. */
450
NSString* SOMEONE_STRING() { return [OTRLanguageManager translatedString:@"Someone"]; }
451
/** "Check out the source here on Github", let users know source is on Github */
452
NSString* SOURCE_STRING() { return [OTRLanguageManager translatedString:@"Check out the source here on Github"]; }
453
/** "Server", server selection section title */
454
NSString* Server_String() { return [OTRLanguageManager translatedString:@"Server"]; }
455
/** "Choose from a selection of public servers, or use your own.", server selection footer */
456
NSString* Server_String_Hint() { return [OTRLanguageManager translatedString:@"Choose from a selection of public servers, or use your own."]; }
457
/** "Show Advanced Encryption Settings",  */
458
NSString* Show_Advanced_Encryption_Settings() { return [OTRLanguageManager translatedString:@"Show Advanced Encryption Settings"]; }
459
/** "Show Advanced Options", toggle switch for show advanced */
460
NSString* Show_Advanced_Options() { return [OTRLanguageManager translatedString:@"Show Advanced Options"]; }
461
/** "Thank you for your contribution!", string shown if user has already paid */
462
NSString* THANK_YOU_FOR_CONTRIBUTION() { return [OTRLanguageManager translatedString:@"Thank you for your contribution!"]; }
463
/** "Tor is an experimental feature, please use with caution.", Message for warning about using tor network */
464
NSString* TOR_WARNING_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"Tor is an experimental feature, please use with caution."]; }
465
/** "Twitter", Name of the popular social tweeting site */
466
NSString* TWITTER_STRING() { return [OTRLanguageManager translatedString:@"Twitter"]; }
467
/** "Unable to Send Message", Title for error message */
468
NSString* UNABLE_TO_SEND_STRING() { return [OTRLanguageManager translatedString:@"Unable to Send Message"]; }
469
/** "Unarchive", Verb. action for moving archived converation back to inbox */
470
NSString* UNARCHIVE_ACTION_STRING() { return [OTRLanguageManager translatedString:@"Unarchive"]; }
471
/** "plaintext", Label for messages that are not encrypted */
472
NSString* UNENCRYPTED_STRING() { return [OTRLanguageManager translatedString:@"plaintext"]; }
473
/** "Unknown Error", Describes an error without a known cause */
474
NSString* UNKNOWN_ERROR_STRING() { return [OTRLanguageManager translatedString:@"Unknown Error"]; }
475
/** "Unlock", Label for button to unlock app */
476
NSString* UNLOCK_STRING() { return [OTRLanguageManager translatedString:@"Unlock"]; }
477
/** "This message was received from an untrusted device.", Error message description */
478
NSString* UNTRUSTED_DEVICE_REVEIVED_STRING() { return [OTRLanguageManager translatedString:@"This message was received from an untrusted device."]; }
479
/** "This message was sent to an untrusted device.", Error message description */
480
NSString* UNTRUSTED_DEVICE_SENT_STRING() { return [OTRLanguageManager translatedString:@"This message was sent to an untrusted device."]; }
481
/** "Untrusted Device", Title for error message */
482
NSString* UNTRUSTED_DEVICE_STRING() { return [OTRLanguageManager translatedString:@"Untrusted Device"]; }
483
/** "Username", Label text for username field on login screen */
484
NSString* USERNAME_STRING() { return [OTRLanguageManager translatedString:@"Username"]; }
485
/** "Camera", Label for button to take a photo from camera */
486
NSString* USE_CAMERA_STRING() { return [OTRLanguageManager translatedString:@"Camera"]; }
487
/** "Unrecognized Invite Format", shown when invite QR code doesnt work */
488
NSString* Unrecognized_Invite_Format() { return [OTRLanguageManager translatedString:@"Unrecognized Invite Format"]; }
489
/** "Valid certificate", shown to show that the certificate was valid to the system */
490
NSString* VALID_CERTIFICATE_STRING() { return [OTRLanguageManager translatedString:@"Valid certificate"]; }
491
/** "Verified", To let the user know the fingerprint as been checked */
492
NSString* VERIFIED_STRING() { return [OTRLanguageManager translatedString:@"Verified"]; }
493
/** "Verify Fingerprint", Title of the dialog for fingerprint verification */
494
NSString* VERIFY_FINGERPRINT_STRING() { return [OTRLanguageManager translatedString:@"Verify Fingerprint"]; }
495
/** "Verify", Shown when verifying fingerprints */
496
NSString* VERIFY_STRING() { return [OTRLanguageManager translatedString:@"Verify"]; }
497
/** "Version", when displaying version numbers such as 1.0.0 */
498
NSString* VERSION_STRING() { return [OTRLanguageManager translatedString:@"Version"]; }
499
/** "Video Message", Text for media message summary */
500
NSString* VIDEO_MESSAGE_STRING() { return [OTRLanguageManager translatedString:@"Video Message"]; }
501
/** "View profile to review contact's devices or change encryption settings.", Describe how to change a contact's device settings */
502
NSString* VIEW_PROFILE_DESCRIPTION_STRING() { return [OTRLanguageManager translatedString:@"View profile to review contact's devices or change encryption settings."]; }
503
/** "View Profile", The label for a button to view the buddy profile */
504
NSString* VIEW_PROFILE_STRING() { return [OTRLanguageManager translatedString:@"View Profile"]; }
505
/** "Waiting", Label text for when a transfer has not started yet */
506
NSString* WAITING_STRING() { return [OTRLanguageManager translatedString:@"Waiting"]; }
507
/** "wants to chat.", This string follows a user's dislplay name or username ex Bob wants to chat. */
508
NSString* WANTS_TO_CHAT_STRING() { return [OTRLanguageManager translatedString:@"wants to chat."]; }
509
/** "Failed to connect to XMPP server. Please check your login credentials and internet connection and try again.", Message when cannot connect to XMPP server */
510
NSString* XMPP_FAIL_STRING() { return [OTRLanguageManager translatedString:@"Failed to connect to XMPP server. Please check your login credentials and internet connection and try again."]; }
511
/** "XMPP + Tor", Title for xmpp accounts that connect through the Tor network */
512
NSString* XMPP_TOR_STRING() { return [OTRLanguageManager translatedString:@"XMPP + Tor"]; }
513
/** "user@example.com", Example of a username using the words user and example */
514
NSString* XMPP_USERNAME_EXAMPLE_STRING() { return [OTRLanguageManager translatedString:@"user@example.com"]; }
515
/** "Bad certificate format", SSL error message */
516
NSString* errSSLBadCertString() { return [OTRLanguageManager translatedString:@"Bad certificate format"]; }
517
/** "Bad SSLCipherSuite", SSL error message */
518
NSString* errSSLBadCipherSuiteString() { return [OTRLanguageManager translatedString:@"Bad SSLCipherSuite"]; }
519
/** "Configuration error", SSL error message */
520
NSString* errSSLBadConfigurationString() { return [OTRLanguageManager translatedString:@"Configuration error"]; }
521
/** "Bad MAC", SSL error message */
522
NSString* errSSLBadRecordMacString() { return [OTRLanguageManager translatedString:@"Bad MAC"]; }
523
/** "Insufficient buffer provided", SSL error message */
524
NSString* errSSLBufferOverflowString() { return [OTRLanguageManager translatedString:@"Insufficient buffer provided"]; }
525
/** "Chain had an expired cert", SSL error message */
526
NSString* errSSLCertExpiredString() { return [OTRLanguageManager translatedString:@"Chain had an expired cert"]; }
527
/** "Chain had a cert not yet valid", SSL error message */
528
NSString* errSSLCertNotYetValidString() { return [OTRLanguageManager translatedString:@"Chain had a cert not yet valid"]; }
529
/** "Server has requested a client cert", SSL error message */
530
NSString* errSSLClientCertRequestedString() { return [OTRLanguageManager translatedString:@"Server has requested a client cert"]; }
531
/** "Connection closed via error", SSL error message */
532
NSString* errSSLClosedAbortString() { return [OTRLanguageManager translatedString:@"Connection closed via error"]; }
533
/** "Connection closed gracefully", SSL error message */
534
NSString* errSSLClosedGracefulString() { return [OTRLanguageManager translatedString:@"Connection closed gracefully"]; }
535
/** "Server closed session with no notification", SSL error message */
536
NSString* errSSLClosedNoNotifyString() { return [OTRLanguageManager translatedString:@"Server closed session with no notification"]; }
537
/** "Peer dropped connection before responding", SSL error message */
538
NSString* errSSLConnectionRefusedString() { return [OTRLanguageManager translatedString:@"Peer dropped connection before responding"]; }
539
/** "Underlying cryptographic error", SSL error message */
540
NSString* errSSLCryptoString() { return [OTRLanguageManager translatedString:@"Underlying cryptographic error"]; }
541
/** "Decryption failure", SSL error message */
542
NSString* errSSLDecryptionFailString() { return [OTRLanguageManager translatedString:@"Decryption failure"]; }
543
/** "Fatal alert", SSL error message */
544
NSString* errSSLFatalAlertString() { return [OTRLanguageManager translatedString:@"Fatal alert"]; }
545
/** "Peer host name mismatch", SSL error message */
546
NSString* errSSLHostNameMismatchString() { return [OTRLanguageManager translatedString:@"Peer host name mismatch"]; }
547
/** "Illegal parameter", SSL error message */
548
NSString* errSSLIllegalParamString() { return [OTRLanguageManager translatedString:@"Illegal parameter"]; }
549
/** "Internal error", SSL error message */
550
NSString* errSSLInternalString() { return [OTRLanguageManager translatedString:@"Internal error"]; }
551
/** "Module attach failure", SSL error message */
552
NSString* errSSLModuleAttachString() { return [OTRLanguageManager translatedString:@"Module attach failure"]; }
553
/** "Cipher Suite negotiation failure", SSL error message */
554
NSString* errSSLNegotiationString() { return [OTRLanguageManager translatedString:@"Cipher Suite negotiation failure"]; }
555
/** "Cert chain not verified by root", SSL error message */
556
NSString* errSSLNoRootCertString() { return [OTRLanguageManager translatedString:@"Cert chain not verified by root"]; }
557
/** "Access denied", SSL error message */
558
NSString* errSSLPeerAccessDeniedString() { return [OTRLanguageManager translatedString:@"Access denied"]; }
559
/** "Peer cert is valid, or was ignored if verification disabled", SSL error message */
560
NSString* errSSLPeerAuthCompletedString() { return [OTRLanguageManager translatedString:@"Peer cert is valid, or was ignored if verification disabled"]; }
561
/** "Miscellaneous bad certificate", SSL error message */
562
NSString* errSSLPeerBadCertString() { return [OTRLanguageManager translatedString:@"Miscellaneous bad certificate"]; }
563
/** "Bad MAC", SSL error message */
564
NSString* errSSLPeerBadRecordMacString() { return [OTRLanguageManager translatedString:@"Bad MAC"]; }
565
/** "Certificate expired", SSL error message */
566
NSString* errSSLPeerCertExpiredString() { return [OTRLanguageManager translatedString:@"Certificate expired"]; }
567
/** "Certificate revoked", SSL error message */
568
NSString* errSSLPeerCertRevokedString() { return [OTRLanguageManager translatedString:@"Certificate revoked"]; }
569
/** "Unknown certificate", SSL error message */
570
NSString* errSSLPeerCertUnknownString() { return [OTRLanguageManager translatedString:@"Unknown certificate"]; }
571
/** "Decoding error", SSL error message */
572
NSString* errSSLPeerDecodeErrorString() { return [OTRLanguageManager translatedString:@"Decoding error"]; }
573
/** "Decompression failure", SSL error message */
574
NSString* errSSLPeerDecompressFailString() { return [OTRLanguageManager translatedString:@"Decompression failure"]; }
575
/** "Decryption error", SSL error message */
576
NSString* errSSLPeerDecryptErrorString() { return [OTRLanguageManager translatedString:@"Decryption error"]; }
577
/** "Decryption failed", SSL error message */
578
NSString* errSSLPeerDecryptionFailString() { return [OTRLanguageManager translatedString:@"Decryption failed"]; }
579
/** "Export restriction", SSL error message */
580
NSString* errSSLPeerExportRestrictionString() { return [OTRLanguageManager translatedString:@"Export restriction"]; }
581
/** "Handshake failure", SSL error message */
582
NSString* errSSLPeerHandshakeFailString() { return [OTRLanguageManager translatedString:@"Handshake failure"]; }
583
/** "Insufficient security", SSL error message */
584
NSString* errSSLPeerInsufficientSecurityString() { return [OTRLanguageManager translatedString:@"Insufficient security"]; }
585
/** "Internal error", SSL error message */
586
NSString* errSSLPeerInternalErrorString() { return [OTRLanguageManager translatedString:@"Internal error"]; }
587
/** "No renegotiation allowed", SSL error message */
588
NSString* errSSLPeerNoRenegotiationString() { return [OTRLanguageManager translatedString:@"No renegotiation allowed"]; }
589
/** "Bad protocol version", SSL error message */
590
NSString* errSSLPeerProtocolVersionString() { return [OTRLanguageManager translatedString:@"Bad protocol version"]; }
591
/** "Record overflow", SSL error message */
592
NSString* errSSLPeerRecordOverflowString() { return [OTRLanguageManager translatedString:@"Record overflow"]; }
593
/** "Unexpected message received", SSL error message */
594
NSString* errSSLPeerUnexpectedMsgString() { return [OTRLanguageManager translatedString:@"Unexpected message received"]; }
595
/** "Unknown Cert Authority", SSL error message */
596
NSString* errSSLPeerUnknownCAString() { return [OTRLanguageManager translatedString:@"Unknown Cert Authority"]; }
597
/** "Bad unsupported cert format", SSL error message */
598
NSString* errSSLPeerUnsupportedCertString() { return [OTRLanguageManager translatedString:@"Bad unsupported cert format"]; }
599
/** "User canceled", SSL error message */
600
NSString* errSSLPeerUserCancelledString() { return [OTRLanguageManager translatedString:@"User canceled"]; }
601
/** "SSL protocol error", SSL error message */
602
NSString* errSSLProtocolString() { return [OTRLanguageManager translatedString:@"SSL protocol error"]; }
603
/** "Record overflow", SSL error message */
604
NSString* errSSLRecordOverflowString() { return [OTRLanguageManager translatedString:@"Record overflow"]; }
605
/** "Attempt to restore an unknown session", SSL error message */
606
NSString* errSSLSessionNotFoundString() { return [OTRLanguageManager translatedString:@"Attempt to restore an unknown session"]; }
607
/** "Unexpected (skipped) record in DTLS", SSL error message */
608
NSString* errSSLUnexpectedRecordString() { return [OTRLanguageManager translatedString:@"Unexpected (skipped) record in DTLS"]; }
609
/** "Valid cert chain, untrusted root", SSL error message */
610
NSString* errSSLUnknownRootCertString() { return [OTRLanguageManager translatedString:@"Valid cert chain, untrusted root"]; }
611
/** "I/O would block (not fatal)", SSL error message */
612
NSString* errSSLWouldBlockString() { return [OTRLanguageManager translatedString:@"I/O would block (not fatal)"]; }
613
/** "Invalid certificate chain", SSL error message */
614
NSString* errSSLXCertChainInvalidString() { return [OTRLanguageManager translatedString:@"Invalid certificate chain"]; }
615
/** "No Error", SSL error message */
616
NSString* noErrString() { return [OTRLanguageManager translatedString:@"No Error"]; }
617
/** "Default", default string to revert to normal language behaviour */
618
NSString* DEFAULT_LANGUAGE_STRING() { return NSLocalizedString(@"Default",@"default string to revert to normal language behaviour")
619
; }