Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-10 | Consistently use proper quotation marks all over the place | Guillem Jover | 7 | -54/+58 | |
That is "" or '', and not the unbalanced `' pair. | |||||
2015-04-10 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -10067/+11606 | |
2015-04-06 | man: Place short options before long ones | Guillem Jover | 1 | -6/+6 | |
2015-04-06 | dselect: Document -? option | Guillem Jover | 1 | -2/+2 | |
2015-04-06 | dselect: Improve color-spec --help output | Guillem Jover | 1 | -11/+12 | |
2015-04-06 | dselect: Improve commands listing in --help output | Guillem Jover | 1 | -4/+5 | |
Print them before options and list them one on each line with a description. | |||||
2015-04-06 | dselect: Say command instead of action | Guillem Jover | 1 | -2/+2 | |
2015-03-31 | dselect: Improve available state sorting order strings | Guillem Jover | 1 | -6/+6 | |
Switch to use terms that are more common in package managers, and as such should be more familiar to new users. | |||||
2015-03-31 | Say directory instead of dir in output messages | Guillem Jover | 1 | -2/+2 | |
2015-03-31 | Use "<enter>" instead of "return" or "enter" in input prompts | Guillem Jover | 1 | -1/+1 | |
This should make it more clear we are talking about the key and not something else. | |||||
2015-03-31 | Expand EOF and eof into "end of file" in error messages | Guillem Jover | 1 | -5/+10 | |
2015-03-30 | libdpkg: Simplify namevalue parsing code | Guillem Jover | 1 | -1/+0 | |
This removes the special fallback value from the name/value table, so that we cannot accidentally parse it as a valid value. | |||||
2015-03-30 | perl: Rework use and exporter declarations | Guillem Jover | 1 | -4/+13 | |
Place 'use' strict and warnings first, then Exporter 'our' declarations, then Test module imports, then system module imports, then Dpkg module imports, then 'use' parent and overload pragmas, separated by a blank line for each block. Split each exported symbol declaration into its own line to ease modifications. | |||||
2015-01-28 | build: Bump gettext version to 0.19 | Guillem Jover | 1 | -2/+3 | |
This allows us to use the new --add-location option with the file argument, which will remove a huge amount diff noise on source code changes, while still retaining the useful origin of the string. | |||||
2015-01-28 | perl: Switch from legacy File::Path functions to new ones | Guillem Jover | 1 | -4/+4 | |
Use make_path() instead of mkpath(), and remove_tree() instead of rmtree(). | |||||
2015-01-28 | build: Rename perl scripts to have a .pl extension | Guillem Jover | 5 | -4/+26 | |
This allows to easily replace the shebang at installation time to use the system perl interpreter and will make it easier to analyze all perl scripts in the source tree. | |||||
2015-01-28 | Switch code to use the new C locale character type functions | Guillem Jover | 3 | -15/+20 | |
2015-01-26 | Remove unused <ctype.h> includes | Guillem Jover | 2 | -2/+0 | |
2015-01-14 | Remove references to my @debian.org email address | Peter Krefting | 2 | -3/+3 | |
2014-12-27 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -159/+82 | |
2014-12-23 | dselect: Use a matching group instead of ${^MATCH} in s/// | Guillem Jover | 1 | -1/+1 | |
It seems that this is not supported or does not work in perl 5.14.0, although it should be since 5.10.0. Switch to a group matching to allow using older perl version from stable. | |||||
2014-12-23 | po: Update Polish dselect translation | Łukasz Dulny | 1 | -3/+3 | |
Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-12-15 | po: Update Catalan translations | Guillem Jover | 1 | -117/+80 | |
2014-12-15 | po: Update Norwegian Bokmål dselect translation | Hans Fredrik Nordhaug | 1 | -37/+24 | |
Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-12-15 | po: Update Vietnamese dselect translation | Trần Ngọc Quân | 1 | -258/+208 | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-12-15 | po: Update Russian translations | Yuri Kozlov | 1 | -59/+19 | |
Closes: #771682, #771691, #772841 Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-12-15 | po: Update Polish translations | Łukasz Dulny | 1 | -57/+16 | |
Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-12-15 | po: Revert spurious PO-Revision-Date changes | Guillem Jover | 1 | -1/+1 | |
The fixes in commit 2d1948951f6309ed4a287b4a2a9a2776040f3a04 for Language-Team addresses did not update any string, revert the PO-Revision-Date field update to be able to tell which translations are stale. | |||||
2014-12-15 | po: Update Language-Team email addresses | Guillem Jover | 4 | -4/+4 | |
Several of these email addresses where blank, no longer valid, or the mailing list rejected non-subscriber posts. Prefer lists in Debian servers. | |||||
2014-12-02 | Update dselect translation to Spanish | Javier Fernandez-Sanguino | 1 | -69/+19 | |
2014-11-30 | Updated Portuguese translation | Miguel Figueiredo | 1 | -59/+37 | |
2014-11-29 | po: Update Czech translation | Miroslav Kure | 1 | -14/+8 | |
2014-11-28 | po: Fix mailing list addresses | Guillem Jover | 1 | -2/+2 | |
These bounced in the call for translations. | |||||
2014-11-28 | po: Update Japanese translations | Kenshi Muto | 1 | -59/+13 | |
Closes: #771255, #771256 Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-11-28 | po: Update Dutch dselect translation | Frans Spiesschaert | 1 | -295/+237 | |
Closes: #771237 Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-11-28 | po: Update Danish translations | Joe Dalton | 1 | -140/+93 | |
Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-11-26 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -32/+32 | |
2014-11-22 | po: Update French translations | Sébastien Poher | 1 | -18/+22 | |
Closes: #767918, #767934 Signed-off-by: Guillem Jover <guillem@debian.org> | |||||
2014-10-30 | Update Swedish translation | Peter Krefting | 1 | -57/+17 | |
po/sv.po: 1088t0f0u dselect/po/sv.po: 27t0f0u scripts/po/sv.po: 554t0f0u | |||||
2014-10-27 | Update French translation | Sébastien Poher | 1 | -15/+9 | |
Signed-off-by: Raphaël Hertzog <hertzog@debian.org> | |||||
2014-10-27 | Update French translation | Sébastien Poher | 1 | -49/+13 | |
man/po/fr.po: 2306t41f3u dselect/po/fr.po: 271t3f4u scripts/po/fr.po: 541t8f5u po/fr.po: 1084t4f Signed-off-by: Raphaël Hertzog <hertzog@debian.org> | |||||
2014-10-25 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -32/+32 | |
2014-10-23 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -32/+32 | |
2014-10-20 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -32/+32 | |
2014-10-12 | po: Update Catalan translations | Guillem Jover | 1 | -55/+13 | |
2014-10-12 | German dselect translation update | Sven Joachim | 1 | -15/+9 | |
Update to 278t. | |||||
2014-10-12 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -33/+1078 | |
2014-10-12 | dselect: Mark for translation and improve sthfailed() strings | Guillem Jover | 1 | -7/+7 | |
2014-10-06 | po: Use the same name as the Maintainer field for the copyright holder | Guillem Jover | 1 | -1/+1 | |
2014-10-06 | Regenerate .pot files and merge .po files with them | Guillem Jover | 31 | -33/+33 | |