Add translations, remove useless functions

This commit is contained in:
Pierre Bondoerffer
2017-08-02 11:46:55 +02:00
parent de23195bd8
commit db111257f0
4 changed files with 13 additions and 95 deletions

View File

@@ -542,5 +542,8 @@ define(function () {
out.settings_logoutEverywhereButton = "Cerar sesión";
out.upload_title = "Subir archivo";
// 1.13.0 - Naiad
out.topbar_whatIsCryptpad = "Qué es CryptPad";
return out;
});

View File

@@ -508,6 +508,8 @@ define(function () {
out.terms = "Conditions";
out.blog = "Blog";
out.topbar_whatIsCryptpad = "Qu'est-ce que CryptPad";
// privacy.html
out.policy_title = 'Politique de confidentialité de CryptPad';

View File

@@ -526,6 +526,8 @@ define(function () {
out.terms = "ToS";
out.blog = "Blog";
out.topbar_whatIsCryptpad = "What is CryptPad";
// privacy.html
out.policy_title = 'CryptPad Privacy Policy';