-
Notifications
You must be signed in to change notification settings - Fork 428
/
Copy pathLocalizable.strings
128 lines (112 loc) · 6.14 KB
/
Localizable.strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/*
Title: Salesforce MobileSDK Localized Strings
Description: List of string constants that are used by Salesforce MobileSDK.
Copyright (c) 2012-present, salesforce.com, inc. All rights reserved.
Redistribution and use of this software in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions
and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of salesforce.com, inc. nor the names of its contributors may be used to
endorse or promote products derived from this software without specific prior written
permission of salesforce.com, inc.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Screen Lock
"biometricReason" = "Please authenticate to proceed.";
"logoutButtonTitle" = "Log out";
"retryButtonTitle" = "Retry Unlock";
"setUpPasscodeMessage" = "%@ requires you to set an iOS passcode before you can connect to Salesforce. Add a passcode in Settings and then try again.";
"fallbackErrorMessage" = "An unexpected error occurred.";
"accessibilityLoggedOutAnnouncement" = "You are logged out.";
// Biometric Authentication
"biometricLoginButton" = "Log In with Biometric";
"usePassword" = "Use Password";
"bioOptInPromptTitle" = "Biometric Login";
"bioOptInPromptMessage" = "Use TouchID or FaceID to quickly log in. Your biometric information is never stored.";
"bioPromptEnable" = "Enable";
"bioPromtpCancel" = "Use Password";
// OAuth flow
"authAlertContinueButton"="Continue";
"authAlertErrorTitle" = "Server Error";
"authAlertOkButton" = "OK";
"authAlertCancelButton"="Cancel";
"authAlertRetryButton" = "Retry";
"authAlertDismissButton" = "Dismiss";
"authAlertConnectionErrorFormatString" = "Can't connect to the server: %@";
"authAlertVersionMismatchError" = "Your app has been updated, and you will need to log in again to continue using the app.";
"authAlertBrowserFlowTitle"="Log In";
// LoginViewController
"TITLE_LOGIN" = "Log In";
"LOGIN_SERVER_PRODUCTION" = "Production";
"LOGIN_SERVER_SANDBOX" = "Sandbox";
"LOGIN_CHOOSE_SERVER" = "Choose Connection";
"LOGIN_ADD_SERVER" = "Add Connection";
"LOGIN_SERVER_URL" = "Host";
"LOGIN_SERVER_NAME" = "Label";
"LOGIN_SERVER_URL_PLACEHOLDER" = "Example: login.salesforce.com";
"LOGIN_SERVER_NAME_PLACEHOLDER" = "Optional";
"DONE_BUTTON" = "Done";
//Account Switcher
"ACCOUNT_SWITCHER_TITLE" = "Manage Accounts";
"LOG_OUT" = "Log Out";
"ADD_NEW_ACCOUNT" = "Add New Account";
// App config validation
"appConfigValidationErrorNoConsumerKey" = "Your app config does not specify a Connected App Consumer Key.";
"appConfigValidationErrorNoRedirectURI" = "Your app config does not specify a Connected App Redirect URI.";
"appConfigValidationErrorNoOAuthScopes" = "Your app config does not specify any Connected App OAuth Scopes.";
"appConfigValidationErrorNoStartPage" = "No start page configured.";
"appConfigValidationErrorStartPageAbsoluteURL" = "Start page should not be absolute URL.";
"appConfigValidationErrorUnauthenticatedStartPageNotAbsoluteURL" = "Unauthenticated start page should be absolute URL.";
"appConfigValidationErrorNoUnauthenticatedStartPage" = "Unauthenticated start page required for remote app with deferred authentication.";
"appConfigValidationErrorAbsoluteURLNoAuth" = "Cannot authenticate using an absolute URL for start page.";
"appConfigValidationErrorRelativeURLAuth" = "Cannot configure relative URL start page with deferred authentication.";
// Hybrid bootstrap
"hybridBootstrapDeviceOffline" = "Your device is offline. Can't continue.";
"hybridBootstrapNoCredentialsAtStartup" = "Your app specifies authentication at startup, but there are no credentials. Did you run [[SalesforceSDKManager sharedManager] launch]?";
// SmartStore Inspector
"inspectorTitle" = "Inspect SmartStore";
"inspectorBackButtonTitle" = "Back";
"inspectorRunButtonTitle" = "Run";
"inspectorPageSizeHint" = "Page size (default: 100)";
"inspectorPageIndexHint" = "Page index (default: 0)";
"inspectorClearButtonTitle" = "Clear";
"inspectorSoupsButtonTitle" = "Soups";
"inspectorIndicesButtonTitle" = "Indices";
"inspectorQueryFailed" = "Query failed";
"inspectorOK" = "OK";
"inspectorNoRowsReturned" = "No rows returned";
"inspectorNoSoupsFound" = "No soups found";
// Dev Menu
"devInfoTitle" = "Mobile SDK Dev Support";
"devInfoBackButtonTitle" = "Back";
"devInfoOKKey" = "OK";
"devInfoCancelKey" = "Cancel";
//IDP User Selection Screen
"idpSelectUserLabel" = "Select your account to log in to";
"idpAddNewAccountLabel" = "Add new account";
"idpSelectUserTitleLabel" = "Select user";
//IDP Login Selection Screen
"idpLoginFlowInfoLabel" = "Select the flow to use for log in";
"idpLoginLocalFlowDescriptionLabel" = "Local - Host App will be used for authentication";
"idpLoginIdpFlowDescriptionLabel" = "IDP - Identity Provider App will be launched for authentication";
"idpLoginButtonTitle" = "IDP Login";
"idpLocalLoginButtonTitle" = "Local Login";
// Key-Value Store Inspector
"Store" = "Store";
"Enter Key" = "Enter Key";
"Get Value" = "Get Value";
"Key not found in selected store." = "Key not found in selected store.";
"Copy value to clipboard" = "Copy value to clipboard";
"Copy key to clipboard" = "Copy key to clipboard";
"Key-Value Store Inspector" = "Key-Value Store Inspector";
" (global)" = " (global)";