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