summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for rpm 4.15.1rpm-4.15.1-releasePanu Matilainen2019-11-1836-5753/+6215
| | | | | Bump versions, and update reproducable builds test expectations for the new digests (from the version change)
* Preparing for rpm 4.15.0 finalrpm-4.15.0-releasePanu Matilainen2019-09-2629-795/+283
| | | | Pull updated translations from Zanata, bump version to final.
* Preparing for rpm 4.15.0-rc1rpm-4.15.0-rc1Panu Matilainen2019-08-2836-5832/+6186
|
* Export the expression parsing functions and move to librpmioPanu Matilainen2019-08-281-1/+1
| | | | | | | | Rename to rpmExprBool/Str() for namespace's sake, drop internal visibility and move to librpmio for wider usability. No functional changes here but needed for the next step. (cherry picked from commit 66c3df005f28650e1b6910891a5aa9578b699994)
* Preparing for rpm 4.15.0-betaPanu Matilainen2019-06-2636-3600/+3780
|
* Update translations from ZanataPanu Matilainen2019-06-0536-15989/+16945
|
* Rename rpmqv.c to rpm.c, as it's the main source for the rpm commandHoward Johnson2019-06-031-1/+1
|
* Update translations againPanu Matilainen2019-01-1636-24637/+27952
| | | | | | On previous round, only pulled from Zanata but negletted to run update-po locally, causing po/ to go annoyingly out of sync (due to timestamp differences or something)
* Update POTFILES for the parseBuildInstallClean -> parseSimpleScript renamePanu Matilainen2018-11-201-1/+1
| | | | Should've been in commit d6c4fff2029d7996389d40047fb1893edcf7fdd5
* Fix typo in sv.poJohan Heikkilä2018-11-051-1/+1
|
* Pull translations from ZanataPanu Matilainen2018-10-2431-1286/+1311
| | | | ...now that there's something to pull
* Update Polish plural formsPiotr Drąg2017-11-031-3/+2
| | | | Transifex has wrong plural forms for Polish that they refuse to change. Now that RPM ditched Transifex, we can fix it.
* Switch from Transifex to ZanataPanu Matilainen2017-10-131-0/+7
| | | | | | | | | Transifex hasn't been working so great lately (to put it mildly), plus it went proprietary ages ago, lets use an open-source translation platform instead. Transifex was not integrated to any of our make targets and such there's not much to do here.
* Update translations from Transifxed for a change (yeah its been a while...)Panu Matilainen2017-08-1038-49346/+53268
|
* Move rpmsignfiles to librpmsign where it belongsPanu Matilainen2017-06-081-1/+1
| | | | | | | | | 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.
* Oops, rpmvs.c is missing from POTFILESPanu Matilainen2017-05-161-0/+1
|
* Plugins may contain translatable messages tooPanu Matilainen2017-03-101-0/+5
|
* Oops, update POTFILES, lib/legacy.c is no morePanu Matilainen2016-11-031-1/+0
| | | | Should've been in commit ab24d7aa54816908dd5a46487bd89ca54c5e5cf0
* Implementation of optional section end markersLubos Kardos2016-04-051-684/+782
| | | | | | | | | | 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".
* Update po/LINGUASPiotr Drąg2015-11-121-1/+1
| | | | Adds id (it has some translations) and sorts alphabetically.
* Remove po/cs_CZ.poPiotr Drąg2015-11-121-3533/+0
| | | | The proper Czech translation is in po/cs.po, and po/cs_CZ.po is empty anyway.
* Sort po/POTFILES.in alphabeticallyPiotr Drąg2015-11-121-15/+12
| | | | Also removes an unneeded comment.
* Add missing files to po/POTFILES.inPiotr Drąg2015-11-121-0/+2
|
* Update Language filesrpm-4.13.0-alphaFlorian Festi2015-07-2435-18577/+25690
|
* Change po/POTFILES.in for lib/backend/dbconfig.c renamed to dbi.cFlorian Festi2015-07-221-1/+1
|
* Oops, add missing files from commit e4d1b7722a20e0558d96404f9ebc5610fdf52a03rpm-4.12.0-alphaPanu Matilainen2014-06-272-0/+6999
|
* Update translations from Transifex, including two new onesPanu Matilainen2014-06-2538-28074/+28155
|
* Drop the experimental collection supportPanu Matilainen2014-06-171-2/+0
| | | | | | | | | | | | | - 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
* l10n: vi.po (759t): Init Vietnamese translationTrần Ngọc Quân2014-05-212-1/+3577
| | | | | | | | * 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>
* rpm2archive missing from POTFILESPanu Matilainen2014-04-071-0/+1
|
* Consolidate the relocation goo into a source of its ownPanu Matilainen2013-11-151-0/+1
| | | | | | - 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.
* Oops, forgot to remove merge.c from POTFILES.inPanu Matilainen2013-03-191-1/+0
| | | | | - ...perhaps because it shouldn't have been there in the first place as there's absolutely nothing to translate in it. Oh well...
* Disable useless empty translations, enable Ukrainian translationPanu Matilainen2012-12-191-1/+1
|
* Update / sync translations from TransifexPanu Matilainen2012-12-1936-6036/+6102
|
* Initial Breton (br) translationThierry Vignaud2012-12-192-1/+3494
| | | | Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
* Update translations from TransifexPanu Matilainen2012-11-0535-14448/+15391
|
* Update translations from TransifexPanu Matilainen2012-03-2035-1005/+1000
|
* Pull updated translations from TransifexPanu Matilainen2012-03-0735-4792/+4724
|
* Update translations & sync with transifexPanu Matilainen2012-01-1135-2569/+2966
|
* Pull in updated + new translations from TransifexPanu Matilainen2011-12-0236-39010/+52005
|
* Nuke ancient ChangeLog in po/Panu Matilainen2011-09-131-6/+0
|
* Update translations to pick up changes from the script file cleanupsPanu Matilainen2011-05-1826-9678/+10048
|
* Oops, lib/misc.c is no more, remove from POTFILES.inPanu Matilainen2011-03-251-1/+0
|
* Update translations yet again to pick up string removalsPanu Matilainen2011-01-0526-2686/+2507
|
* Update translations to pick up dropped messagesPanu Matilainen2010-12-1526-4188/+3888
|
* Remove the now unused user/group caching codePanu Matilainen2010-12-151-1/+0
|
* Update translations to pick up recent changesPanu Matilainen2010-12-0126-1846/+1891
|
* l10n: Updated Ukrainian (uk) translation to 100%Yuri Chornoivan2010-11-211-267/+289
| | | | | | New status: 746 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
* l10n: Updated Polish (pl) translation to 100%Piotr Drąg2010-11-191-41/+14
| | | | | | New status: 746 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
* Update translations to pick up recent changesPanu Matilainen2010-11-1826-6813/+7645
|