mirror of https://github.com/xwiki-labs/cryptpad
Fix the noscript tag
This commit is contained in:
parent
f8b65be009
commit
ebae2c3bec
|
@ -57,8 +57,12 @@
|
|||
|
||||
<center>
|
||||
<noscript>
|
||||
<p data-localization="main_oops">
|
||||
<!-- JS required -->
|
||||
<p>
|
||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<strong>OUPS</strong> Afin de pouvoir réaliser le cryptage depuis votre navigateur, Javascript est <strong>vraiment</strong> requis.
|
||||
</p>
|
||||
</noscript>
|
||||
<h5 id="tryit" data-localization="tryIt"></h5>
|
||||
|
@ -87,8 +91,6 @@
|
|||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="bottom-bar"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -74,8 +74,6 @@
|
|||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="bottom-bar"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -17,8 +17,12 @@
|
|||
|
||||
<center>
|
||||
<noscript>
|
||||
<p data-localization="main_oops">
|
||||
<!-- JS required -->
|
||||
<p>
|
||||
<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.
|
||||
</p>
|
||||
<hr>
|
||||
<p>
|
||||
<strong>OUPS</strong> Afin de pouvoir réaliser le cryptage depuis votre navigateur, Javascript est <strong>vraiment</strong> requis.
|
||||
</p>
|
||||
</noscript>
|
||||
<h5 id="tryit" data-localization="tryIt"></h5>
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
<div id="main">
|
||||
{{main}}
|
||||
</div>
|
||||
|
||||
<div id="bottom-bar"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -51,8 +51,6 @@
|
|||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="bottom-bar"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -135,7 +135,6 @@ define(function () {
|
|||
out.main_about = 'À propos';
|
||||
out.main_about_p1 = 'Vous pouvez en apprendre davantage sur notre <a href="/privacy.html" title="">politique de confidentialité</a> et nos <a href="/terms.html">conditions d\'utilisation</a>.';
|
||||
out.main_about_p2 = 'Si vous avez des questions ou commentaires, vous pouvez <a href="https://twitter.com/cryptpad">nous tweeter</a>, ouvrir une issue sur <a href="https://github.com/xwiki-labs/cryptpad/issues/" title="our issue tracker">Github</a>, venir dire bonjour sur IRC (<a href="http://webchat.freenode.net?channels=%23cryptpad&uio=MT1mYWxzZSY5PXRydWUmMTE9Mjg3JjE1PXRydWUe7" title="freenode webchat">irc.freenode.net</a>), ou <a href="mailto:sftfbsdiAyxjlj/dpn">nous envoyer un email</a>.';
|
||||
out.main_oops = '<strong>OUPS</strong> Afin de pouvoir réaliser le cryptage depuis votre navigateur, Javascript est <strong>vraiment</strong> requis.';
|
||||
|
||||
out.table_type = 'Type';
|
||||
out.table_link = 'Lien';
|
||||
|
|
|
@ -51,7 +51,7 @@ define(function () {
|
|||
out.renameConflict = 'Another pad already has that title';
|
||||
|
||||
out.forgetButton = 'FORGET';
|
||||
out.forgetButtonTitle = 'remove this document from your home page listings';
|
||||
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';
|
||||
|
@ -135,7 +135,6 @@ define(function () {
|
|||
out.main_about = 'About';
|
||||
out.main_about_p1 = 'You can read more about our <a href="/privacy.html" title="">privacy policy</a> and <a href="/terms.html">terms of service</a>.';
|
||||
out.main_about_p2 = 'If you have any questions or comments, you can <a href="https://twitter.com/cryptpad">tweet us</a>, open an issue <a href="https://github.com/xwiki-labs/cryptpad/issues/" title="our issue tracker">on github</a>, come say hi on irc (<a href="http://webchat.freenode.net?channels=%23cryptpad&uio=MT1mYWxzZSY5PXRydWUmMTE9Mjg3JjE1PXRydWUe7" title="freenode webchat">irc.freenode.net</a>), or <a href="mailto:sftfbsdiAyxjlj/dpn">send us an email</a>.';
|
||||
out.main_oops = '<strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.';
|
||||
|
||||
out.table_type = 'Type';
|
||||
out.table_link = 'Link';
|
||||
|
|
Loading…
Reference in New Issue