[sagenb] 61/157: changes in upload files

felix salfelder felix-guest at moszumanska.debian.org
Mon Dec 22 16:51:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit 6c8876e800c04d10194ded4a9b383e7cac09aef1
Author: J. Miguel Farto <migeruhito at gmail.com>
Date:   Wed Sep 17 14:52:43 2014 +0200

    changes in upload files
---
 sagenb/data/sage/html/upload.html                 |   6 +++---
 sagenb/translations/es_ES/LC_MESSAGES/messages.mo | Bin 57849 -> 57962 bytes
 sagenb/translations/es_ES/LC_MESSAGES/messages.po |   8 ++++++++
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/sagenb/data/sage/html/upload.html b/sagenb/data/sage/html/upload.html
index 7c13675..b3772e1 100644
--- a/sagenb/data/sage/html/upload.html
+++ b/sagenb/data/sage/html/upload.html
@@ -1,6 +1,6 @@
 {% extends "html/base_authenticated.html" %}
 
-{% block title %}Upload File{% endblock %}
+{% block title %}{{ gettext('Upload File') }}{% endblock %}
 
 {% block page_id %}upload-worksheet-page{% endblock %}
 
@@ -19,13 +19,13 @@
             <label for="name">{{ gettext('What do you want to call it? (if different than the original name') }}</label>
             <input size="50" type="text" name="name" />
         </div>
-        <button type="submit">Upload Worksheet</button>
+        <button type="submit">{{ gettext('Upload Worksheet') }}</button>
     </form>
 </div>
 {% else: %}
 <div>
     <h2>{{ gettext('Upload worksheet to the Sage Notebook') }}</h2>
-    <p>Supported file formats:</p>
+    <p>{{ gettext('Supported file formats:') }}</p>
     <ul class="simple">
         <li><tt>.sws</tt> - {{ gettext('a Sage worksheet') }}</li>
         <li><tt>.html</tt> {{ gettext('or <tt>.txt</tt> - a worksheet text file with html code and cells surrounded by <tt>{{{</tt> and <tt>}}}</tt> that defines a worksheet') }}</li>
diff --git a/sagenb/translations/es_ES/LC_MESSAGES/messages.mo b/sagenb/translations/es_ES/LC_MESSAGES/messages.mo
index bd276c9..292556c 100644
Binary files a/sagenb/translations/es_ES/LC_MESSAGES/messages.mo and b/sagenb/translations/es_ES/LC_MESSAGES/messages.mo differ
diff --git a/sagenb/translations/es_ES/LC_MESSAGES/messages.po b/sagenb/translations/es_ES/LC_MESSAGES/messages.po
index 52ad299..c36ab6c 100644
--- a/sagenb/translations/es_ES/LC_MESSAGES/messages.po
+++ b/sagenb/translations/es_ES/LC_MESSAGES/messages.po
@@ -58,11 +58,19 @@ msgstr "Tiempo de espera inactivo para la documentación dinámica (segundos)"
 
 
 
+#: sagenb/data/sage/html/upload.html:3
+msgid "Upload File"
+msgstr "Subir fichero"
+
 #: sagenb/data/sage/html/upload.html:11
 #: sagenb/data/sage/html/upload.html:27
 msgid "Upload worksheet to the Sage Notebook"
 msgstr "Subir una hoja al Notebook Sage"
 
+#: sagenb/data/sage/html/upload.html:28
+msgid "Supported file formats:"
+msgstr "Formatos de archivo soportados"
+
 #: sagenb/data/sage/html/upload.html:15
 msgid "URL of file on web"
 msgstr "URL de un archivo de la web"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list