Msg.features_f_social_note="Add contacts for secure collaboration, create a profile, fine-grained access controls";
// Msg.features_f_file1 = "";
Msg.features_f_file1_note="Store files in your CryptDrive: images, PDFs, videos, and more. Share them with your contacts or embed them in your documents. (up to {0}MB)";
Msg.features_f_storage2_note="From 5GB to 50GB depending on the plan. Increased limit of {0}MB for file uploads.";
// Msg.features_f_support = ""
Msg.features_f_support_note="Priority response from the administration team via email and built in ticket system.";
Msg.features_f_supporter="Support privacy";
Msg.features_f_supporter_note="Help CryptPad financially sustainable and show that privacy-enhancing software willingly funded by users should be the norm";
Msg.features_f_subscribe="Subscribe";
Msg.features_f_subscribe_note="Registered account needed to subscribe";
Msg.home_privacy_text="CryptPad is built to enable collaboration while keeping data private. All information including documents, chats, and files is encrypted and decrypted by your browser. This means nothing is readable outside of the session where you are logged in. Even the service administrators do not have access to your information.";
Msg.home_host_title="About this instance";
Msg.home_host="This is an independent community instance of CryptPad.";// existing key
Msg.home_opensource_title="Open Source";
Msg.home_opensource='Anyone can host CryptPad and offer the service in a personal or professional capacity. The source code is available on <a href="https://github.com/xwiki-labs/cryptpad">Github</a>.';
Msg.home_support_title="Support CryptPad";
Msg.home_support="<p>CryptPad does not profit from user's data. This is part of a vision for online services that respect privacy. Instead of pretending to be \"free\" like the big platforms, CryptPad aims to build a sustainable model: funded willingly by users instead of making profits from personal information.</p><p>You can support the project by making a one-time or recurring donation through our Open Collective. Our budget is transparent and updates are published regularly. There are also a number of <a href=\"https://docs.cryptpad.fr/en/how_to_contribute.html\" rel=\"noopener noreferrer\" target=\"_blank\">non-financial ways to contribute</a>.</p>";
varblocks=[
h('div.row.cp-index-section',[
h('div.col-sm-6',
@ -136,8 +113,6 @@ define([
])
];
// XXX translation
Msg.main_catch_phrase="Collaboration suite,<br>encrypted and open-source";
Msg.register_notes='<ul class="cp-notes-list"><li>Your password is your secret key which encrypts all of your pads. <span class="red">If you lose it there is no way we can recover your data.</span></li><li>If you are using a shared computer, <span class="red">remember to log out</span> when you are done. Only closing the browser window leaves your documents exposed. </li><li>To keep the documents you created and/or stored without being logged in, tick "Import documents from your anonymous session". </li></ul>';
Msg.register_importRecent="Import documents from your anonymous session";// existing key
Msg.whatis_collaboration_info='<p>CryptPad is built to enable collaboration, synchronizing in real time between users editing the same document, but has no access to the content of the document or data about users. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored.</p><p>Collaborating in real time on online documents is now a common thing. A range of well known internet platforms offer this service. In order to enable collaboration, these services synchronize changes between all users. In the process they gain access to the content of the document and to data about the behaviour of users. While these services are often advertised as "free", platforms monetise user data by using it to profile users and selling advertising.</p>';
Msg.whatis_apps="A full suite of applications";
Msg.whatis_apps_info="<p>CryptPad provides a full-fledged office suite, with all the tools necessary for productive collaboration. Applications include: Rich Text, Spreadsheets, Code/Markdown, Kanban, Slides, Whiteboard and Polls.</p><p> A secure chat is available in each document for secure communication, [continue ...]</p>";
Msg.whatis_model_info="<p>CryptPad is open source [continue ...]</p><p>CryptPad does not profit from its users data. This is because being fully encrypted it does not gather any useful data that could be sold to profile users. This lack of data is a feature, not a bug, it is part of a vision for online services that respect users privacy. Instead of pretending to be \"free\" like the big platforms CryptPad aims to build a financially sustainable model: funded willingly by users instead of profiting form personal information.</p><p>Since 2016, CryptPad is supported by French and European research grants such as BPI France, NLNet Foundation, NGI Trust, Mozilla Open Source Support, as well as donations and subscriptions to the service. Now that the feasibility of the project has been established, the next goal is to make financially sustainable through user funding. If you would like to support CryptPad and help make it a sustainable alternative to the big platforms, please consider making a donation.</p>";
Msg.whatis_xwiki="Made at XWiki";
Msg.whatis_xwiki_info="<p>CryptPad is made at XWiki, a company based in Paris that has been making open-source software for over 15 years. [continue ...]</p>";
returnfunction(){
returnh('div#cp-main',[
Pages.infopageTopbar(),
@ -66,9 +57,9 @@ define([
h('div.col-md-6.order-md-2',[
Pages.setHTML(h('h2'),Msg.whatis_model),
Pages.setHTML(h('span'),Msg.whatis_model_info),
h('button',[
Msg.crowdfunding_button// XXX not functional
])
Pages.crowdfundingButton(function(){
Feedback.send('WHATIS_SUPPORT_CRYPTPAD');
}),
// XXX add link to subscription here on cryptpad.fr
Messages.help.generic.more="Learn more about how CryptPad can work for you by reading our <a href=\"https://docs.cryptpad.fr\" target=\"_blank\">Documentation</a>.";
Messages.register_warning_note="Due to the encrypted nature of CrytpPad even the the service administrators will not be able to recover data in case the username and/or password are forgotten. Please save them in a safe place.";