From e2ff88e4c4cc0213e605d55dcb0a31fca8ddf2f8 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 19 Jun 2017 17:56:19 +0200 Subject: [PATCH] tooltips for file upload --- customize.dist/translations/messages.es.js | 1 + customize.dist/translations/messages.js | 1 + 2 files changed, 2 insertions(+) diff --git a/customize.dist/translations/messages.es.js b/customize.dist/translations/messages.es.js index 3dcb34049..ea50a1ec1 100644 --- a/customize.dist/translations/messages.es.js +++ b/customize.dist/translations/messages.es.js @@ -351,6 +351,7 @@ define(function () { out.tips.title = "Puedes cambiar el título de tus pads en la parte superior de la pantalla."; out.tips.store = "Cada vez que visitas un pad con una sesión iniciada se guardará a tu CryptDrive."; out.tips.marker = "Puedes resaltar texto en un pad utilizando el \"marcador\" en el menú de estílo."; + out.tips.driveUpload = "Usuarios registrados pueden subir archivos cifrados arrastrandolos hacia CryptDrive."; out.feedback_about = "Si estas leyendo esto, quizas estés curioso de saber porqué CryptPad solicita esta página cuando haces algunas acciones"; out.feedback_privacy = "Nos importa tu privacidad, y al mismo tiempo queremos que CryptPad sea muy fácil de usar. Utilizamos esta página para conocer las funcionalidades que importan a nuestros usuarios, pidiendolo con un parametro que nos dice que accion fue realizada."; diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index cad60ee63..7790c0b16 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -566,6 +566,7 @@ define(function () { out.tips.title = "You can set the title of your pad by clicking the top center."; out.tips.store = "Every time you visit a pad, if you're logged in it will be saved to your CryptDrive."; out.tips.marker = "You can highlight text in a pad using the \"marker\" item in the styles dropdown menu."; + out.tips.driveUpload = "Registered users can upload encrypted files by dragging and dropping them into their CryptDrive."; out.feedback_about = "If you're reading this, you were probably curious why CryptPad is requesting web pages when you perform certain actions"; out.feedback_privacy = "We care about your privacy, and at the same time we want CryptPad to be very easy to use. We use this file to figure out which UI features matter to our users, by requesting it along with a parameter specifying which action was taken.";