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