aboutsummaryrefslogtreecommitdiffstats
path: root/po (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-23g10: Hyphenate --clearsign.justus/issue2700Justus Winter26-103/+103
* g10/gpg.c (opts): Hyphenate option. * doc/gpg.texi: Update accordingly. * po: Update translations. * tests/openpgp: Update tests. GnuPG-bug-id: 2700 Signed-off-by: Justus Winter <[email protected]>
2016-09-16po: convert localizations to UTF-8Daniel Kahn Gillmor11-15883/+15883
* po/{it,et,pl,ro,gl,es,el,sk,pt,eo,hu}.po: convert to UTF-8 This was an automated conversion process, using: for x in po/{it,et,pl,ro,gl,es,el,sk,pt,eo,hu}.po; do cs=$(grep charset= $x | cut -f2 -d= | cut -f1 -d\\) iconv -f $cs -t UTF-8 < $x >$x.tmp sed "s/$cs/UTF-8/" < $x.tmp > $x rm -f $x.tmp done Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2016-09-02po: Fix line ending mismatch in Japanese translation.Werner Koch1-2/+2
-- Signed-off-by: Werner Koch <[email protected]>
2016-09-02po: Update Japanese translation.NIIBE Yutaka1-7/+5
2016-08-18po: Auto updateWerner Koch25-2065/+2135
--
2016-08-18po: Add init.c to POTFILES.inWerner Koch1-1/+1
--
2016-08-18po: Update German translationWerner Koch1-76/+76
2016-08-18po: Update Norwegian translation.Åka Sikrom1-485/+242
2016-08-18po: Update Russian translationIneiev1-15/+9
2016-08-04po: Update Japanese translation.NIIBE Yutaka1-341/+379
2016-08-04po: update Japanese translation.NIIBE Yutaka1-386/+342
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor26-26/+26
* README, agent/command.c, agent/keyformat.txt, common/i18n.c, common/iobuf.c, common/keyserver.h, dirmngr/cdblib.c, dirmngr/ldap-wrapper.c, doc/DETAILS, doc/TRANSLATE, doc/announce-2.1.txt, doc/gpg.texi, doc/gpgsm.texi, doc/scdaemon.texi, doc/tools.texi, doc/whats-new-in-2.1.txt, g10/export.c, g10/getkey.c, g10/import.c, g10/keyedit.c, m4/ksba.m4, m4/libgcrypt.m4, m4/ntbtls.m4, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fi.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/nb.po, po/pl.po, po/pt.po, po/ro.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, scd/app-p15.c, scd/ccid-driver.c, scd/command.c, sm/gpgsm.c, sm/sign.c, tools/gpgconf-comp.c, tools/gpgtar.h: replace "Allow to" with clearer text. In standard English, the normal construction is "${XXX} allows ${YYY} to" -- that is, the subject (${XXX}) of the sentence is allowing the object (${YYY}) to do something. When the object is missing, the phrasing sounds awkward, even if the object is implied by context. There's almost always a better construction that isn't as awkward. These changes should make the language a bit clearer. Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2016-07-14po: Auto-update translationsWerner Koch25-324/+946
--
2016-07-14po: Update the German translationWerner Koch1-13/+34
2016-07-14po: Complete update of the Norwegian translationÅka Sikrom1-3403/+3299
2016-07-14Update Ukrainian translationYuri Chornoivan1-25/+44
2016-07-14Update Russian translation.Ineiev1-5/+3
2016-06-16po: Auto-updateWerner Koch25-946/+1069
--
2016-06-16po: Update Ukrainian translationYuri Chornoivan1-246/+288
2016-06-16po: Update Russian translation.Ineiev1-368/+150
2016-06-16po: Update German translationWerner Koch1-25/+31
Signed-off-by: Werner Koch <[email protected]>
2016-06-14doc: Consistently use 'keyserver'.Werner Koch26-87/+87
-- GnuPG-bug-id: 2383 Signed-off-by: Werner Koch <[email protected]>
2016-06-07po: Update Japanese translation.NIIBE Yutaka1-359/+333
Signed-off-by: NIIBE Yutaka <[email protected]>
2016-05-09po: Update Japanese translation.NIIBE Yutaka1-245/+165
Signed-off-by: NIIBE Yutaka <[email protected]>
2016-05-04po: Auto-updateWerner Koch25-1893/+3871
--
2016-05-04po: Update Russian translationIneiev1-253/+220
Signed-off-by: Werner Koch <[email protected]>
2016-05-04po: Update German translation.Werner Koch1-105/+196
Signed-off-by: Werner Koch <[email protected]>
2016-04-15po: Fix a string in de.po.Werner Koch1-3/+2
-- With commit b3378b3a56fc90ba8ae38e6298b23a378305af32 from July 2014 we use strconcat instead of sprintf for the string and thus we need to remove one level of percent escaping. Signed-off-by: Werner Koch <[email protected]>
2016-04-01po: Fix misleading german translation.Justus Winter1-2/+1
-- GnuPG-bug-id: 2239 Signed-off-by: Justus Winter <[email protected]>
2016-01-26po: Auto-updateWerner Koch25-4669/+13909
--
2016-01-26po: Update Czech translationPetr Pisar1-232/+146
--
2016-01-26po: Update German translationWerner Koch1-11/+29
--
2016-01-19po: Update German translationWerner Koch1-170/+582
-- These are mainly new strings for the TOFU module,
2016-01-18g10: Improve strings printed by tofu.c.Werner Koch1-0/+1
* g10/tofu.c: Include ttyio.h. Change many strings to help translating. Make use of ngettext wehere needed. (CONTROL_L): New. (TIME_AGO_UNIT_SMALL_NAME): Remove this and all similar *_NAME macros. (time_ago_unit): Remove. (get_trust): Use tty_prints and cpr_get only for the actual prompt. Add Ctrl-L hack. (show_statistics): Use two English strings for singular and plural. * po/POTFILES.in: Add tofu.c. -- These changes are required for proper translation. More to changes may be needed, though. Signed-off-by: Werner Koch <[email protected]>
2015-12-21po: Update Japanese translation.NIIBE Yutaka1-6/+6
2015-12-07po: Update Russion translationIneiev1-73/+50
-- Signed-off-by: Werner Koch <[email protected]>
2015-12-04po: Update Ukrainian translationYuri Chornoivan1-82/+61
-- Merged with current POT - wk
2015-12-04po: Update Russian translationIneiev1-83/+73
-- Signed-off-by: Werner Koch <[email protected]> The patch was from October 12 and thus 6 strings could not be applied due to chnaged original strings.
2015-12-04po: Japanese translation.NIIBE Yutaka1-99/+49
2015-12-04po: Auto-update.Werner Koch25-1175/+4764
--
2015-12-04po: Update German translation.Werner Koch1-47/+191
--
2015-10-18Move http module from common/ to dirmngr/.Werner Koch1-1/+1
* common/http.c: Move to ../dirmngr/. * common/http.h: Move to ../dirmngr/. * common/t-http.c: Move to ../dirmngr/. * common/tls-ca.pem: Move to ../dirmngr/. * common/Makefile.am: Do not build libcommontls.a libcommontlsnpth.a. Remove http.c related stuff. * po/POTFILES.in: Move http.c to dirmngr/. * dirmngr/Makefile.am (EXTRA_DIST): Add tls-ca.pem. (module_maint_tests): New. (noinst_PROGRAMS): Add module_maint_tests. (dirmngr_SOURCES): Add http.c and http.h. (dirmngr_LDADD): Remove libcommontlsnpth. (t_common_ldadd): Ditto. (t_http_SOURCES, t_http_CFLAGS, t_http_LDADD): New. (t_ldap_parse_uri_SOURCES): Add http.c. (t_ldap_parse_uri_CFLAGS): Build without npth. ($(PROGRAMS)): Do not require libcommontls.a libcommontlsnpth.a. * dirmngr/dirmngr.h, dirmngr/ks-engine.h: Fix include of http.h. -- All network access is done via dirmngr and thus http.c should be there. Signed-off-by: Werner Koch <[email protected]>
2015-10-13po: Update Japanese translation.NIIBE Yutaka1-14/+8
2015-10-09po: Auto-update.Werner Koch26-475/+927
--
2015-10-09po: Fix two fuzzy strings in the Spansih translationWerner Koch1-7/+3
--
2015-10-06po: Typo fix in German translation.Werner Koch1-2/+2
--
2015-10-05po: Update the German translation.Werner Koch1-7/+26
--
2015-09-17po: Update Japanese translation.NIIBE Yutaka1-113/+110
2015-09-15po: Update Japanese translation.NIIBE Yutaka1-26/+16
2015-09-10po: Auto-updateWerner Koch25-584/+1272
--