Commit Graph

1266 Commits

Author SHA1 Message Date
Panu Matilainen 12f32cfd00 Update translations from Transifxed for a change (yeah its been a while...) 2017-08-10 10:45:42 +03:00
Panu Matilainen 9e16032b0b Move rpmsignfiles to librpmsign where it belongs
The signing library is separated from librpm and librpmbuild
specifically so it can have more exotic dependencies than is
desireable for librpm, ditto for plugin existence. However
rpmSignFiles() being in librpm drags that libimaevm dependency
to main rpm for no good reason at all. Move it where it belongs,
does not actually affect functionality.
2017-06-08 17:01:28 +03:00
Panu Matilainen 3441324355 Oops, rpmvs.c is missing from POTFILES 2017-05-16 08:46:42 +03:00
Panu Matilainen 6f186deb95 Plugins may contain translatable messages too 2017-03-10 12:22:26 +02:00
Panu Matilainen 97c78d1d48 Oops, update POTFILES, lib/legacy.c is no more
Should've been in commit ab24d7aa54
2016-11-03 10:03:51 +02:00
Lubos Kardos 16c658f183 Implementation of optional section end markers
This commit adds optional section end markers that means end markers
are not mandatory if they are not used the end of a section is where
the next section starts so the same behavior as the behavior before
applying this commit. There can't be any commands in space between
sections, just comments and macro definitions are allowed there.

The syntax for section end marker is "%end".
2016-04-05 15:59:28 +02:00
Piotr Drąg c52f223269 Update po/LINGUAS
Adds id (it has some translations) and sorts alphabetically.
2015-11-12 11:25:58 +01:00
Piotr Drąg df3ab68213 Remove po/cs_CZ.po
The proper Czech translation is in po/cs.po, and po/cs_CZ.po is empty anyway.
2015-11-12 11:25:58 +01:00
Piotr Drąg efc0385357 Sort po/POTFILES.in alphabetically
Also removes an unneeded comment.
2015-11-12 11:25:58 +01:00
Piotr Drąg 890b8711d1 Add missing files to po/POTFILES.in 2015-11-12 11:25:58 +01:00
Florian Festi ad23043ad4 Update Language files 2015-07-24 10:10:23 +02:00
Florian Festi e31016d3c6 Change po/POTFILES.in for lib/backend/dbconfig.c renamed to dbi.c 2015-07-22 21:17:11 +02:00
Panu Matilainen e48ac41ebb Oops, add missing files from commit e4d1b7722a 2014-06-27 15:36:36 +03:00
Panu Matilainen e4d1b7722a Update translations from Transifex, including two new ones 2014-06-25 13:39:47 +03:00
Panu Matilainen 713914bde1 Drop the experimental collection support
- The basic concept is not without merit but what was implemented here
  has been stuck in experimental state in middle of two sorta conflicting
  goals for four years now, and world has moved onward in the meanwhile.
  The sepolicy part is better handled in the new selinux plugin, and other
  action business belongs to packages (in the form of some trigger-like
  scripts or such) rather than rpm plugins.
- Deleted here, but the sepolicy plugin functionality still needs
  merging into the new selinux plugin...
- RPMTAG_COLLECTIONS left in place but tagged unimplemented as per policy
  to never actually remove tags
2014-06-17 16:27:24 +03:00
Trần Ngọc Quân 9e651c7292 l10n: vi.po (759t): Init Vietnamese translation
* Init then translate all strings
  * Add vi to LINGUAS

Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
2014-05-21 13:08:13 +03:00
Panu Matilainen 935318220d rpm2archive missing from POTFILES 2014-04-07 13:17:23 +03:00
Panu Matilainen 071f5e91eb Consolidate the relocation goo into a source of its own
- This stuff doesn't belong in rpmfi, rpmte, psm or anywhere else either.
  Invent a new dark hole to shove it into...
- No functional changes as such, just shuffling things around.
2013-11-15 12:33:38 +02:00
Panu Matilainen beb0ef9b8e Oops, forgot to remove merge.c from POTFILES.in
- ...perhaps because it shouldn't have been there in the first place
  as there's absolutely nothing to translate in it. Oh well...
2013-03-19 15:32:28 +02:00
Panu Matilainen 8774cb03cf Disable useless empty translations, enable Ukrainian translation 2012-12-19 13:22:49 +02:00
Panu Matilainen eba857760d Update / sync translations from Transifex 2012-12-19 12:59:58 +02:00
Thierry Vignaud d277537bca Initial Breton (br) translation
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
2012-12-19 12:52:51 +02:00
Panu Matilainen 1bfdd86899 Update translations from Transifex 2012-11-05 10:09:18 +02:00
Panu Matilainen b699dd4bc1 Update translations from Transifex 2012-03-20 10:00:06 +02:00
Panu Matilainen 5cf61c9a75 Pull updated translations from Transifex 2012-03-07 15:02:54 +02:00
Panu Matilainen 23ff06720d Update translations & sync with transifex 2012-01-11 09:07:05 +02:00
Panu Matilainen 139105056d Pull in updated + new translations from Transifex 2011-12-02 12:26:08 +02:00
Panu Matilainen 9df2b3c724 Nuke ancient ChangeLog in po/ 2011-09-13 14:07:29 +03:00
Panu Matilainen 7c3148c539 Update translations to pick up changes from the script file cleanups 2011-05-18 13:37:18 +03:00
Panu Matilainen 06f603849a Oops, lib/misc.c is no more, remove from POTFILES.in 2011-03-25 14:56:16 +02:00
Panu Matilainen b52c2d7e6d Update translations yet again to pick up string removals 2011-01-05 10:10:10 +02:00
Panu Matilainen 439439db53 Update translations to pick up dropped messages 2010-12-15 09:48:35 +02:00
Panu Matilainen bc457015f6 Remove the now unused user/group caching code 2010-12-15 09:44:54 +02:00
Panu Matilainen ccab61193e Update translations to pick up recent changes 2010-12-01 17:17:01 +02:00
Yuri Chornoivan 080007c90f l10n: Updated Ukrainian (uk) translation to 100%
New status: 746 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-11-21 14:43:11 +00:00
Piotr Drąg e4f3fbfc94 l10n: Updated Polish (pl) translation to 100%
New status: 746 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-11-19 08:13:59 +00:00
Panu Matilainen b6c3aec7ab Update translations to pick up recent changes 2010-11-18 13:20:42 +02:00
Panu Matilainen 949d16b6db Oops, rpmspec.c missing from POTFILES.in 2010-11-15 08:55:56 +02:00
Guido Grazioli 78e062526c l10n: Updated Italian (it) translation to 100%
New status: 741 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-11-10 15:21:02 +00:00
Yuri Chornoivan d45cfdfc50 l10n: Updated Ukrainian (uk) translation to 100%
New status: 741 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-11-03 20:41:24 +00:00
Piotr Drąg 0d36cc3359 l10n: Updated Polish (pl) translation to 100%
New status: 741 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-10-23 10:07:31 +00:00
Panu Matilainen f0a76d51db Update translations to pick recent changes + files moving about 2010-10-22 15:02:14 +03:00
Panu Matilainen 9f2c1bd909 Move librpmsign to its own subdirectory in the sources 2010-10-22 15:00:49 +03:00
Piotr Drąg 8bc1c54bc9 l10n: Updated Polish (pl) translation to 100%
New status: 741 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-10-04 09:32:46 +00:00
Guido Grazioli e72895693e l10n: Updated Italian (it) translation to 100%
New status: 732 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-10-03 20:05:32 +00:00
Panu Matilainen 9fec43d629 Update translations to pick up stuff moving about etc 2010-09-29 12:26:38 +03:00
Hajime Taira 75a53aa616 l10n: Updated Japanese (ja) translation to 100%
New status: 732 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-21 22:27:34 +00:00
Héctor Daniel Cabrera 8246557b1e l10n: Updated Spanish (Castilian) (es) translation to 100%
New status: 744 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-13 15:33:00 +00:00
Taylon Silmer 54887fca04 l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 732 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-13 13:30:27 +00:00
Piotr Drąg 7defdceb1d l10n: Updated Polish (pl) translation to 100%
New status: 744 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-09-04 06:49:44 +00:00