Skip to content

Instantly share code, notes, and snippets.

@dangerouse
Last active October 29, 2020 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangerouse/09ff6c1d6c681475a741ed37c2eda016 to your computer and use it in GitHub Desktop.
Save dangerouse/09ff6c1d6c681475a741ed37c2eda016 to your computer and use it in GitHub Desktop.
CloudSponge Widget Reference - Locale Data Structure
{
"POWERED_BY" : "powered by",
"ADDRESS_BOOK" : "Choose Your Address Book",
"AUTHORIZATION" : "Authenticating",
"AUTHORIZATION_FOCUS" : "Click here to authenticate",
"SIGN_IN" : "Sign in",
"LOADING_CONTACTS" : "<span class=\"cloudsponge-icon ${provider}\"></span> ${name}",
"SEARCH_CONTACTS" : "Search ${name}",
"SEARCH_SELECTED" : "Search selected contacts",
"NO_SELECTED_CONTACTS" : "There are no selected contacts",
"GET_CONTACTS" : "Get ${0} contacts",
"GET_CONTACTS_MOBILE" : "Next",
"SELECT_CONTACTS" : "Select contacts",
"SELECT_ALL" : "Select all (${0})",
"DESELECT_ALL" : "Deselect all (${0})",
"SELECT_SEARCH" : "Select result (${0})",
"DESELECT_SEARCH" : "Deselect result (${0})",
"REVIEW_SELECTED" : "Review Selected (${0})",
"BACK_TO_LIST" : "Back to List",
"NO_SEARCH_RESULTS" : "There are no matched contacts",
"MORE_MAILS" : "+${0} more",
"MORE_PHONES" : "+${0} more",
"DETAILS_TITLE" : "Contact Details",
"DETAILS_EMAIL" : "E-mail",
"DETAILS_PHONE" : "Phone",
"DETAILS_ADDRESS" : "Address",
"SIGN_IN_ACCOUNT" : "Sign in to your account",
"USERNAME" : "Username",
"PASSWORD" : "Password",
"ENTER_USERNAME" : "Please enter your username",
"ENTER_PASSWORD" : "Please enter your password",
"PRIVACY_NOTICE" : "Privacy Notice",
"PRIVACY_DISCLAIMER" : "We do not store your email address or password information. Your information is submitted securely to retrieve your address book.",
"IMPORT_CONTACTS" : "Import Your Contacts",
"GET_CSV_CONTACTS" : "Get Your ${name} Contacts",
"EXPORT_CSV" : "Click above to export and download your contacts to your computer.<br> You may have to sign in to your account.",
"DRAG_FILES" : "Select and upload your contacts file ",
"DROP_FILES" : "Click to upload your contacts",
"CHOICE_ANOTHER" : "Want to choose another address book?",
"CLICK_HERE" : "click here",
"NOT_SUPPORTED" : "${name} requires contacts upload in CSV file format.<br> This feature is currently supported on our desktop version only.",
"SELECTION_LIMIT" : "Sorry, you cannot select more contacts",
"DESELECT_CONFIRM" : "Are you sure you want to deselect all contacts?",
"SUGGESTIONS" : "Suggestions",
"STORAGE_LOGGED_AS" : "Displaying contacts for ${0}",
"STORAGE_LAST_UPDATE" : "Last updated: ${0}",
"STORAGE_ENABLED_STATUS" : "Caching contacts is enabled",
"STORAGE_BT_UPDATE_NOW" : "Update now",
"STORAGE_BT_DISABLE_CACHE": "Disable caching",
"STORAGE_DISABLED_STATUS" : "Caching contacts is disabled",
"STORAGE_BT_ENABLE_CACHE" : "Enable caching",
"UNABLE_LOAD_CONTACTS" : "Unable to load ${name} contacts.<div class=\"cloudsponge-loading-text-error-detail\">${error_message}${source_error_message}</div><a href=\"javascript:void(0)\" id=\"cloudsponge-error-tryagain\">Please try again</a>.",
"ERROR_258" : "Timeout occurred.",
"ERROR_259" : "Username and password are required.",
"ERROR_262" : "The same import failed to authenticate recently.",
"ERROR_263" : "Username and password do not match.",
"ERROR_263_ICLOUD" : "<br/><br/>iCloud requires that you use an app-specific password to connect your iCloud account. Visit your <a href=\"https://appleid.apple.com/account/manage\" target=\"_blank\" rel=\"noopener noreferrer\">Apple ID account page</a> to generate your app-specific password.",
"ERROR_264" : "The address book is temporarily unavailable, please try again later.",
"ERROR_265" : "This account has been canceled.",
"ERROR_266" : "The account has been blocked. Reset the password to reenable it.",
"ERROR_267" : "Terms of Service have changed for your account. Sign in to your account to enable it.",
"ERROR_514" : "Consent was not given to access your contacts or consent was revoked.",
"ERROR_516" : "Consent was not granted within the allotted time.",
"ERROR_518" : "Unable to communicate successfully with the address book provider.",
"ERROR_528" : "Unable to retrieve contacts. New Yahoo! users must wait 14 days to use this feature.",
"ERROR_544" : "<p>You must use your company's Google OAuth client to enable Google Contacts in your CloudSponge account.</p><p>Here's what you need to do:</p><ol><li>Create your Google OAuth client,</li><li>Add it to your CloudSponge account, and</li><li>Request a verification by Google.</li></ol><p>We have step-by-step documentation on how to correctly <a href=\"https://www.cloudsponge.com/developer/oauth/oauth-credentials/google/\" target=\"_blank\" rel=\"noopener noreferrer\">set up your Google OAuth here</a>.</p><p>Contact us if you have any questions or need any help!</p>",
"ERROR_769" : "You must trust the applet to import your contacts.",
"ERROR_770" : "No supported contact source was detected on your system.",
"ERROR_771" : "Failed posting contacts to the server.",
"ERROR_772" : "The Desktop Applet was not trusted within the allotted time.",
"ERROR_774" : "You must allow access to Microsoft Outlook to import your contacts. ",
"ERROR_775" : "The application was denied access to Contacts by the OS.",
"ERROR_1025" : "You must upload a valid file.",
"ERROR_1026" : "The file uploaded did not match a valid format.",
"ERROR_1027" : "File uploads are not supported on the device.",
"ERROR_UNEXPECTED" : "An unexpected error occurred while importing your contacts.",
"ERROR_RESTART" : "Start Over",
"ERROR_CLOSE" : "Dismiss",
"ERROR_CLOSE" : "Dismiss",
"ERROR_10" : "The widget is not authorized. Please verify your site and CloudSponge key",
"ICLOUD_TWO_STEPS_VERIF" : "iCloud requires that you use an app-specific password to connect your iCloud account. Visit your <a href=\"https://appleid.apple.com/account/manage\" target=\"_blank\" rel=\"noopener noreferrer\">Apple ID account page</a> to generate your app-specific password.<br/><br/>You must have two-factor authentication enabled for your Apple ID to generate an app-specific password. To enable two factor authentication, please also visit <a href=\"https://appleid.apple.com/account/manage\" target=\"_blank\" rel=\"noopener noreferrer\">your Apple ID account page</a>.<br/><br/>Learn more about <a href=\"https://support.apple.com/HT204397\" target=\"_blank\" rel=\"noopener noreferrer\">app-specific passwords</a>."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment