[X2Go-Commits] [pinentry-x2go] 03/03: New translation of PIN-Entry X2Go into Spanish.

git-admin at x2go.org git-admin at x2go.org
Tue Feb 25 17:23:24 CET 2014


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

x2go pushed a commit to branch master
in repository pinentry-x2go.

commit e8ca2a6fe12fff94ac0ce813543ec938cbf9cda0
Author: Ricardo Díaz Martín <ricardo.diaz at oceanosoft.com>
Date:   Tue Feb 25 17:22:53 2014 +0100

    New translation of PIN-Entry X2Go into Spanish.
---
 debian/changelog                  |    4 ++++
 pinentry-x2go/pinentry-x2go.pro   |    3 ++-
 pinentry-x2go/pinentry-x2go_es.ts |   25 +++++++++++++++++++++++++
 pinentry-x2go/qt_es.qm            |  Bin 0 -> 87843 bytes
 pinentry-x2go/resources.rcc       |    2 ++
 5 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index aac388a..aa7a06e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ pinentry-x2go (0.7.5.7-0x2go1) UNRELEASED; urgency=low
   * New upstream version (0.7.5.7):
     - Fix FSF address in license headers. (Fixes: #303).
 
+  [ Ricardo Díaz Martín ]
+  * New upstream version (0.7.5.7):
+    - New translation of PIN-Entry X2Go into Spanish.
+
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 11 Sep 2013 21:34:23 +0200
 
 pinentry-x2go (0.7.5.6-0~x2go1) unstable; urgency=low
diff --git a/pinentry-x2go/pinentry-x2go.pro b/pinentry-x2go/pinentry-x2go.pro
index ffc8037..5fe8c5e 100644
--- a/pinentry-x2go/pinentry-x2go.pro
+++ b/pinentry-x2go/pinentry-x2go.pro
@@ -3,7 +3,8 @@
 ######################################################################
 INSTALLS += target 
 target.path = $${PREFIX}/bin
-TRANSLATIONS += pinentry-x2go_de.ts 
+TRANSLATIONS += pinentry-x2go_de.ts \
+                pinentry-x2go_es.ts
 
 TEMPLATE = app
 TARGET = 
diff --git a/pinentry-x2go/pinentry-x2go_es.ts b/pinentry-x2go/pinentry-x2go_es.ts
new file mode 100644
index 0000000..dc61bc7
--- /dev/null
+++ b/pinentry-x2go/pinentry-x2go_es.ts
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="es_ES">
+<context>
+    <name>PinEntryDialog</name>
+    <message>
+        <location filename="pinentrydialog.cpp" line="38"/>
+        <source>X2Go Pinpad</source>
+        <translation>X2Go Pinpad</translation>
+    </message>
+    <message>
+        <location filename="pinentrydialog.cpp" line="166"/>
+        <source>Please, enter your PIN</source>
+        <translation>Ingrese su PIN</translation>
+    </message>
+</context>
+<context>
+    <name>TemplateDialog</name>
+    <message>
+        <location filename="templatedlg.ui" line="13"/>
+        <source>Dialog</source>
+        <translation>Diálogo</translation>
+    </message>
+</context>
+</TS>
diff --git a/pinentry-x2go/qt_es.qm b/pinentry-x2go/qt_es.qm
new file mode 100644
index 0000000..00e2ae9
Binary files /dev/null and b/pinentry-x2go/qt_es.qm differ
diff --git a/pinentry-x2go/resources.rcc b/pinentry-x2go/resources.rcc
index 94d9cfb..d9b6bd1 100644
--- a/pinentry-x2go/resources.rcc
+++ b/pinentry-x2go/resources.rcc
@@ -3,6 +3,8 @@
        <file>icons/button_ok.png</file>
        <file>icons/button_cancel.png</file>
        <file>pinentry-x2go_de.qm</file>
+       <file>pinentry-x2go_es.qm</file>
        <file>qt_de.qm</file>
+       <file>qt_es.qm</file>
    </qresource>
 </RCC>
\ No newline at end of file

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git



More information about the x2go-commits mailing list