mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Preparing a test release
This commit is contained in:
parent
30a97e770c
commit
57d9ea99d9
43 changed files with 2373 additions and 2343 deletions
12
po/ChangeLog
12
po/ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2008-02-15 Werner Koch <wk@g10code.com>
|
||||
|
||||
* de.po: Translate 3 new strings.
|
||||
|
||||
2008-02-15 Jedi Lin <Jedi@Jedi.org> (wk)
|
||||
|
||||
* zh_TW.po: Update.
|
||||
|
||||
2008-02-15 gettextize <bug-gnu-gettext@gnu.org>
|
||||
|
||||
* Makefile.in.in: Upgrade to gettext-0.17.
|
||||
|
||||
2008-01-22 Werner Koch <wk@g10code.com>
|
||||
|
||||
* de.po: Small typo fixes. Reported by Ludwig Reiter.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Makefile for PO directory in any package using GNU gettext.
|
||||
# Copyright (C) 1995-1997, 2000-2006 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
||||
# Copyright (C) 1995-1997, 2000-2007 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
|
||||
#
|
||||
# This file can be copied and used freely without restrictions. It can
|
||||
# be used in projects which are not available under the GNU General Public
|
||||
|
@ -8,7 +8,8 @@
|
|||
# Please note that the actual code of GNU gettext is covered by the GNU
|
||||
# General Public License and is *not* in the public domain.
|
||||
#
|
||||
# Origin: gettext-0.16
|
||||
# Origin: gettext-0.17
|
||||
GETTEXT_MACRO_VERSION = 0.17
|
||||
|
||||
PACKAGE = @PACKAGE@
|
||||
VERSION = @VERSION@
|
||||
|
@ -95,11 +96,18 @@ CATALOGS = @CATALOGS@
|
|||
mv t-$@ $@
|
||||
|
||||
|
||||
all: all-@USE_NLS@
|
||||
all: check-macro-version all-@USE_NLS@
|
||||
|
||||
all-yes: stamp-po
|
||||
all-no:
|
||||
|
||||
# Ensure that the gettext macros and this Makefile.in.in are in sync.
|
||||
check-macro-version:
|
||||
@test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \
|
||||
|| { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \
|
||||
exit 1; \
|
||||
}
|
||||
|
||||
# $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no
|
||||
# internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because
|
||||
# we don't want to bother translators with empty POT files). We assume that
|
||||
|
@ -130,16 +138,34 @@ stamp-po: $(srcdir)/$(DOMAIN).pot
|
|||
# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
|
||||
# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
|
||||
$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
|
||||
if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
|
||||
package_gnu='GNU '; \
|
||||
else \
|
||||
package_gnu=''; \
|
||||
fi; \
|
||||
if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \
|
||||
msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
|
||||
else \
|
||||
msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \
|
||||
fi; \
|
||||
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
|
||||
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
|
||||
--files-from=$(srcdir)/POTFILES.in \
|
||||
--copyright-holder='$(COPYRIGHT_HOLDER)' \
|
||||
--msgid-bugs-address="$$msgid_bugs_address"
|
||||
case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
|
||||
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
|
||||
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
|
||||
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
|
||||
--files-from=$(srcdir)/POTFILES.in \
|
||||
--copyright-holder='$(COPYRIGHT_HOLDER)' \
|
||||
--msgid-bugs-address="$$msgid_bugs_address" \
|
||||
;; \
|
||||
*) \
|
||||
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
|
||||
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
|
||||
--files-from=$(srcdir)/POTFILES.in \
|
||||
--copyright-holder='$(COPYRIGHT_HOLDER)' \
|
||||
--package-name="$${package_gnu}@PACKAGE@" \
|
||||
--package-version='@VERSION@' \
|
||||
--msgid-bugs-address="$$msgid_bugs_address" \
|
||||
;; \
|
||||
esac
|
||||
test ! -f $(DOMAIN).po || { \
|
||||
if test -f $(srcdir)/$(DOMAIN).pot; then \
|
||||
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
|
||||
|
|
4
po/be.po
4
po/be.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.2.2\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2003-10-30 16:35+0200\n"
|
||||
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
|
||||
"Language-Team: Belarusian <i18n@mova.org>\n"
|
||||
|
@ -6502,7 +6502,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr ""
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
21
po/ca.po
21
po/ca.po
|
@ -27,7 +27,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.4.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2005-02-04 02:04+0100\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@gnu.org>\n"
|
||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||
|
@ -6213,8 +6213,8 @@ msgstr "es descarta: la clau secreta ja és present\n"
|
|||
#, fuzzy
|
||||
msgid "this is a PGP generated Elgamal key which is not secure for signatures!"
|
||||
msgstr ""
|
||||
"es descarta «%s»: és una clau ElGamal generada per PGP que no és segura per "
|
||||
"a signatures!\n"
|
||||
"es descarta «%s»: és una clau ElGamal generada per PGP que no és segura per a "
|
||||
"signatures!\n"
|
||||
|
||||
#: g10/tdbdump.c:58 g10/trustdb.c:360
|
||||
#, c-format
|
||||
|
@ -6399,8 +6399,8 @@ msgstr "%s: no s'ha pogut afegir un registre: %s\n"
|
|||
#: g10/tdbio.c:1506
|
||||
msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n"
|
||||
msgstr ""
|
||||
"la base de dades de confiança està corrompuda; per favor, executeu «gpg --"
|
||||
"fix-trustdb».\n"
|
||||
"la base de dades de confiança està corrompuda; per favor, executeu «gpg --fix-"
|
||||
"trustdb».\n"
|
||||
|
||||
#: g10/textfilter.c:147
|
||||
#, c-format
|
||||
|
@ -6977,7 +6977,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "el caràcter radix64 %02x invàlid s'ha omés\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, fuzzy, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr "no s'ha pogut posar «%s» en la base de dades de confiança - %s\n"
|
||||
|
@ -8428,8 +8428,7 @@ msgstr ""
|
|||
#~ "claus\n"
|
||||
#~ "tenen confiança absoluta - aquestes són normalment les claus per a les "
|
||||
#~ "que\n"
|
||||
#~ "teniu accés a la clau secreta. Contesteu «sí» per a donar a aquesta "
|
||||
#~ "clau\n"
|
||||
#~ "teniu accés a la clau secreta. Contesteu «sí» per a donar a aquesta clau\n"
|
||||
#~ "confiança absoluta\n"
|
||||
|
||||
# "clau no confiable"? jm
|
||||
|
@ -8551,8 +8550,7 @@ msgstr ""
|
|||
#~ "«1» significa que creieu que la clau és de la persona que diu que és la\n"
|
||||
#~ " propietària, però no heu pogut, o no heu verificat la clau de cap "
|
||||
#~ "manera.\n"
|
||||
#~ " Açò és útil per a la verificació d'un «rol», quan signeu la clau "
|
||||
#~ "d'un\n"
|
||||
#~ " Açò és útil per a la verificació d'un «rol», quan signeu la clau d'un\n"
|
||||
#~ " usuari amb pseudònim.\n"
|
||||
#~ "\n"
|
||||
#~ "«2» significa que heu fet algunes comprovacions de la clau. Per exemple, "
|
||||
|
@ -8746,8 +8744,7 @@ msgstr ""
|
|||
#, fuzzy
|
||||
#~ msgid "cipher extension `%s' not loaded due to unsafe permissions\n"
|
||||
#~ msgstr ""
|
||||
#~ "la extensió de xifrat «%s» no s'ha carregat per tindre permissos "
|
||||
#~ "insegurs\n"
|
||||
#~ "la extensió de xifrat «%s» no s'ha carregat per tindre permissos insegurs\n"
|
||||
|
||||
#~ msgid "DSA requires the use of a 160 bit hash algorithm\n"
|
||||
#~ msgstr "DSA requereix l'ús d'un algoritme de dispersió de 160 bits\n"
|
||||
|
|
4
po/cs.po
4
po/cs.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg-1.3.92\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-11-26 09:12+0200\n"
|
||||
"Last-Translator: Roman Pavlik <rp@tns.cz>\n"
|
||||
"Language-Team: Czech <translations.cs@gnupg.cz>\n"
|
||||
|
@ -6671,7 +6671,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "neplatný radix64 znak %02X byl pøeskoèen\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/da.po
4
po/da.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.0h\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2003-12-03 16:11+0100\n"
|
||||
"Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n"
|
||||
"Language-Team: Danish <dansk@klid.dk>\n"
|
||||
|
@ -6655,7 +6655,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "ugyldigt radix64 tegn %02x udeladt\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
19
po/de.po
19
po/de.po
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg-2.0.6\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"PO-Revision-Date: 2008-01-22 12:46+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2008-02-15 10:36+0100\n"
|
||||
"Last-Translator: Walter Koch <koch@u32.de>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -6741,10 +6741,10 @@ msgstr "Handhabungsroutine für den fd %d beendet\n"
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "Ungültiges Basis-64 Zeichen %02X wurde übersprungen\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
msgstr "Die %s \"inquiry\" konnte nicht an den Client weitergeleitet werden\n"
|
||||
|
||||
#: sm/call-dirmngr.c:209
|
||||
#, c-format
|
||||
|
@ -6815,19 +6815,18 @@ msgid "number of issuers matching: %d\n"
|
|||
msgstr "Anzahl der übereinstimmenden Herausgeber: %d\n"
|
||||
|
||||
#: sm/certchain.c:541
|
||||
#, fuzzy
|
||||
msgid "looking up issuer from the Dirmngr cache\n"
|
||||
msgstr "Der Herausgeber wird von einer externen Stelle gesucht\n"
|
||||
msgstr "Der Herausgeber wird im Cache des Dirmngr gesucht\n"
|
||||
|
||||
#: sm/certchain.c:565
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "number of matching certificates: %d\n"
|
||||
msgstr "Fehler beim Importieren des Zertifikats: %s\n"
|
||||
msgstr "Anzahl der übereinstimmenden Zertifikate: %d\n"
|
||||
|
||||
#: sm/certchain.c:567
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "dirmngr cache-only key lookup failed: %s\n"
|
||||
msgstr "\"Shadowing\" des Schlüssels schlug fehl: %s\n"
|
||||
msgstr "Schlüsselsuche im Cache des Dirmngr schlug fehl: %s\n"
|
||||
|
||||
#: sm/certchain.c:735 sm/certchain.c:1153 sm/certchain.c:1760 sm/decrypt.c:259
|
||||
#: sm/encrypt.c:349 sm/sign.c:327 sm/verify.c:113
|
||||
|
|
4
po/el.po
4
po/el.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg-1.1.92\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2003-06-27 12:00+0200\n"
|
||||
"Last-Translator: Dokianakis Theofanis <madf@hellug.gr>\n"
|
||||
"Language-Team: Greek <nls@tux.hellug.gr>\n"
|
||||
|
@ -6849,7 +6849,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "ìç Ýãêõñïò radix64 ÷áñáêôÞñáò %02x ðáñÜâëåøç\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/eo.po
4
po/eo.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0.6d\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2002-04-14 14:33+0100\n"
|
||||
"Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n"
|
||||
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
||||
|
@ -6803,7 +6803,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "nevalida signo %02x en bazo 64 ignorita\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, fuzzy, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr "malsukcesis meti '%s' en fido-datenaron: %s\n"
|
||||
|
|
4
po/es.po
4
po/es.po
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.4.1\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2007-08-16 11:35+0200\n"
|
||||
"Last-Translator: Jaime Suárez <jsuarez@ono.com>\n"
|
||||
"Language-Team: Spanish <es@li.org>\n"
|
||||
|
@ -6709,7 +6709,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "caracter inválido radix64 %02X omitido\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, fuzzy, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr "fallo al poner '%s' en la tabla de confianza: %s\n"
|
||||
|
|
4
po/et.po
4
po/et.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.2.2\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-06-17 11:04+0300\n"
|
||||
"Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n"
|
||||
"Language-Team: Estonian <et@li.org>\n"
|
||||
|
@ -6770,7 +6770,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "vigane radix64 sümbol %02x vahele jäetud\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/fi.po
4
po/fi.po
|
@ -22,7 +22,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.2.2\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-06-16 22:40+0300\n"
|
||||
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
|
||||
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
|
||||
|
@ -6836,7 +6836,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "epäkelpo radix64-merkki %02x ohitettu\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/fr.po
4
po/fr.po
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.4.2rc2\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2005-06-28 00:24+0200\n"
|
||||
"Last-Translator: Gaël Quéri <gael@lautre.net>\n"
|
||||
"Language-Team: French <traduc@traduc.org>\n"
|
||||
|
@ -6857,7 +6857,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "caractère %02X invalide en radix64 ignoré\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/gl.po
4
po/gl.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.2.4\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2003-12-04 11:39+0100\n"
|
||||
"Last-Translator: Jacobo Tarrio <jtarrio@trasno.net>\n"
|
||||
"Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n"
|
||||
|
@ -6844,7 +6844,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "carácter radix64 non válido %02x omitido\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, fuzzy, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr "erro ao pór '%s' na base de datos de confianza: %s\n"
|
||||
|
|
4
po/hu.po
4
po/hu.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.2.5\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-06-19 21:53+0200\n"
|
||||
"Last-Translator: Nagy Ferenc László <nfl@nfllab.com>\n"
|
||||
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
||||
|
@ -6802,7 +6802,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "Kihagytam a %02x kódú érvénytelen radix64 karaktert.\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/id.po
4
po/id.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg-id\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-06-17 16:32+0700\n"
|
||||
"Last-Translator: Tedi Heriyanto <tedi_h@gmx.net>\n"
|
||||
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
|
||||
|
@ -6796,7 +6796,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "karakter radix64 tidak valid %02x dilewati\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/it.po
4
po/it.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.1.92\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-06-16 17:01+0200\n"
|
||||
"Last-Translator: Marco d'Itri <md@linux.it>\n"
|
||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||
|
@ -6840,7 +6840,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "Carattere radix64 non valido %02x saltato\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/ja.po
4
po/ja.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.3.92\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-11-23 11:14+0900\n"
|
||||
"Last-Translator: IIDA Yosiaki <iida@gnu.org>\n"
|
||||
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
||||
|
@ -6613,7 +6613,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "無効な64進文字%02Xをとばしました\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
15
po/nb.po
15
po/nb.po
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.4.3\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2006-06-13 20:31+0200\n"
|
||||
"Last-Translator: Trond Endrestøl <Trond.Endrestol@fagskolen.gjovik.no>\n"
|
||||
"Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n"
|
||||
|
@ -1985,16 +1985,15 @@ msgstr "ADVARSEL: utrygge rettigheter p
|
|||
#, c-format
|
||||
msgid "WARNING: unsafe enclosing directory ownership on homedir `%s'\n"
|
||||
msgstr ""
|
||||
"ADVARSEL: utrygt eierskap på katalogene på nivåene over hjemmekatalogen «%"
|
||||
"s»\n"
|
||||
"ADVARSEL: utrygt eierskap på katalogene på nivåene over hjemmekatalogen «%s»\n"
|
||||
|
||||
#: g10/gpg.c:1335
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: unsafe enclosing directory ownership on configuration file `%s'\n"
|
||||
msgstr ""
|
||||
"ADVARSEL: utrygt eierskap på katalogene på nivåene over konfigurasjonsfilen "
|
||||
"«%s»\n"
|
||||
"ADVARSEL: utrygt eierskap på katalogene på nivåene over konfigurasjonsfilen «%"
|
||||
"s»\n"
|
||||
|
||||
#: g10/gpg.c:1338
|
||||
#, c-format
|
||||
|
@ -2006,8 +2005,8 @@ msgstr ""
|
|||
#, c-format
|
||||
msgid "WARNING: unsafe enclosing directory permissions on homedir `%s'\n"
|
||||
msgstr ""
|
||||
"ADVARSEL: utrygge rettigheter på katalogene på nivåene over hjemmekatalogen "
|
||||
"«%s»\n"
|
||||
"ADVARSEL: utrygge rettigheter på katalogene på nivåene over hjemmekatalogen «%"
|
||||
"s»\n"
|
||||
|
||||
#: g10/gpg.c:1347
|
||||
#, c-format
|
||||
|
@ -6550,7 +6549,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "hoppet over ugyldig radix64-tegn %02x\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/pl.po
4
po/pl.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg-2.0.7\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2007-11-26 19:01+0100\n"
|
||||
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
|
@ -6685,7 +6685,7 @@ msgstr "obs
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "niew³a¶ciwy znak formatu radix64 %02x zosta³ pominiêty\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/pt.po
4
po/pt.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2002-09-13 18:26+0100\n"
|
||||
"Last-Translator: Pedro Morais <morais@kde.org>\n"
|
||||
"Language-Team: pt <morais@kde.org>\n"
|
||||
|
@ -6810,7 +6810,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "caracter radix64 inválido %02x ignorado\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
|
@ -13,7 +13,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2007-08-16 11:35+0200\n"
|
||||
"Last-Translator:\n"
|
||||
"Language-Team: ?\n"
|
||||
|
@ -6817,7 +6817,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "caractere radix64 inválido %02x ignorado\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, fuzzy, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr "falha ao colocar `%s' no banco de dados de confiabilidade: %s\n"
|
||||
|
|
4
po/ro.po
4
po/ro.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.4.2rc1\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2005-05-31 22:00-0500\n"
|
||||
"Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n"
|
||||
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
|
||||
|
@ -6697,7 +6697,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "caracter radix64 invalid %02X sãrit\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/ru.po
4
po/ru.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: GnuPG 2.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2006-11-07 19:31+0300\n"
|
||||
"Last-Translator: Maxim Britov <maxim.britov@gmail.com>\n"
|
||||
"Language-Team: Russian <gnupg-ru@gnupg.org>\n"
|
||||
|
@ -6595,7 +6595,7 @@ msgstr "обработчик fd %d остановлен\n"
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "недопустимый символ radix64 %02X пропущен\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/sk.po
4
po/sk.po
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.2.5\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2004-07-20 15:52+0200\n"
|
||||
"Last-Translator: Michal Majer <mmajer@econ.umb.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
|
@ -6818,7 +6818,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "neplatný znak vo formáte radix64 %02x bol preskoèený\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/sv.po
4
po/sv.po
|
@ -24,7 +24,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg trunk\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2007-11-12 16:08+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
|
@ -6768,7 +6768,7 @@ msgstr "hanterare för fd %d avslutad\n"
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "ogiltigt radix64-tecken %02x hoppades över\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
4
po/tr.po
4
po/tr.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.9.94\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2006-11-04 03:45+0200\n"
|
||||
"Last-Translator: Nilgün Belma Bugüner <nilgun@belgeler.gen.tr>\n"
|
||||
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
||||
|
@ -6687,7 +6687,7 @@ msgstr "fd %d için eylemci sonlandı\n"
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "geçersiz radix64 karakteri %02x atlandı\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnupg 1.4.4\n"
|
||||
"Report-Msgid-Bugs-To: translations@gnupg.org\n"
|
||||
"POT-Creation-Date: 2008-02-14 17:27+0100\n"
|
||||
"POT-Creation-Date: 2008-02-15 10:28+0100\n"
|
||||
"PO-Revision-Date: 2006-07-02 10:58+0800\n"
|
||||
"Last-Translator: Meng Jie <zuxyhere@eastday.com>\n"
|
||||
"Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
|
||||
|
@ -6534,7 +6534,7 @@ msgstr ""
|
|||
msgid "invalid radix64 character %02x skipped\n"
|
||||
msgstr "跳过无效的 64 进制字符 %02x\n"
|
||||
|
||||
#: sm/call-agent.c:136
|
||||
#: sm/call-agent.c:138
|
||||
#, c-format
|
||||
msgid "failed to proxy %s inquiry to client\n"
|
||||
msgstr ""
|
||||
|
|
2871
po/zh_TW.po
2871
po/zh_TW.po
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue