summaryrefslogtreecommitdiff
path: root/frontend/delta/js/Clipperz/PM/Strings/Strings_en-US.js
Unidiff
Diffstat (limited to 'frontend/delta/js/Clipperz/PM/Strings/Strings_en-US.js') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/delta/js/Clipperz/PM/Strings/Strings_en-US.js1336
1 files changed, 1336 insertions, 0 deletions
diff --git a/frontend/delta/js/Clipperz/PM/Strings/Strings_en-US.js b/frontend/delta/js/Clipperz/PM/Strings/Strings_en-US.js
new file mode 100644
index 0000000..72460ba
--- a/dev/null
+++ b/frontend/delta/js/Clipperz/PM/Strings/Strings_en-US.js
@@ -0,0 +1,1336 @@
1/*
2
3Copyright 2008-2013 Clipperz Srl
4
5This file is part of Clipperz, the online password manager.
6For further information about its features and functionalities please
7refer to http://www.clipperz.com.
8
9* Clipperz is free software: you can redistribute it and/or modify it
10 under the terms of the GNU Affero General Public License as published
11 by the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13
14* Clipperz is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 See the GNU Affero General Public License for more details.
18
19* You should have received a copy of the GNU Affero General Public
20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
21
22*/
23
24//=============================================================================
25//
26 // E N G L I S H A M E R I C A N ( en_US )
27//
28//=============================================================================
29
30Clipperz.PM.Strings.Languages['en-us'] = {
31/*
32 //Login page - description
33'clipperzServiceDescription': "\
34 <!-- FIX CSS DONE -->\
35 <h2>Keep it to yourself!</h2>\
36 <ul>\
37 <li>\
38 <h3>Clipperz is:</h3>\
39 <ul>\
40 <li><p>a secure and simple password manager</p></li>\
41 <li><p>an effective single sign-on solution</p></li>\
42 <li><p>a digital vault for your personal data</p></li>\
43 </ul>\
44 </li>\
45 <li>\
46 <h3>With Clipperz you can:</h3>\
47 <ul>\
48 <li><p>store and manage your passwords and online credentials</p></li>\
49 <li><p>login to your web services without entering any username or password</p></li>\
50 <li><p>protect all your sensitive data: codes for burglar alarms, PINs, credit card numbers, …</p></li>\
51 <li><p>share secrets with family members and associates (coming soon)</p></li>\
52 </ul>\
53 </li>\
54 <li>\
55 <h3>Clipperz benefits:</h3>\
56 <ul>\
57 <li><p>free and completely anonymous</p></li>\
58 <li><p>access it any time from any computer</p></li>\
59 <li><p>no software to download and nothing to install</p></li>\
60 <li><p>avoid keeping secrets on your PC or on paper</p></li>\
61 </ul>\
62 </li>\
63 <li>\
64 <h3>Clipperz security:</h3>\
65 <ul>\
66 <li><p>your secrets are locally encrypted by your browser before being uploaded to Clipperz</p></li>\
67 <li><p>the encryption key is a passphrase known only to you</p></li>\
68 <li><p>Clipperz hosts your sensitive data in encrypted form and could never actually access the data in its plain form</p></li>\
69 <li><p>Clipperz is built upon standard encryption schemes, nothing fancies or homemade</p></li>\
70 <li><p>you can review the source code anytime you like, but you need to know nothing about cryptography to be an happy user!</p></li>\
71 </ul>\
72 </li>\
73 <li>\
74 <a href=\"http://www.clipperz.com\" target=\"_blank\">Learn more</a>\
75 </li>\
76 </ul>",
77
78
79 'loginFormTitle': "login with your Clipperz account",
80 'loginFormUsernameLabel': "username",
81 'loginFormPassphraseLabel': "passphrase",
82 'loginFormDontHaveAnAccountLabel': "don\'t have an account?",
83 'loginFormCreateOneLabel': "create one",
84 'loginFormForgotYourCredentialsLabel': "forgot your credentials?",
85 'loginFormAarghThatsBadLabel': "aargh! that\'s bad!",
86 'loginFormAfraidOfMaliciousScriptsLabel': "afraid of malicious scripts?",
87 'loginFormVerifyTheCodeLabel': "verify the code",
88 'loginFormButtonLabel': "Login",
89 'loginFormOneTimePasswordCheckboxLabel': "use a one-time passphrase",
90'loginFormOneTimePasswordCheckboxDescription': "",
91
92// Login page - language selection
93 'loginPanelSwithLanguageDescription': "<h5>Switch to your preferred language</h5>",
94
95// Login page - browser compatibility
96 'browserCompatibilityDescription': "<p>Have a better and safer Clipperz experience with Firefox. However Clipperz works just fine also with Opera, Safari and MS Internet Explorer!</p>",
97
98// Login with OTP - message panel
99 'OTPloginMessagePanelInitialTitle': "Logging in using a one-time passphrase",
100 'OTPloginMessagePanelInitialText': "Sending OTP credentials …",
101 'OTPloginMessagePanelLoadingTitle': "Logging in using a one-time passphrase",
102 'OTPloginMessagePanelLoadingText': "Fetching encrypted authentication data from the server …",
103 'OTPloginMessagePanelProcessingTitle': "Logging in using a one-time passphrase",
104 'OTPloginMessagePanelProcessingText': "Local decryption of authentication data",
105
106// Regular login - message panel
107 'loginMessagePanelInitialTitle': "Logging in …",
108 'loginMessagePanelInitialText': "---",
109 'loginMessagePanelInitialButtonLabel': "Cancel",
110 'loginMessagePanelConnectedTitle': "Connected",
111 'loginMessagePanelConnectedText': "Done",
112 'loginMessagePanelFailureTitle': "Error",
113 'loginMessagePanelFailureText': "Login failed",
114 'loginMessagePanelFailureButtonLabel': "Close",
115
116// Regular login - message panel - connection
117 'connectionLoginSendingCredentialsMessageTitle': "Verifying credentials",
118 'connectionLoginSendingCredentialsMessageText': "Sending credentials",
119 'connectionLoginCredentialsVerificationMessageTitle':"Verifying credentials",
120 'connectionLoginCredentialsVerificationMessageText':"Performing SRP authentication",
121 'connectionLoginDoneMessageTitle': "Verifying credentials",
122 'connectionLoginDoneMessageText': "Connected",
123
124 //Regular login - message panel - user
125 'userLoginPanelUpgradingUserCredentialsMessageTitle': "Verifying credentials",
126 'userLoginPanelUpgradingUserCredentialsMessageText': "Upgrading your credentials to a new authentication schema",
127 'userLoginPanelConnectedMessageTitle': "User authenticated",
128 'userLoginPanelConnectedMessageText': "Successfully logged in",
129 'userLoginPanelTryingAnOlderConnectionSchemaMessageTitle': "Verifying credentials",
130 'userLoginPanelTryingAnOlderConnectionSchemaMessageText': "Trying an older authentication schema",
131 'userLoginPanelLoadingUserDataMessageTitle': "User authenticated",
132 'userLoginPanelLoadingUserDataMessageText': "Downloading encrypted card headers from Clipperz",
133 'userLoginPanelDecryptingUserDataMessageTitle': "User authenticated",
134 'userLoginPanelDecryptingUserDataMessageText': "Local decryption of card headers",
135 'userLoginPanelDecryptingUserStatisticsMessageTitle': "User authenticated",
136 'userLoginPanelDecryptingUserStatisticsMessageText': "Local decryption of usage statistics",
137
138 //Registration page - splash alert
139 'splashAlertTitle':"Welcome to Clipperz!",
140'splashAlertText': "\
141 <!-- FIX CSS DONE! -->\
142 <p>Some security advice</p>\
143 <ul>\
144 <li><p>Storing your data at Clipperz is as secure as the passphrase you choose to protect them. Nobody can access them unless they know your passphrase.</p></li>\
145 <li><p>If you are going to use Clipperz for safeguarding sensitive and critical information please make sure to use a strong passphrase. The longer the better!</p></li>\
146 <li><p>Clipperz will not be able to recover a lost passphrase!</p></li>\
147 </ul>\
148 <p>For any further information, please refer to <a href=\"http://www.clipperz.com\" target=\"_blank\">Clipperz</a> website.</p>",
149 'splashAlertCloseButtonLabel':"Ok",
150
151 // Registration page - form
152 'registrationFormTitle': "create your account",
153 'registrationFormUsernameLabel': "username",
154 'registrationFormPassphraseLabel': "passphrase",
155 'registrationFormRetypePassphraseLabel': "re-enter passphrase",
156 'registrationFormSafetyCheckLabel': "I understand that Clipperz will not be able to recover a lost passphrase.",
157 'registrationFormTermsOfServiceCheckLabel': "I have read and agreed to the <a href='https://www.clipperz.com/terms_service' target='_blank'>Terms of Service</a>.",
158 'registrationFormDoYouAlreadyHaveAnAccountLabel': "do you already have an account?",
159 'registrationFormSimplyLoginLabel': "simply login",
160 'registrationFormButtonLabel': "Register",
161
162// Registration page - warning messages
163 'registrationFormWarningMessageNotMatchingPassphrases':"Your passphrases don't match, please re-type them.",
164 'registrationFormWarningMessageSafetyCheckNotSelected':"Please read and check all the boxes below.",
165 'registrationFormWarningMessageTermsOfServiceCheckNotSelected':"You need to agree to the Terms of Service.",
166
167 // Registration page - message panel
168 'registrationMessagePanelInitialTitle': "Creating account …",
169 'registrationMessagePanelInitialText': "---",
170 'registrationMessagePanelInitialButtonLabel': "Cancel",
171 'registrationMessagePanelRegistrationDoneTitle': "Registration",
172 'registrationMessagePanelRegistrationDoneText': "Done",
173 'registrationMessagePanelFailureTitle': "Registration failed",
174 'registrationMessagePanelFailureButtonLabel': "Close",
175
176// Registration page - message panel - connection
177 'connectionRegistrationSendingRequestMessageText': "Verifying credentials",
178 'connectionRegistrationSendingCredentialsMessageText':"Sending credentials",
179
180// Registration page - splash panel
181 'registrationSplashPanelTitle': "Security advice",
182 'registrationSplashPanelDescription': "<p>These are your Clipperz credentials, take good care of them. Clipperz will never display your username and passphrase a second time!</p>",
183 'registrationSplashPanelUsernameLabel': "username",
184 'registrationSplashPanelPassphraseLabel':"passphrase",
185
186 'registrationSplashPanelShowPassphraseButtonLabel':"show passphrase",
187
188 //Header links
189 'donateHeaderLinkLabel': "donate",
190 'creditsHeaderLinkLabel': "credits",
191 'feedbackHeaderLinkLabel': "feedback",
192 'helpHeaderLinkLabel': "help",
193 'forumHeaderLinkLabel': "forum",
194
195 //Menu labels
196 'recordMenuLabel': "cards",
197 'accountMenuLabel': "account",
198 'dataMenuLabel': "data",
199 'contactsMenuLabel': "contacts",
200 'toolsMenuLabel': "tools",
201 'logoutMenuLabel': "logout",
202 'lockMenuLabel': "lock",
203
204 //Lock dialog
205 'lockTitle': "The account is locked",
206 'lockDescription': "<p>To unlock your account, please enter your passphrase.</p>",
207 'unlockButtonLabel': "Unlock",
208
209 //Account panel - change passphrase
210 'changePasswordTabLabel': "Change your passphrase",
211 'changePasswordTabTitle': "Change your passphrase",
212
213 'changePasswordFormUsernameLabel': "username",
214 'changePasswordFormOldPassphraseLabel': "old passphrase",
215 'changePasswordFormNewPassphraseLabel': "new passphrase",
216 'changePasswordFormRetypePassphraseLabel':"re-enter new passphrase",
217 'changePasswordFormSafetyCheckboxLabel':"I understand that Clipperz will not be able to recover a lost passphrase.",
218 'changePasswordFormSubmitLabel': "Change passphrase",
219
220 //Account panel - change passphrase - warning messages
221 'changePasswordFormWrongUsernameWarning': "Wrong username",
222 'changePasswordFormWrongPassphraseWarning': "Wrong passphrase",
223 'changePasswordFormWrongRetypePassphraseWarning':"Your passphrases don't match, please re-type them.",
224 'changePasswordFormSafetyCheckWarning': "Please read and check the box below.",
225
226 //Account panel - change passphrase - progress dialog
227 'changePasswordFormProgressDialogTitle': "Changing user credentials",
228 'changePasswordFormProgressDialogEmptyText': "---",
229 'changePasswordFormProgressDialogConnectedMessageTitle': "Connected",
230 'changePasswordFormProgressDialogConnectedMessageText': "Done",
231 'changePasswordFormProgressDialogErrorMessageTitle': "Error",
232 'changePasswordFormProgressDialogErrorMessageText': "Credentials change failed!",
233
234 'changeCredentialsPanelEncryptingDataMessageTitle': "Changing your passphrase",
235 'changeCredentialsPanelEncryptingDataMessageText': "Local encryption of card headers",
236 'changeCredentialsPanelCreatingNewCredentialsMessageTitle': "Changing your passphrase",
237 'changeCredentialsPanelCreatingNewCredentialsMessageText': "Updating your credentials",
238 'changeCredentialsPanelSendingNewCredentialsToTheServerMessageTitle':"Changing your passphrase",
239 'changeCredentialsPanelSendingNewCredentialsToTheServerMessageText':"Uploading your encrypted credentials to Clipperz",
240 'changeCredentialsPanelDoneMessageTitle': "Changing your passphrase",
241 'changeCredentialsPanelDoneMessageText': "Done",
242
243 //Account panel - OTP
244 'manageOTPTabLabel': "Manage your one-time passphrases",
245 'manageOTPTabTitle': "Manage your one-time passphrases",
246
247 'manageOTPTabDescription':"\
248 <p>A one-time passphrase works like your regular passphrase, but can be used only once.</p>\
249 <p>If the same passphrase is used again at a later stage in a login attempt it will be rejected and the login process will fail.</p>\
250 <p>Immediately after a successful login, your one-time passphrase will be deleted preventing any fraudulent access.</p>\
251 <p>One-time passphrases are an excellent choice if one is concerned about keyloggers or spyware infections that may be collecting data from compromised machines.</p>\
252 <p><b>It's strongly advisable to use one-time passphrases when accessing Clipperz from public terminals, such as Internet cafes and libraries.</b></p>",
253
254 //Account panel - OTP - OTP table
255'oneTimePasswordReadOnlyMessage': "\
256 <h6>Sorry!</h6>\
257 <p>You cannot manage your one-time passphrases when using the offline version of Clipperz.</p>",
258
259 'oneTimePasswordLoadingMessage':"\
260 <h6>Loading data</h6>\
261 <p>Please wait …</p>",
262
263 'oneTimePasswordNoPasswordAvailable':"\
264 <h6>No one-time passphrase available</h6>\
265 <p>Click the “New” button above to add one-time passphrases to your account.</p>",
266
267 'createNewOTPButtonLabel': "New",
268 'deleteOTPButtonLabel': "Delete",
269 'printOTPButtonLabel': "Print",
270
271 'disabledOneTimePassword_warning': "disabled",
272
273 'oneTimePasswordSelectionLink_selectLabel':"Select:",
274 'oneTimePasswordSelectionLink_all': "all",
275 'oneTimePasswordSelectionLink_none': "none",
276 'oneTimePasswordSelectionLink_used': "used",
277 'oneTimePasswordSelectionLink_unused': "unused",
278
279//Account panel - OTP - saving new OTP dialog
280 'saveOTP_encryptUserDataTitle': "Saving one-time passphrase",
281 'saveOTP_encryptUserDataText': "Processing new OTP credentials …",
282 'saveOTP_encryptOTPDataTitle': "Saving one-time passphrase",
283 'saveOTP_encryptOTPDataText': "Local encryption of authentication data …",
284 'saveOTP_sendingDataTitle': "Saving one-time passphrase",
285 'saveOTP_sendingDataText': "Sending authentication data to the server …",
286 'saveOTP_updatingInterfaceTitle': "Saving one-time passphrase",
287 'saveOTP_updatingInterfaceText': "Updating interface",
288
289// Account panel - preferences
290 'accountPreferencesLabel': "Preferences",
291 'accountPreferencesTabTitle': "Preferences",
292
293 'accountPreferencesLanguageTitle': "Language",
294 'accountPreferencesLanguageDescription':"<p>Choose your preferred language from the list below.</p>",
295
296 'showDonationReminderPanelTitle': "Donation reminders",
297 'showDonationReminderPanelDescription': "<p>Show donation reminders</p>",
298
299 'saveUserPreferencesFormSubmitLabel': "Save",
300 'cancelUserPreferencesFormSubmitLabel': "Cancel",
301
302// Account panel - preferences - saving dialog
303 'accountPreferencesSavingPanelTitle_Step1': "Saving preferences",
304 'accountPreferencesSavingPanelText_Step1': "Local encryption of your preferences",
305 'accountPreferencesSavingPanelTitle_Step2': "Saving preferences",
306 'accountPreferencesSavingPanelText_Step2': "Sending encrypted preferences to Clipperz",
307
308 //Account panel - login history
309 'accountLoginHistoryLabel': "Login history",
310 'loginHistoryTabTitle': "Login history",
311
312 'loginHistoryReadOnlyMessage': "\
313 <h6>Sorry!</h6>\
314 <p>The login history is not available while using the offline version of Clipperz.</p>",
315
316 'loginHistoryLoadingMessage': "\
317 <h6>Loading data</h6>\
318 <p>Please wait …</p>",
319
320 'loginHistoryLoadedMessage': "\
321 <h6>Your latest 10 logins</h6>\
322 <p></p>",
323
324 'loginHistoryIPLabel': "IP",
325 'loginHistoryTimeLabel': "date",
326 'loginHistoryCurrentSessionText': "current session",
327 'loginHistoryReloadButtonLabel': "Reload login history",
328
329 //Account panel - delete account
330 'deleteAccountTabLabel': "Delete your account",
331 'deleteAccountTabTitle': "Delete your account",
332
333 'deleteAccountFormUsernameLabel': "username",
334 'deleteAccountFormPassphraseLabel': "passphrase",
335 'deleteAccountFormSafetyCheckboxLabel': "I understand that all my data will be deleted and that this action is irreversible.",
336 'deleteAccountFormSubmitLabel': "Delete my account",
337
338//Account panel - delete account - warnings
339 'deleteAccountFormWrongUsernameWarning':"Wrong username",
340 'deleteAccountFormWrongPassphraseWarning':"Wrong passphrase",
341 'deleteAccountFormSafetyCheckWarning': "Please read and check the box below.",
342
343//Account panel - delete account - confirmation
344 'accountPanelDeletingAccountPanelConfirmationTitle':"ATTENTION",
345 'accountPanelDeleteAccountPanelConfirmationText': "Are your sure you want to delete your account?",
346 'accountPanelDeleteAccountPanelConfirmButtonLabel': "Yes",
347 'accountPanelDeleteAccountPanelDenyButtonLabel': "No",
348
349//Account panel - delete account - confirmation
350 'accountPanelDeletingAccountPanelProgressTitle': "Deleting the account data",
351 'accountPanelDeletingAccountPanelProgressText': "The operation could take long, please be patient.",
352
353//Data panel - offline copy
354 'offlineCopyTabLabel': "Offline copy",
355 'offlineCopyTabTitle': "Offline copy",
356
357'offlineCopyTabDescription': "\
358 <!-- FIX CSS DONE! -->\
359 <p>With just one click you can dump all your encrypted data from Clipperz servers to your hard disk and create a read-only offline version of Clipperz to be used when you are not connected to the Internet.</p>\
360 <p>The read-only version is as secure as the read-and-write one and will not expose your data to higher risks since they both share the same code and security architecture.</p>\
361 <ol>\
362 <li><p>Click the link below to start the download.</p></li>\
363 <li><p>The browser will ask you what to do with the “Clipperz_YYYYMMDD.html” file. Save it on your hard disk.</p></li>\
364 <li><p>Double click on the downloaded file to launch the offline version in your browser.</p></li>\
365 <li><p>Enter the usual username and passphrase.</p></li>\
366 </ol>",
367
368 'offlineCopyDownloadLinkLabel': "Download",
369
370 //Data panel - offline copy - not updated
371 'offlineCopyDownloadWarning': "\
372 <!-- FIX CSS DONE! -->\
373 <h4><a href=\"#\" id=\"offlineCopyDownloadWarningLink\">Update your “offline copy”!</a></h4>\
374 <p>You have recently created or modified one or more cards, it would be wise to download a new copy of the offline version.</p>",
375
376 'offlineCopyDownloadOk': "",
377
378 //Data panel - sharing
379 'sharingTabLabel': "Sharing",
380 'sharingTabTitle': "Sharing",
381
382 'sharingTabDescription': "\
383 <p>Quite often a confidential piece of information needs to be shared with one or more persons.</p>\
384 <p>This could be as simple as giving your colleague the access code of your voice mailbox when you are out of the office, or as complicated as enabling the entitled heirs to access your safe deposit box at the local bank when you pass on.</p>\
385 <p>Clipperz can make sharing your secrets a secure and straightforward process.</p>\
386 <p></p>\
387 <p><b>Coming soon …</b></p>",
388
389 // Data panel - import
390 'importTabLabel': "Import",
391 'importTabTitle': "Import",
392
393 'importTabDescription': "<p>You can bulk import data to your Clipperz account from several file formats.</p>",
394
395 //Data panel - export
396 'printingTabLabel': "Export",
397 'printingTabTitle': "Export",
398
399 'printingTabDescription': "\
400 <h5>Printing</h5>\
401 <p>Click on the link below to open a new window displaying all your cards in a printable format.</p>\
402 <p>If you are going to print for backup purposes, please consider the safer option provided by the “offline copy”.</p>",
403
404 'printingLinkLabel': "Printable version",
405
406 'exportTabDescription': "\
407 <h5>Exporting to JSON</h5>\
408 <p>JSON enables a “lossless” export of your cards. All the information will be preserved, including direct login configurations.</p>\
409 <p>This custom format it’s quite convenient if you need to move some of all of your cards to a different Clipperz account. Or if you want to restore a card that has been accidentally deleted.</p>\
410 <p>Click on the link below to start the export process.</p>",
411
412 'exportLinkLabel': "Export to JSON",
413
414 'exportDataInProgressDescription':"<h4>Exporting, please wait while your data are being processed …</h4>",
415
416 'exportDataDescription': "\
417 <h4>Instructions</h4>\
418 <p>Copy the text below to your favorite editor and save it. (e.g. “clipperz_export_20071217.json”)</p>",
419
420 //Contacts panel
421 'contactsTabLabel': "Contacts",
422 'contactsTabTitle': "Contacts",
423
424//Tools panel - password generator
425 'passwordGeneratorTabLabel': "Password generator",
426 'bookmarkletTabLabel': "Bookmarklet",
427 'compactTabLabel': "Compact edition",
428 'httpAuthTabLabel': "HTTP authentication",
429
430 'passwordGeneratorTabTitle': "Password generator",
431 'bookmarkletTabTitle': "Bookmarklet",
432 'compactTabTitle': "Compact edition",
433 'httpAuthTabTitle': "HTTP authentication",
434
435
436 //Tools panel - password generator - description
437 'paswordGeneratorTabDescription':"<p></p>",
438 'passwordGeneratorTabButtonLabel':"Generate password",
439
440 //Tools panel - bookmarklet
441 'bookmarkletTabLabel': "Bookmarklet",
442 'bookmarkletTabTitle': "Bookmarklet",
443
444 'bookmarkletTabDescription': "\
445 <!-- FIX CSS DONE! -->\
446 <p>A bookmarklet is a simple “one-click” tool that can perform very useful tasks. It can be saved and used like a normal web page bookmark.</p>\
447 <p>The Clipperz bookmarklet will help you to quickly create new cards and new “direct logins” within existing cards.</p>\
448 <p><b>Please note that the bookmarklet does not include any information related to your account (e.g. your username or passphrase), the bookmarklet is a general tool containing the same code for every Clipperz user.</b></p>\
449 <h3>How to install the bookmarklet</h3>\
450 <h>Firefox, Camino, Opera, Safari</h5>\
451 <ol>\
452 <li><p>Make sure that the “Bookmarks Bar” is displayed by selecting “View > Toolbars > Bookmarks”, or similar menu items, from the browser menu.</p></li>\
453 <li><p>Drag and drop the “Add to Clipperz” link below to the bookmark bar.</p></li>\
454 </ol>\
455 \
456 <h5>Internet Explorer</h5>\
457 <ol>\
458 <li><p>Make sure that the “Links” toolbar is displayed by selecting “View > Toolbars > Links” from the browser menu.</p></li>\
459 <li><p>Right-click on the “Add to Clipperz” link below.</p></li>\
460 <li><p>Select “Add to favorites” from the contextual menu.</p></li>\
461 <li><p>Click “Yes” for any security message that pops up.</p></li>\
462 <li><p>Open the “Links” folder and click “OK”</p></li>\
463 </ol>",
464
465 'bookmarkletTabBookmarkletTitle':"Add to Clipperz",
466
467 //Tools panel - bookmarklet - instructions
468 'bookmarkletTabInstructions': "\
469 <!-- FIX CSS DONE! -->\
470 <h3>How to create a new card inclusive of a “direct login” link to an online service</h3>\
471 <ol>\
472 <li><p>Open the web page where the login form is hosted. (this is the page where you usually enter your sign-in credentials)</p></li>\
473 <li><p>Launch the bookmarklet by clicking on it: a pop-up window will appear over the web page.</p></li>\
474 <li><p>Copy to the clipboard the content of the large text area within the pop-up. (ctrl-C)</p></li>\
475 <li><p>Enter your Clipperz account and click on the <b>Add new card</b> button.</p></li>\
476 <li><p>Select the “Direct login” template and paste the content of the clipboard to the large text area in the form. (ctrl-V)</p></li>\
477 <li><p>Press the <b>Create</b> button, complete and review the details, then click <b>Save</b>.</p></li>\
478 </ol>\
479 \
480 <h3>How to add a “direct login” link to an existing card</h3>\
481 <ol>\
482 <li><p>Same as above.</p></li>\
483 <li><p>Same as above.</p></li>\
484 <li><p>Same as above.</p></li>\
485 <li><p>Enter your Clipperz account and select the card containing the credentials for the web service you just visited and click the <b>Edit</b> button.</p></li>\
486 <li><p>Paste the content of the clipboard to the large text area in the “Direct logins” section. (ctrl-V)</p></li>\
487 <li><p>Press the <b>Add direct login</b> button, review the details and then click <b>Save</b>.</p></li>\
488 </ol>\
489 \
490 <p></p>\
491 <p>Further information about the bookmarklet are <a href=\"http://www.clipperz.com/support/user_guide/bookmarklet\" target=\"_blank\">available here</a>.</p>",
492
493 //Tools panel - Compact - instructions
494 'compactTabDescription': "\
495 <!-- FIX CSS DONE! -->\
496 <p>Clipperz Compact is a special version of Clipperz designed to be opened in the Firefox sidebar.</p>\
497 <p>Its purpose is to keep your collection of “direct logins” always at hand. Read more <a href=\"http://www.clipperz.com/support/user_guide/clipperz_compact\", target=\"blank\">here</a></p>\
498 \
499 <h3>How to launch Clipperz Compact in the sidebar</h3>\
500 <ol>\
501 <li><p>Get Firefox! Sidebars are only available in Firefox and you need to switch to Firefox in order to enjoy the convenience of Clipperz Compact.</p></li>\
502 <li>\
503 <p>Add the following URL to Firefox bookmarks, or even better, drag it to the bookmark bar.</p>\
504 <div id=\"compactLinkBox\"><a href=\"https://www.clipperz.com/beta/index.html?compact\" target=\"_search\">Clipperz Compact</a></div>\
505 </li>\
506 <li><p>Change the properties of the bookmark so that “load this bookmark in the sidebar” is checked.</p></li>\
507 </ol>\
508 \
509 <h5>Added bonus: Clipperz Compact works also in Opera’s panel.</h5>",
510
511 //Tools panel - HTTP authentication - instructions
512 'httpAuthTabDescription': "\
513 <!-- FIX CSS DONE! -->\
514 <p>HTTP authentication is a method designed to allow a web browser to provide credentials – in the form of a username and password – including them in a website address (HTTP or HTTPS URL).</p>\
515 <p>Nowadays it is rarely used, but it can still be found on small, private websites. You can tell that a website is protected by HTTP authentication when the browser displays a pop-up window to enter username and password.</p>\
516 <p>Unfortunately the Clipperz bookmarklet does not work on websites that use HTTP authentication. However you can still create a “direct login”.</p>\
517 \
518 <h3>How to create a “direct login” for a website that uses HTTP authentication</h3>\
519 <ol>\
520 <li><p>Store website URL, username and password in a new card.</p></li>\
521 <li><p>Copy the configuration below and paste it to the large text area in the “Direct logins” section of the new card.</p></li>\
522 <li><p>Press the <b>Add direct login</b> button, bind URL, username and password fields and then click <b>Save</b>.</p></li>\
523 </ol>\
524 \
525 <h5><a href=\"http://support.microsoft.com/kb/834489\" target=\"_blank\">Warning: Internet Explorer does not support HTTP authentication.</a></h5>",
526
527// Direct logins block
528 'mainPanelDirectLoginBlockLabel': "Direct logins",
529 'directLinkReferenceShowButtonLabel': "show",
530
531// Direct logins - blank slate
532 'mainPanelDirectLoginBlockDescription': "\
533 <!-- FIX CSS DONE! -->\
534 <p>Add “direct logins” to sign in to your web accounts without typing usernames and passwords!</p>\
535 <p>“Direct logins” greatly enhance your password security since you can:</p>\
536 <ul>\
537 <li><p>conveniently adopt and enter complex passwords;</p></li>\
538 <li><p>never re-use the same and easy-to-guess password.</p></li>\
539 </ul>\
540 <p>Simple and quick configuration with the <b>Clipperz bookmarklet</b>.</p>\
541 <a href=\"http://www.clipperz.com/support/user_guide/direct_logins\" target=\"_blank\">Learn more about “direct logins”</a>",
542
543 // Cards block
544 'mainPanelRecordsBlockLabel': "Cards",
545 'mainPanelAddRecordButtonLabel': "Add new card",
546 'mainPanelRemoveRecordButtonLabel': "Delete card",
547
548// Cards block - filter tabs
549 'mainPanelRecordFilterBlockAllLabel': "all",
550 'mainPanelRecordFilterBlockTagsLabel': "tags",
551 'mainPanelRecordFilterBlockSearchLabel':"search",
552
553// Cards block - blank slate
554 'recordDetailNoRecordAtAllTitle': "Welcome to Clipperz!",
555 'recordDetailNoRecordAtAllDescription': "\
556 <h5>Get started by adding cards to your account.</h5>\
557 <p>Cards are simple and flexible forms where you can store your passwords and any other confidential data.</p>\
558 <p>Cards could contain credentials for accessing a web site, the combination of your bicycle lock, details of your credit card, …</p>\
559 \
560 <h5>Don't forget the Clipperz bookmarklet!</h5>\
561 <p>Before you start, install the “Add to Clipperz” bookmarklet: it will make creating cards easier and more fun.</p>\
562 <p>Go to the “Tools” tab to discover how to install it and how it use it.</p>\
563 <p></p>\
564 <p>Then simply click the <b>\"Add new card\"</b> button and enjoy your Clipperz account.</p>\
565 <p></p>\
566 <a href=\"http://www.clipperz.com/support/user_guide/managing_cards\" target=\"_blank\">Learn more about creating and managing cards</a>",
567
568// Cards block - new card wizard - bookmarklet configuration
569 'newRecordWizardTitleBox': "\
570 <h5>Please select a template</h5>\
571 <p>Cards are simple and flexible forms where you can store passwords or any other confidential data.</p>\
572 <p>Start choosing one of the templates below. You can always customize your cards later by adding or removing fields.</p>",
573
574 'newRecordWizardBookmarkletConfigurationTitle': "Direct login",
575 'newRecordWizardBookmarkletConfigurationDescription':"\
576 <p>Paste below the configuration code generated by the Clipperz bookmarklet.</p>\
577 <p>A new card complete with a direct login to your web account will be created.</p>",
578
579 'newRecordWizardCreateButtonLabel': "Create",
580 'newRecordWizardCancelButtonLabel': "Cancel",
581
582 //Create new card - Donation splash
583 'donateSplashPanelTitle': "Support Clipperz, make a donation today!",
584 'donateSplashPanelDescription': "\
585 <!-- FIX CSS DONE! -->\
586 <p>A few good reasons to make a donation:</p>\
587 <ul>\
588 <li><p>support the development of new features</p></li>\
589 <li><p>keep Clipperz free</p></li>\
590 <li><p>show appreciation for our hard work</p></li>\
591 </ul>\
592 <p>For any further information, please visit our <a href=\"http://www.clipperz.com/donations\" target=\"_blank\">Donations page</a>.</p>\
593 <p><b>Ready to donate?</b></p>",
594
595 'donateCloseButtonLabel': "Not yet",
596 'donateDonateButtonLabel': "Yes",
597
598// Card templates
599'recordTemplates': {
600
601//Web password
602 'WebAccount': {
603 'title': "Web password",
604 'description':"<p>A simple card to store login credentials for your online services.</p>",
605 'fields': [
606 {label:"Web address", type:'URL'},
607 {label:"Username or email", type:'TXT'},
608 {label:"Password", type:'PWD'}
609 ]
610 },
611
612 //Bank account
613 'BankAccount': {
614 'title': "Bank account",
615 'description':"<p>Safely store your bank account number and online banking credentials.</p>",
616 'fields': [
617 {label:"Bank", type:'TXT'},
618 {label:"Account number", type:'TXT'},
619 {label:"Bank website", type:'URL'},
620 {label:"Online banking ID", type:'TXT'},
621 {label:"Online banking password", type:'PWD'}
622 ]
623 },
624
625 // Credit card
626 'CreditCard': {
627 'title': "Credit card",
628 'description':"<p>Card number, expire date, CVV2 and PIN always at hand with Clipperz.</p>",
629 'fields': [
630 {label:"Type (Visa, AmEx, …)", type:'TXT'},
631 {label:"Number", type:'TXT'},
632 {label:"Owner name", type:'TXT'},
633 {label:"Expiry date", type:'TXT'},
634 {label:"CVV2", type:'TXT'},
635 {label:"PIN", type:'PWD'},
636 {label:"Card website", type:'URL'},
637 {label:"Username", type:'TXT'},
638 {label:"Password", type:'PWD'}
639 ]
640 },
641
642 // Address book entry
643 'AddressBookEntry': {
644 'title': "Address book entry",
645 'description':"<p>Clipperz could also work as your new private address book. Use this template to easily add a new entry.</p>",
646 'fields': [
647 {label:"Name", type:'TXT'},
648 {label:"Email", type:'TXT'},
649 {label:"Phone", type:'TXT'},
650 {label:"Mobile", type:'TXT'},
651 {label:"Address", type:'ADDR'}
652 ]
653 },
654
655//Custom card
656 'Custom': {
657 'title': "Custom card",
658 'description':"<p>No matter which kind of confidential data you need to protect, create a custom card to match your needs.</p>",
659 'fields': [
660 {label:"Label 1", type:'TXT'},
661 {label:"Label 2", type:'TXT'},
662 {label:"Label 3", type:'TXT'}
663 ]
664 }
665},
666
667
668'recordFieldTypologies': {
669 'TXT': {
670 description: "simple text field",
671 shortDescription: "text"
672 },
673 'PWD': {
674 description: "simple text field, with default status set to hidden",
675 shortDescription: "password"
676 },
677 'URL': {
678 description: "simple text field in edit mode, that became an active url in view mode",
679 shortDescription: "web address"
680 },
681 'DATE': {
682 description: "a value set with a calendar helper",
683 shortDescription: "date"
684 },
685 'ADDR': {
686 description: "just like the URL, but the active link points to Google Maps (or similar service) passing the address value as argument",
687 shortDescription: "street address"
688 },
689 'CHECK': {
690 description: "check description",
691 shortDescription: "check"
692 },
693 'RADIO': {
694 description: "radio description",
695 shortDescription: "radio"
696 },
697 'SELECT': {
698 description: "select description",
699 shortDescription: "select"
700 }
701},
702
703// Cards block - new card - warnings
704 'newRecordPanelGeneralExceptionTitle': "Error",
705 'newRecordPanelGeneralExceptionMessage': "The configuration text is not valid. Make sure to get your text from the bookmarklet pop-up and retry.",
706 'newRecordPanelWrongBookmarkletVersionExceptionTitle': "Error",
707 'newRecordPanelWrongBookmarkletVersionExceptionMessage':"The configuration text has been generated by an old version of the bookmarklet. Please update your bookmarklet and retry.",
708 'newRecordPanelExceptionPanelCloseButtonLabel': "Cancel",
709
710// Cards block - delete card
711 'mainPanelDeletingRecordPanelConfirmationTitle': "Deleting selected card",
712 'mainPanelDeleteRecordPanelConfirmationText': "Do your really want to delete the selected card?",
713 'mainPanelDeleteRecordPanelConfirmButtonLabel': "Yes",
714 'mainPanelDeleteRecordPanelDenyButtonLabel': "No",
715 'mainPanelDeletingRecordPanelInitialTitle': "Deleting selected card",
716 'mainPanelDeletingRecordPanelInitialText': "---",
717 'mainPanelDeletingRecordPanelCompletedText': "Done",
718
719// Cards block - delete card panel
720 'deleteRecordPanelCollectRecordDataMessageTitle': "Delete card",
721 'deleteRecordPanelCollectRecordDataMessageText': "Updating card list",
722 'deleteRecordPanelEncryptUserDataMessageTitle': "Delete card",
723 'deleteRecordPanelEncryptUserDataMessageText': "Local encryption of card headers",
724 'deleteRecordPanelSendingDataToTheServerMessageTitle': "Delete card",
725 'deleteRecordPanelSendingDataToTheServerMessageText': "Uploading encrypted card headers to Clipperz",
726 'deleteRecordPanelUpdatingTheInterfaceMessageTitle': "Delete card",
727 'deleteRecordPanelUpdatingTheInterfaceMessageText': "Updating the interface",
728
729// Cards block - no record selected
730 'recordDetailNoRecordSelectedTitle': "No card selected",
731 'recordDetailNoRecordSelectedDescription': "<p>Please select a card from the list on the left.</p>",
732
733 // Cards block - loading messages
734 'recordDetailLoadingRecordMessage': "Downloading encrypted card from Clipperz",
735 'recordDetailDecryptingRecordMessage': "Local decryption of card\'s data",
736 'recordDetailLoadingRecordVersionMessage': "Downloading latest card version",
737 'recordDetailDecryptingRecordVersionMessage': "Local decryption of latest version",
738 'recordDetailLoadingErrorMessageTitle': "Error while downloading the card",
739
740// Cards block - card details
741 'recordDetailNotesLabel': "Notes",
742 'recordDetailLabelFieldColumnLabel': "Field label",
743 'recordDetailDataFieldColumnLabel': "Field data",
744 'recordDetailTypeFieldColumnLabel': "Type",
745
746 'recordDetailSavingChangesMessagePanelInitialTitle': "Saving card",
747 'recordDetailSavingChangesMessagePanelInitialText': "---",
748
749 'recordDetailRemoveFieldButtonLabel': "-",
750 'recordDetailAddFieldButtonLabel': "Add new field",
751 'recordDetailPasswordFieldHelpLabel': "click the stars to select the password and then Ctrl-C to copy",
752
753 'recordDetailPasswordFieldScrambleLabel': "scramble",
754 'recordDetailPasswordFieldUnscrambleLabel': "unscramble",
755
756 'recordDetailDirectLoginBlockTitle': "Direct logins",
757 'recordDetailNewDirectLoginDescription': "<p>Direct login configuration</p>",
758
759 'recordDetailDirectLoginBlockNoDirectLoginConfiguredDescription':"\
760 <p>Does this card contain credentials to access an online service?</p>\
761 <p>Use the bookmarklet to configure a “direct login” from Clipperz with just one click!</p>",
762
763 'recordDetailDeleteDirectLoginButtonLabel': "-",
764 'recordDetailAddNewDirectLoginButtonLabel': "Add new direct login",
765
766 'recordDetailEditButtonLabel': "Edit",
767 'recordDetailSaveButtonLabel': "Save",
768 'recordDetailCancelButtonLabel': "Cancel",
769
770 'newRecordTitleLabel': "_new card_",
771 'newDirectLoginLabelSuffix': "",
772
773// Cards block - save card panel
774 'recordSaveChangesPanelCollectRecordInfoMessageTitle': "Save card",
775 'recordSaveChangesPanelCollectRecordInfoMessageText': "Updating card headers",
776 'recordSaveChangesPanelEncryptUserDataMessageTitle': "Save card",
777 'recordSaveChangesPanelEncryptUserDataMessageText': "Local encryption of card headers",
778 'recordSaveChangesPanelEncryptRecordDataMessageTitle': "Save card",
779 'recordSaveChangesPanelEncryptRecordDataMessageText': "Local encryption of card's data",
780 'recordSaveChangesPanelEncryptRecordVersionDataMessageTitle':"Save card",
781 'recordSaveChangesPanelEncryptRecordVersionDataMessageText':"Local encryption of card's version data",
782 'recordSaveChangesPanelSendingDataToTheServerMessageTitle': "Save card",
783 'recordSaveChangesPanelSendingDataToTheServerMessageText': "Uploading encrypted card's header to Clipperz",
784 'recordSaveChangesPanelUpdatingTheInterfaceMessageTitle': "Save card",
785 'recordSaveChangesPanelUpdatingTheInterfaceMessageText': "Updating the interface",
786
787 //Password Generator strings
788 'passwordGeneratorPanelTitle': "Password generator",
789 'passwordGeneratorPanelOkLabel': "Ok",
790 'passwordGeneratorPanelCancelLabel': "Cancel",
791
792 'passwordGeneratorLowercaseLabel': "abc",
793 'passwordGeneratorUppercaseLabel': "ABC",
794 'passwordGeneratorNumberLabel': "012",
795 'passwordGeneratorSymbolLabel': "@#$",
796
797 'passwordGeneratorLengthLabel': "length:",
798
799
800 //Miscellaneous strings
801
802 'comingSoon': "coming soon …",
803 'panelCollectingEntryopyMessageText': "Collecting entropy",
804 'directLoginConfigurationCheckBoxFieldSelectedValue': "Yes",
805 'directLoginConfigurationCheckBoxFieldNotSelectedValue': "No",
806
807
808
809// NEW - Import panel
810 'importFormats':{
811 'CSV': {
812 'label': "CSV",
813 'description':"<p>A widely recognized file format that stores tabular data. Several password managers can export data to this format.</p>"
814 },
815 'Excel': {
816 'label': "Excel",
817 'description':"<p>The popular spreadsheet from Microsoft. Storing passwords in Excel files is very common but not advisable.</p>"
818 },
819 'KeePass': {
820 'label': "KeePass",
821 'description':"<p>The custom TXT file created by KeePass password manager.</p>"
822 },
823 'PasswordPlus': {
824 'label': "Password Plus",
825 'description':"<p>The custom CSV format produced by Password Plus, a password manager mostly used on mobile devices.</p>"
826 },
827 'Roboform': {
828 'label': "RoboForm",
829 'description':"<p>The special HTML file created by Roboform password manager when displaying Passcard and Safenotes for printing.</p>"
830 },
831 'ClipperzExport': {
832 'label': "JSON",
833 'description':"<p>The file created by Clipperz itself in JSON format. It preserves all information contained in your cards, even direct login configurations.</p>"
834 }
835},
836
837 //JSON
838 'Clipperz_ImportWizard_Title': "JSON import",
839 'importOptions_clipperz_description': "<p>Open the JSON file exported from Clipperz in a text editor. Then copy and paste its content to the text area below.</p>",
840
841 //CSV
842 'CSV_ImportWizard_Title': "CSV import",
843 'importOptions_csv_description_': "\
844 <p>Open the CSV file in a text editor. Then copy and paste its content to the text area below.</p>\
845 <p>Please select the special characters used within your file.</p>",
846
847 //Excel
848 'Excel_ImportWizard_Title': "Excel import",
849 'importOptions_excel_description_': "<p>Open the Excel file and select the cells you want to import. Then copy and paste them to the text area below.</p>",
850
851 //KeePass
852 'KeePass_ImportWizard_Title': "KeePass import",
853 'importOptions_keePass_description_': "<p>Open the TXT file created by Keepass in a text editor. Then copy and paste its content to the text area below.</p>",
854
855 //PasswordPlus
856 'PasswordPlus_ImportWizard_Title': "Password Plus import",
857 'importOptions_passwordPlus_description':"<p>Open the CSV file created by PasswordPlus in a text editor. Then copy and paste its content to the text area below.</p>",
858
859 //RoboForm
860 'RoboForm_ImportWizard_Title': "RoboForm import",
861 'importOptions_roboForm_description': "<p>Open the HTML file created by RoboForm in a text editor. Then copy and paste its content to the text area below.</p>",
862
863
864 'importData_parsingDataTitle': "Import",
865 'importData_parsingDataText': "Parsing data …",
866
867 'importData_previewingDataTitle': "Import",
868 'importData_previewingDataText': "Processing data …",
869
870 'importData_processingDataTitle': "Import",
871 'importData_processingDataText': "Creating new cards …",
872
873'ImportWizard': {
874 'EDIT': "edit",
875 'PREVIEW': "preview",
876 'IMPORT': "import",
877
878 'KEEPASS_SETTINGS': "settings",
879
880 'CSV_EDIT': "paste",
881 'CSV_COLUMNS': "columns",
882 'CSV_HEADER': "labels",
883 'CSV_TITLE': "titles",
884 'CSV_NOTES': "notes",
885 'CSV_FIELDS': "types",
886
887 'EXCEL_EDIT': "edit"
888},
889
890 'CSV_ImportWizard_Columns': "<p>Select the columns you want to import.</p>",
891 'CSV_ImportWizard_Header': "<p>If the first row of the CSV file contains field labels, tick off the checkbox below.</p>",
892 'CSV_ImportWizard_Header_Settings_firstRowHeaderLabel':"Use the first row as labels?",
893 'CSV_ImportWizard_Title': "<p>Select the column that contains titles of the cards you are importing. (mandatory)</p>",
894 'CSV_ImportWizard_Notes': "<p>Select the column that represents a \"notes\" field. (optional)</p>",
895 'CSV_ImportWizard_Notes_Settings_noSelectionLabel': "\"notes\" field not present",
896 'CSV_ImportWizard_Fields': "<p>Select the correct type for each column from the drop down lists.</p>",
897 'CSV_ImportWizard_Fields_MissingLabelWarning': "Missing label",
898
899 'importData_importConfirmation_title': "Import",
900 'importData_importConfirmation_text': "Do you want to import __numberOfRecords__ cards?",
901
902
903 //Vulnerability warning
904 'VulnerabilityWarning_Panel_title': "Vulnerability warning",
905 'VulnerabilityWarning_Panel_message': "The action as been aborted due to a catched vulnerability",
906 'VulnerabilityWarning_Panel_buttonLabel':"Close",
907
908
909
910 //All the loginInfo panel infos
911
912 'WELCOME_BACK': "Welcome back!",
913
914 'currentConnectionText': "You are connected from ip&nbsp;__ip__, apparently from __country__, using __browser__ on __operatingSystem__.",
915 'latestConnectionText': "Your latest connection was __elapsedTimeDescription__ (__time__) from ip&nbsp;__ip__, apparently from __country__, using __browser__ on __operatingSystem__.",
916
917 'fullLoginHistoryLinkLabel': "show login history",
918
919'elapsedTimeDescriptions': {
920 'MORE_THAN_A_MONTH_AGO': "more than a month ago",
921 'MORE_THAN_A_WEEK_AGO': "more than a week ago",
922 'MORE_THAN_*_WEEKS_AGO': "more than __elapsed__ weeks ago",
923 'YESTERDAY': "yesterday",
924 '*_DAYS_AGO': "__elapsed__ days ago",
925 'ABOUT_AN_HOUR_AGO': "about an hour ago",
926 '*_HOURS_AGO': "__elapsed__ hours ago",
927 'JUST_A_FEW_MINUTES_AGO': "just a few minutes ago",
928 'ABOUT_*_MINUTES_AGO': "about __elapsed__ minutes ago"
929},
930
931 'unknown_ip': "unknown",
932
933'countries': {
934 '--': "unknown",
935 'AD': "Andorra",
936 'AE': "United Arab Emirates",
937 'AF': "Afghanistan",
938 'AG': "Antigua and Barbuda",
939 'AI': "Anguilla",
940 'AL': "Albania",
941 'AM': "Armenia",
942 'AN': "Netherlands Antilles",
943 'AO': "Angola",
944 'AP': "Non-Spec Asia Pas Location",
945 'AR': "Argentina",
946 'AS': "American Samoa",
947 'AT': "Austria",
948 'AU': "Australia",
949 'AW': "Aruba",
950 'AX': "Aland Islands",
951 'AZ': "Azerbaijan",
952 'BA': "Bosnia and Herzegowina",
953 'BB': "Barbados",
954 'BD': "Bangladesh",
955 'BE': "Belgium",
956 'BF': "Burkina Faso",
957 'BG': "Bulgaria",
958 'BH': "Bahrain",
959 'BI': "Burundi",
960 'BJ': "Benin",
961 'BM': "Bermuda",
962 'BN': "Brunei Darussalam",
963 'BO': "Bolivia",
964 'BR': "Brazil",
965 'BS': "Bahamas",
966 'BT': "Bhutan",
967 'BW': "Botswana",
968 'BY': "Belarus",
969 'BZ': "Belize",
970 'CA': "Canada",
971 'CD': "Congo the Democratic Republic of the",
972 'CF': "Central African Republic",
973 'CH': "Switzerland",
974 'CI': "Cote D'ivoire",
975 'CK': "Cook Islands",
976 'CL': "Chile",
977 'CM': "Cameroon",
978 'CN': "China",
979 'CO': "Colombia",
980 'CR': "Costa Rica",
981 'CS': "Serbia and Montenegro",
982 'CU': "Cuba",
983 'CY': "Cyprus",
984 'CZ': "Czech Republic",
985 'DE': "Germany",
986 'DJ': "Djibouti",
987 'DK': "Denmark",
988 'DO': "Dominican Republic",
989 'DZ': "Algeria",
990 'EC': "Ecuador",
991 'EE': "Estonia",
992 'EG': "Egypt",
993 'ER': "Eritrea",
994 'ES': "Spain",
995 'ET': "Ethiopia",
996 'EU': "European Union",
997 'FI': "Finland",
998 'FJ': "Fiji",
999 'FM': "Micronesia Federated States of",
1000 'FO': "Faroe Islands",
1001 'FR': "France",
1002 'GA': "Gabon",
1003 'GB': "United Kingdom",
1004 'GD': "Grenada",
1005 'GE': "Georgia",
1006 'GF': "French Guiana",
1007 'GG': "Guernsey",
1008 'GH': "Ghana",
1009 'GI': "Gibraltar",
1010 'GL': "Greenland",
1011 'GM': "Gambia",
1012 'GP': "Guadeloupe",
1013 'GR': "Greece",
1014 'GT': "Guatemala",
1015 'GU': "Guam",
1016 'GW': "Guinea-Bissau",
1017 'GY': "Guyana",
1018 'HK': "Hong Kong",
1019 'HN': "Honduras",
1020 'HR': "Croatia (Local Name: Hrvatska)",
1021 'HT': "Haiti",
1022 'HU': "Hungary",
1023 'ID': "Indonesia",
1024 'IE': "Ireland",
1025 'IL': "Israel",
1026 'IM': "Isle of Man",
1027 'IN': "India",
1028 'IO': "British Indian Ocean Territory",
1029 'IQ': "Iraq",
1030 'IR': "Iran (Islamic Republic of)",
1031 'IS': "Iceland",
1032 'IT': "Italy",
1033 'JE': "Jersey",
1034 'JM': "Jamaica",
1035 'JO': "Jordan",
1036 'JP': "Japan",
1037 'KE': "Kenya",
1038 'KG': "Kyrgyzstan",
1039 'KH': "Cambodia",
1040 'KI': "Kiribati",
1041 'KN': "Saint Kitts and Nevis",
1042 'KR': "Korea Republic of",
1043 'KW': "Kuwait",
1044 'KY': "Cayman Islands",
1045 'KZ': "Kazakhstan",
1046 'LA': "Lao People's Democratic Republic",
1047 'LB': "Lebanon",
1048 'LC': "Saint Lucia",
1049 'LI': "Liechtenstein",
1050 'LK': "Sri Lanka",
1051 'LR': "Liberia",
1052 'LS': "Lesotho",
1053 'LT': "Lithuania",
1054 'LU': "Luxembourg",
1055 'LV': "Latvia",
1056 'LY': "Libyan Arab Jamahiriya",
1057 'MA': "Morocco",
1058 'MC': "Monaco",
1059 'MD': "Moldova Republic of",
1060 'MG': "Madagascar",
1061 'MH': "Marshall Islands",
1062 'MK': "Macedonia the Former Yugoslav Republic of",
1063 'ML': "Mali",
1064 'MM': "Myanmar",
1065 'MN': "Mongolia",
1066 'MO': "Macau",
1067 'MP': "Northern Mariana Islands",
1068 'MR': "Mauritania",
1069 'MS': "Montserrat",
1070 'MT': "Malta",
1071 'MU': "Mauritius",
1072 'MV': "Maldives",
1073 'MW': "Malawi",
1074 'MX': "Mexico",
1075 'MY': "Malaysia",
1076 'MZ': "Mozambique",
1077 'NA': "Namibia",
1078 'NC': "New Caledonia",
1079 'NF': "Norfolk Island",
1080 'NG': "Nigeria",
1081 'NI': "Nicaragua",
1082 'NL': "Netherlands",
1083 'NO': "Norway",
1084 'NP': "Nepal",
1085 'NR': "Nauru",
1086 'NU': "Niue",
1087 'NZ': "New Zealand",
1088 'OM': "Oman",
1089 'PA': "Panama",
1090 'PE': "Peru",
1091 'PF': "French Polynesia",
1092 'PG': "Papua New Guinea",
1093 'PH': "Philippines",
1094 'PK': "Pakistan",
1095 'PL': "Poland",
1096 'PR': "Puerto Rico",
1097 'PS': "Palestinian Territory Occupied",
1098 'PT': "Portugal",
1099 'PW': "Palau",
1100 'PY': "Paraguay",
1101 'QA': "Qatar",
1102 'RO': "Romania",
1103 'RS': "Serbia",
1104 'RU': "Russian Federation",
1105 'RW': "Rwanda",
1106 'SA': "Saudi Arabia",
1107 'SB': "Solomon Islands",
1108 'SC': "Seychelles",
1109 'SD': "Sudan",
1110 'SE': "Sweden",
1111 'SG': "Singapore",
1112 'SI': "Slovenia",
1113 'SK': "Slovakia (Slovak Republic)",
1114 'SL': "Sierra Leone",
1115 'SM': "San Marino",
1116 'SN': "Senegal",
1117 'SR': "Suriname",
1118 'SV': "El Salvador",
1119 'SY': "Syrian Arab Republic",
1120 'SZ': "Swaziland",
1121 'TC': "Turks and Caicos Islands",
1122 'TG': "Togo",
1123 'TH': "Thailand",
1124 'TJ': "Tajikistan",
1125 'TM': "Turkmenistan",
1126 'TN': "Tunisia",
1127 'TO': "Tonga",
1128 'TR': "Turkey",
1129 'TT': "Trinidad and Tobago",
1130 'TV': "Tuvalu",
1131 'TW': "Taiwan Province of China",
1132 'TZ': "Tanzania United Republic of",
1133 'UA': "Ukraine",
1134 'UG': "Uganda",
1135 'US': "United States",
1136 'UY': "Uruguay",
1137 'UZ': "Uzbekistan",
1138 'VA': "Holy See (Vatican City State)",
1139 'VE': "Venezuela",
1140 'VG': "Virgin Islands (British)",
1141 'VI': "Virgin Islands (U.S.)",
1142 'VN': "Viet Nam",
1143 'VU': "Vanuatu",
1144 'WF': "Wallis and Futuna Islands",
1145 'WS': "Samoa",
1146 'YE': "Yemen",
1147 'ZA': "South Africa",
1148 'ZM': "Zambia",
1149 'ZW': "Zimbabwe",
1150 'ZZ': "Reserved"
1151},
1152
1153'browsers': {
1154 'UNKNOWN': "Unknown",
1155 'MSIE': "Internet Explorer",
1156 'FIREFOX': "Firefox",
1157 'OPERA': "Opera",
1158 'SAFARI': "Safari",
1159 'OMNIWEB': "OmniWeb",
1160 'CAMINO': "Camino",
1161 'CHROME': "Chrome"
1162},
1163
1164'operatingSystems': {
1165 'UNKNOWN': "Unknown",
1166 'WINDOWS': "Windows",
1167 'MAC': "Mac",
1168 'LINUX': "Linux",
1169 'IPHONE': "iPhone",
1170 'MOBILE': "Mobile",
1171 'OPENBSD': "OpenBSD",
1172 'FREEBSD': "FreeBSD",
1173 'NETBSD': "NetBSD"
1174},
1175
1176
1177 //Calendar texts
1178'calendarStrings': {
1179 'months': {
1180 '0':"January",
1181 '1':"February",
1182 '2':"March",
1183 '3':"April",
1184 '4':"May",
1185 '5':"June",
1186 '6':"July",
1187 '7':"August",
1188 '8':"September",
1189 '9':"October",
1190 '10':"November",
1191 '11':"December"
1192 },
1193 'shortMonths':{
1194 '0':"Jan",
1195 '1':"Feb",
1196 '2':"Mar",
1197 '3':"Apr",
1198 '4':"May",
1199 '5':"Jun",
1200 '6':"Jul",
1201 '7':"Aug",
1202 '8':"Sep",
1203 '9':"Oct",
1204 '10':"Nov",
1205 '11':"Dec"
1206 },
1207
1208 'days':{
1209 '0':"Sunday",
1210 '1':"Monday",
1211 '2':"Tuesday",
1212 '3':"Wednesday",
1213 '4':"Thursday",
1214 '5':"Friday",
1215 '6':"Saturday"
1216 },
1217
1218 'shortDays':{
1219 '0':"Sun",
1220 '1':"Mon",
1221 '2':"Tue",
1222 '3':"Wed",
1223 '4':"Thu",
1224 '5':"Fri",
1225 '6':"Sat"
1226 },
1227
1228 'veryShortDays':{
1229 '0':"Su",
1230 '1':"Mo",
1231 '2':"Tu",
1232 '3':"We",
1233 '4':"Th",
1234 '5':"Fr",
1235 '6':"Sa"
1236 },
1237
1238 'amDesignation':"am",
1239 'pmDesignation':"pm"
1240
1241},
1242
1243// Date format
1244 'fullDate_format':"l, F d, Y H:i:s",
1245*/
1246//################################################################################
1247/*
1248'pageHeader': {
1249 'donation':"donAte",
1250 'forum':"foRum",
1251 'credits':"creDits",
1252 'feedback':"feeDback",
1253 'help': "hElp"
1254},
1255
1256
1257'bookmarkletCopy': {
1258 'noExceptionMessage':"The direct login configuration has been collected.",
1259 'exceptionMessage': "Sorry! There was an error while processing the page.",
1260 'copy': "copy",
1261 'successfulMessage':"DONE!",
1262 'failMessage': "Failed! :("
1263},
1264*/
1265//################################################################################
1266
1267'Wizards': {
1268 'DirectLoginWizard': {
1269 'LABEL': {
1270 'name': "label",
1271 'description': "Enter a name for your new direct login."
1272 },
1273 'TYPE': {
1274 'name': "type",
1275 'description': "short description of the different types of direct login available"
1276 },
1277 'CONFIGURATION': {
1278 'name': "config", //"bookmarklet config",
1279 'description': "Paste the code collected by the bookmarklet. (To install the bookmarklet drag the link below to the bookmark bar of your browser.)"
1280 },
1281 'BINDINGS': {
1282 'name': "bindings",
1283 'description': "Select the right value for each field from the drop down menus."
1284 },
1285 'FAVICON': {
1286 'name': "favicon",
1287 'description': "If you are not satisfied with the small icon for this direct login, enter the URL of a new image file (.ico, .png, .jpg)."
1288 },
1289 'DONE': {
1290 'name': "done",
1291 'description': "Congratulations! You have created a new direct login using credentials contained in your '__cardName__' card.\nEnjoy 1-clik access to '__directLoginName__'!"
1292 }
1293 },
1294 'NewUserWizard': {
1295 'CREDENTIALS': {
1296 'name': "credentials",
1297 'description': "[choose you credentials]"
1298 },
1299 'CHECK_CREDENTIALS': {
1300 'name': "check credentials",
1301 'description': "[check credentials]"
1302 },
1303 'TERMS_OF_SERVICE': {
1304 'name': "terms of service",
1305 'description': "[terms of service]"
1306 },
1307 'CREATE_USER': {
1308 'name': "login",
1309 'description': "[create user]"
1310 }//,
1311/*
1312 'LOGIN': {
1313 'name': "login",
1314 'description': "[enjoy Clipperz]"
1315 },
1316*/
1317 }
1318},
1319
1320
1321'exceptionsMessages': {
1322 'Clipperz': {
1323 'Crypto': {
1324 'Base': {
1325 'exception': {
1326 'CorruptedMessage': "Corrupted message"
1327 }
1328 }
1329 }
1330 }
1331},
1332
1333
1334__syntaxFix__: "syntax fix"
1335
1336}