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