define(function () { var out = {}; out._languageName = 'English'; out.main_title = "Cryptpad: Zero Knowledge, Collaborative Real Time Editing"; out.type = {}; out.type.pad = 'Pad'; out.type.code = 'Code'; out.type.poll = 'Poll'; out.type.slide = 'Presentation'; out.errorBox_errorType_disconnected = 'Connection Lost'; out.errorBox_errorExplanation_disconnected = [ 'Lost connection to server, you may reconnect by reloading the page or review your work ', 'by clicking outside of this box.' ].join(''); out.common_connectionLost = 'Server Connection Lost'; out.disconnected = 'Disconnected'; out.synchronizing = 'Synchronizing'; out.reconnecting = 'Reconnecting...'; out.lag = 'Lag'; out.readonly = 'Read only'; out.anonymous = "Anonymous"; out.yourself = "Yourself"; out.anonymousUsers = "anonymous users"; out.anonymousUser = "anonymous user"; out.shareView = "Read-only URL"; out.shareEdit = "Edit URL"; out.users = "Editing users"; out.greenLight = "Everything is working fine"; out.orangeLight = "Your slow connection may impact your experience"; out.redLight = "You are disconnected from the session"; out.importButton = 'IMPORT'; out.importButtonTitle = 'Import a document from a local file'; out.exportButton = 'EXPORT'; out.exportButtonTitle = 'Export this document to a local file'; out.exportPrompt = 'What would you like to name your file?'; out.back = '⇐ Back'; out.backToCryptpad = '⇐ Back to Cryptpad'; out.userButton = 'USER'; out.userButtonTitle = 'Change your username'; out.changeNamePrompt = 'Change your name (leave empty to be anonymous): '; out.renameButton = 'RENAME'; out.renameButtonTitle = 'Change the title under which this document is listed on your home page'; out.renamePrompt = 'How would you like to title this pad?'; out.renameConflict = 'Another pad already has that title'; out.clickToEdit = "Click to edit"; out.forgetButton = 'FORGET'; out.forgetButtonTitle = 'Remove this document from your home page listings'; out.forgetPrompt = 'Clicking OK will remove the URL for this pad from localStorage, are you sure?'; out.shareButton = 'Share'; out.shareButtonTitle = "Copy URL to clipboard"; out.shareSuccess = 'Copied URL to clipboard'; out.shareFailed = "Failed to copy URL to clipboard"; out.presentButton = 'PRESENT'; out.presentButtonTitle = "Enter presentation mode"; out.presentSuccess = 'Hit ESC to exit presentation mode'; out.sourceButton = 'VIEW SOURCE'; out.sourceButtonTitle = "Leave presentation mode"; out.backgroundButton = 'BACKGROUND COLOR'; out.backgroundButtonTitle = 'Change the background color in the presentation'; out.colorButton = 'TEXT COLOR'; out.colorButtonTitle = 'Change the text color in presentation mode'; out.commitButton = 'COMMIT'; out.getViewButton = 'READ-ONLY URL'; out.getViewButtonTitle = 'Get the read-only URL for this document'; out.readonlyUrl = 'Read only document'; out.copyReadOnly = "Copy URL to clipboard"; out.openReadOnly = "Open in a new tab"; out.editing = "editor(s)"; out.viewing = "viewer(s)"; out.editShare = "Share edit URL"; out.editShareTitle = "Copy the edit URL to clipboard"; out.viewShare = "Share view URL"; out.viewShareTitle = "Copy the read-only URL to clipboard"; out.viewOpen = "View in new tab"; out.viewOpenTitle = "Open the document in read-only mode in a new tab"; out.notifyJoined = "{0} has joined the collaborative session"; out.notifyRenamed = "{0} is now known as {1}"; out.notifyLeft = "{0} has left the collaborative session"; out.disconnectAlert = 'Network connection lost!'; out.tryIt = 'Try it out!'; out.recentPads = 'Your recent pads (stored only in your browser)'; out.okButton = 'OK (enter)'; out.cancelButton = 'Cancel (esc)'; out.loginText = '

Your username and password are used to generate a unique key which is never known by our server.

\n' + '

Be careful not to forget your credentials, as they are impossible to recover

'; out.forget = "Forget"; // Polls out.poll_title = "Zero Knowledge Date Picker"; out.poll_subtitle = "Zero Knowledge, realtime scheduling"; out.poll_p_save = "Your settings are updated instantly, so you never need to save."; out.poll_p_encryption = "All your input is encrypted so only people who have the link can access it. Even the server cannot see what you change."; out.poll_p_howtouse = "Enter your name in the input field below and check the box for times when you are available"; out.promptName = "What is you name ?"; out.wizardButton = 'WIZARD'; out.wizardLog = "Click the button in the top left to return to your poll"; out.wizardTitle = "Use the wizard to create your poll"; out.wizardConfirm = "Are you really ready to add these options to your poll?"; out.poll_closeWizardButton = "Close wizard"; out.poll_closeWizardButtonTitle = "Close wizard"; out.poll_wizardComputeButton = "Compute Options"; out.poll_wizardClearButton = "Clear Table"; out.poll_wizardDescription = "Automatically create a number of options by entering any number of dates and times segments"; out.poll_wizardAddDateButton = "+ Dates"; out.poll_wizardAddTimeButton = "+ Times"; out.poll_addUserButton = "+ Users"; out.poll_addUserButtonTitle = "Click to add a user"; out.poll_addOptionButton = "+ Options"; out.poll_addOptionButtonTitle = "Click to add an option"; out.poll_addOption = "Propose an option"; out.poll_optionPlaceholder = "Option"; out.poll_addUser = "Enter a name"; out.poll_userPlaceholder = "Your name"; out.poll_removeOption = "Are you sure you'd like to remove this option?"; out.poll_removeOptionTitle = "Remove the row"; out.poll_removeUser = "Are you sure you'd like to remove this user?"; out.poll_removeUserTitle = "Remove the column"; out.poll_editOption = "Are you sure you'd like to edit this option?"; out.poll_editOptionTitle = "Edit the row"; out.poll_editUser = "Are you sure you'd like to edit this user?"; out.poll_editUserTitle = "Edit the column"; out.poll_titleHint = "Title"; out.poll_descriptionHint = "Description"; // index.html out.main_p1 = 'CryptPad is the zero knowledge realtime collaborative editor. Encryption carried out in your web browser protects the data from the server, the cloud, and the NSA. The secret encryption key is stored in the URL fragment identifier which is never sent to the server but is available to javascript so by sharing the URL, you give authorization to others who want to participate.'; out.main_p2 = 'This project uses the CKEditor Visual Editor, CodeMirror, and the ChainPad realtime engine.'; out.main_howitworks = 'How It Works'; out.main_howitworks_p1 = 'CryptPad uses a variant of the Operational transformation algorithm which is able to find distributed consensus using a Nakamoto Blockchain, a construct popularized by Bitcoin. This way the algorithm can avoid the need for a central server to resolve Operational Transform Edit Conflicts and without the need for resolving conflicts, the server can be kept unaware of the content which is being edited on the pad.'; out.main_about = 'About'; out.main_about_p1 = 'You can read more about our privacy policy and terms of service.'; out.main_about_p2 = 'If you have any questions or comments, you can tweet us, open an issue on github, come say hi on irc (irc.freenode.net), or send us an email.'; out.table_type = 'Type'; out.table_link = 'Link'; out.table_created = 'Created'; out.table_last = 'Last Accessed'; out.button_newpad = 'CREATE NEW WYSIWYG PAD'; out.button_newcode = 'CREATE NEW CODE PAD'; out.button_newpoll = 'CREATE NEW POLL'; out.button_newslide = 'CREATE NEW PRESENTATION'; // privacy.html out.policy_title = 'Cryptpad Privacy Policy'; out.policy_whatweknow = 'What we know about you'; out.policy_whatweknow_p1 = 'As an application that is hosted on the web, Cryptpad has access to metadata exposed by the HTTP protocol. This includes your IP address, and various other HTTP headers that can be used to identify your particular browser. You can see what information your browser is sharing by visiting WhatIsMyBrowser.com.'; out.policy_whatweknow_p2 = 'We use Piwik, an open source analytics platform, to learn more about our users. Piwik tells us about how you found Cryptpad, via direct entry, through a search engine, or via a referral from another web service like Reddit or Twitter. We also learn when you visit, what links you click while on our informational pages, and how long you stay on a particular page.'; out.policy_whatweknow_p3 = 'These analytics tools are only used on informational pages. We do not collect any information about your usage of our zero-knowledge applications.'; out.policy_howweuse = 'How we use what we learn'; out.policy_howweuse_p1 = 'We use this information to make better decisions about promoting Cryptpad, by evaluating which of our past efforts were successful. Information about your location lets us know whether we should consider providing better support for languages other than English.'; out.policy_howweuse_p2 = "Information about your browser (whether it's a desktop or mobile operating system) helps us make decisions when prioritizing feature improvements. Our development team is small, and we try to make choices that will improve as many users' experience as possible."; out.policy_whatwetell = 'What we tell others about you'; out.policy_whatwetell_p1 = 'We do not furnish to third parties the information that we gather or that you provide to us unless we are legally required to do so.'; out.policy_links = 'Links to other sites'; out.policy_links_p1 = 'This site contains links to other sites, including those produced by other organizations. We are not responsible for the privacy practices or the contents of any outside sites. As a general rule, links to outside sites are launched in a new browser window, to make clear that you are leaving Cryptpad.fr.'; out.policy_ads = 'Advertisement'; out.policy_ads_p1 = 'We do not display any online advertising, though we may link to the bodies which are financing our research.'; out.policy_choices = 'Choices you have'; out.policy_choices_open = 'Our code is open source, so you always have the option of hosting your own instance of Cryptpad.'; out.policy_choices_vpn = 'If you want to use our hosted instance, but don\'t want to expose your IP address, you can protect your IP using the Tor browser bundle, or a VPN.'; out.policy_choices_ads = 'If you just want to block our analytics platform, you can use adblocking tools like Privacy Badger.'; // terms.html out.tos_title = "Cryptpad Terms of Service"; out.tos_legal = "Please don't be malicious, abusive, or do anything illegal."; out.tos_availability = "We hope you find this service useful, but availability or performance cannot be guaranteed. Please export your data regularly."; out.tos_e2ee = "Cryptpad documents can be read or modified by anyone who can guess or otherwise obtain the document's fragment identifier. We recommend that you use end-to-end-encrypted (e2ee) messaging technology to share URLs, and assume no liability in the event that such a URL is leaked."; out.tos_logs = "Metadata provided by your browser to the server may be logged for the purpose of maintaining the service."; out.tos_3rdparties = "We do not provide individualized data to third parties unless required to by law."; // BottomBar.html out.bottom_france = 'Made with in '; out.bottom_support = 'An XWiki SAS Labs Project with the support of OpenPaaS-ng'; // Header.html out.header_france = 'With from France by XWiki SAS'; out.header_xwiki = 'XWiki SAS'; out.header_support = ' OpenPaaS-ng'; out.header_logoTitle = 'Go to the main page'; return out; });