[pkg-otr-team] [irssi-plugin-otr] 01/01: Imported Debian patch 3.2.1-3+deb7u1

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:17 UTC 2014


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

holger pushed a commit to annotated tag debian/3.2.1-3+deb7u1
in repository irssi-plugin-otr.

commit 3a94be051cf2596c22dd6eaf9fb90a89c12f5fde
Author: intrigeri <intrigeri at debian.org>
Date:   Fri Jan 18 18:34:54 2013 +0100

    Imported Debian patch 3.2.1-3+deb7u1
---
 debian/changelog                            |   9 +++
 debian/patches/fix-French-translation.patch | 100 ++++++++++++++++++++++++++++
 debian/patches/series                       |   1 +
 3 files changed, 110 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3ac96ad..7676273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pidgin-otr (3.2.1-3+deb7u1) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * Fix serious issues in French translation, including failures to
+    properly communicate their current level of confidentiality to the
+    user (Closes: #698449).
+
+ -- intrigeri <intrigeri at debian.org>  Fri, 18 Jan 2013 18:34:54 +0100
+
 pidgin-otr (3.2.1-3) unstable; urgency=low
 
   * Add missing Homepage control field
diff --git a/debian/patches/fix-French-translation.patch b/debian/patches/fix-French-translation.patch
new file mode 100644
index 0000000..cda8bf8
--- /dev/null
+++ b/debian/patches/fix-French-translation.patch
@@ -0,0 +1,100 @@
+Description: Fix French translation
+ Fix serious issues in French translation, including failures to
+ properly communicate their current level of confidentiality to the user.
+Origin: vendor
+Author: Solveig <solveig at gendertrouble.org>
+Bug-Debian: http://bugs.debian.org/698449
+Forwarded: not-needed
+Last-Update: 2013-01-18
+
+--- pidgin-otr-3.2.1.orig/po/fr.po
++++ pidgin-otr-3.2.1/po/fr.po
+@@ -8,7 +8,7 @@ msgstr ""
+ "Project-Id-Version: pidgin-otr 3.1.0.fr\n"
+ "Report-Msgid-Bugs-To: \n"
+ "POT-Creation-Date: 2009-06-23 21:17+0200\n"
+-"PO-Revision-Date: 2009-06-23 22:41+0200\n"
++"PO-Revision-Date: 2013-01-18 18:32+0100\n"
+ "Last-Translator: Solveig <solveig at gendertrouble.org>\n"
+ "Language-Team: Joel Reardon <jreardon at cs.uwaterloo.ca>\n"
+ "MIME-Version: 1.0\n"
+@@ -124,7 +124,7 @@ msgstr "Vérification manuelle d'emprein
+ 
+ #: ../gtk-dialog.c:749
+ msgid "_Authenticate"
+-msgstr "Authentification %s"
++msgstr "_Authentifier"
+ 
+ #: ../gtk-dialog.c:782
+ msgid ""
+@@ -145,12 +145,12 @@ msgstr "Authentification de votre contac
+ #: ../gtk-dialog.c:920
+ #, c-format
+ msgid "Authenticating to %s"
+-msgstr "Authentification auprès de"
++msgstr "Authentification auprès de %s"
+ 
+ #: ../gtk-dialog.c:921
+ #, c-format
+ msgid "Authenticating %s"
+-msgstr "Authentification de"
++msgstr "Authentification de %s"
+ 
+ #: ../gtk-dialog.c:954
+ msgid "Waiting for buddy..."
+@@ -270,10 +270,12 @@ msgid ""
+ "Purported fingerprint for %s:\n"
+ "%s\n"
+ msgstr ""
+-"Votre empreinte, %s (%s):\n"
++"<small><i>%s %s\n"
++"\n"
++"</i></small>Votre empreinte, %s (%s) :\n"
+ "%s\n"
+ "\n"
+-"Empreinte prétendue de %s:\n"
++"Empreinte prétendue de %s :\n"
+ "%s\n"
+ 
+ #: ../gtk-dialog.c:1389 ../gtk-ui.c:782
+@@ -320,7 +322,7 @@ msgstr "Une conversation privée avec %s
+ #: ../gtk-dialog.c:1516
+ #, c-format
+ msgid "<a href=\"%s%s\">Unverified</a> conversation with %%s started.%%s"
+-msgstr "Une conversation <a href=\"%s%s\">non-verifiée</a> avec %%s a commencé.%%s"
++msgstr "Une conversation <a href=\"%s%s\">non-vérifiée</a> avec %%s a commencé.%%s"
+ 
+ #. This last case should never happen, since we know
+ #. * we're in ENCRYPTED.
+@@ -355,7 +357,7 @@ msgid ""
+ "Successfully refreshed the <a href=\"%s%s\">unverified</a> conversation with "
+ "%%s.%%s"
+ msgstr ""
+-"La conversation <a href=\"%s%s\">non-verifiée</a> avec %%s a été rafraîchie "
++"La conversation <a href=\"%s%s\">non-vérifiée</a> avec %%s a été rafraîchie "
+ "avec succès.%%s"
+ 
+ #. This last case should never happen, since we know
+@@ -405,7 +407,7 @@ msgstr "_Authentifier le contact"
+ msgid ""
+ "The privacy status of the current conversation is now: <a href=\"%s%s\">%s</"
+ "a>"
+-msgstr "La confidentialité de cette conversation est désormais :"
++msgstr "La confidentialité de cette conversation est désormais : <a href=\"%s%s\">%s</a>"
+ 
+ #: ../gtk-dialog.c:2276
+ msgid "OTR:"
+@@ -508,11 +510,11 @@ msgstr "Compte"
+ 
+ #: ../gtk-ui.c:766
+ msgid "Start private connection"
+-msgstr "Commencer connection privée"
++msgstr "Commencer connexion privée"
+ 
+ #: ../gtk-ui.c:774
+ msgid "End private connection"
+-msgstr "Finir connection privée"
++msgstr "Finir connexion privée"
+ 
+ #: ../gtk-ui.c:790
+ msgid "Forget fingerprint"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9ecbd5c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-French-translation.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list