summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Switch to 'http' as the default https methodJulian Andres Klode2017-06-301-1/+1
| | | | | The old curl based method is still available as 'curl', 'curl+http', and 'curl+https'.
* Upload 1.5~alpha3 to experimental1.5_alpha3Julian Andres Klode2017-06-301-2/+2
|
* Upload 1.5~alpha2 to experimental1.5_alpha2Julian Andres Klode2017-06-291-2/+2
|
* Upload 1.5~alpha1 to experimental1.5_alpha1Julian Andres Klode2017-06-2844-518/+2361
|
* Allow building without curlJulian Andres Klode2017-06-281-1/+7
| | | | | This makes testing easier and prepares us for the transition.
* Release 1.4.61.4.6Julian Andres Klode2017-06-011-2/+2
|
* Release 1.4.51.4.5Julian Andres Klode2017-05-311-2/+2
|
* Release 1.4.41.4.4Julian Andres Klode2017-05-161-2/+2
|
* Release 1.4.31.4.3Julian Andres Klode2017-05-111-2/+2
|
* Updated Czech translation of aptMiroslav Kure2017-05-071-90/+106
| | | | Closes: #861943
* Release 1.4.21.4.2Julian Andres Klode2017-05-041-2/+2
|
* Release 1.4.11.4.1Julian Andres Klode2017-04-241-2/+2
|
* Release the April Fools' release1.4Julian Andres Klode2017-04-011-2/+2
|
* da.po: Fix overtranslated "show" commandJulian Andres Klode2017-04-011-1/+1
| | | | | Reported-By: Niels Thykier on IRC Gbp-Dch: ignore
* Danish program translation updateJoe Dalton2017-03-141-472/+204
| | | | Closes: #856723
* Release 1.4~rc21.4_rc2Julian Andres Klode2017-02-221-2/+2
|
* Release 1.4~rc11.4_rc1Julian Andres Klode2017-02-0642-374/+374
|
* Dutch program translation updateFrans Spiesschaert2017-02-061-19/+17
| | | | Closes: #853761
* Japanese manpages & program translation updatevictory2017-01-271-341/+38
| | | | | | | | | Committer-Notes: Complete files pulled from website as patches tend to be hard to work with in this context. Last-Translator not updated as wished. po-files refreshed. Mailingslist-Thread: <20170106014830.f843cd8b89243a8e57c4062c@gmail.com>
* po: update Simplified Chinese program translationZhou Mo2017-01-261-8/+5
|
* Release 1.4~beta41.4_beta4Julian Andres Klode2017-01-171-2/+2
| | | | | | | We are basically frozen now, but (a) this wildcard thing is a bit "explosive" to call this RC and (b) you never know if you might need to add a new tiny feature and freeze can be long...
* Release 1.4~beta31.4_beta3Julian Andres Klode2017-01-0544-2145/+2145
|
* expand -f to --fix-broken in error messagesDavid Kalnischkies2016-12-3145-993/+919
| | | | | | | | | | | | | | | | | | | | Users end up believing that this is a --force mode as -f is common for that, but apt doesn't have such a mode and --fix-broken is really not about forcing something but actually trying to fix the breakage which tends to be the result of a user forcing something on its system via low-level forced dpkg calls. Example: The "common" pattern of "dpkg -i ./foo.deb; apt install -f" is nowadays far better dealt with via "apt install ./foo.deb". And while at it the two places handing out this suggestion are changed to use the same strings to avoid needless translation work in the future and the suggestion uses 'apt' instead of 'apt-get' as this will be run interactively by a user, so its a good opportunity to showcase what we can do and will allow us to be more helpful to the user. Closes: #709092 Thanks: Kristian Glass for initial patch!
* Catalan program translation updateOriol Debian2016-12-161-750/+353
| | | | Closes: #846514
* releasing package apt version 1.4~beta2Julian Andres Klode2016-12-081-2/+2
|
* Release 1.4~beta11.4_beta1Julian Andres Klode2016-11-2544-51/+137
|
* unfuzzy various strings in manpage po'sDavid Kalnischkies2016-11-112-3/+3
| | | | | | | No need to ask translators to deal with typo fixes in english text, adding new items to long existing lists and 'literals'. Gbp-Dch: Ignore
* Dutch program translation updateFrans Spiesschaert2016-11-021-33/+35
| | | | Closes: #840552
* Release 1.3.11.3.1Julian Andres Klode2016-10-041-2/+2
|
* Turkish program translation updateMert Dirik2016-10-041-18/+14
| | | | Closes: #838731
* Release 1.31.3Julian Andres Klode2016-09-201-2/+2
|
* Release 1.3~rc41.3_rc4Julian Andres Klode2016-09-021-2/+2
|
* Release 1.3~rc31.3_rc3Julian Andres Klode2016-08-3044-45/+89
|
* CMake: Do not add po/ if USE_NLS is OFFJulian Andres Klode2016-08-231-0/+2
| | | | | | Previously, we would have generated all the translations, but not turn them on in the code. Instead, move the Translation crap into po/ and disable po/ alltogether if USE_NLS if OFF.
* zh_CN.po: update simplified Chinese translationZhou Mo2016-08-201-23/+18
|
* Release 1.3~rc21.3_rc2Julian Andres Klode2016-08-1744-213/+213
|
* Release 1.3~rc11.3_rc1Julian Andres Klode2016-08-1144-83613/+84273
| | | | | | | | This commit looks heavy. Most of that comes from the fact that the ordering of files in the translations changed with the switch to CMake. I could have gone the extra mile to figure out the original ordering and replicate it, but I have chosen to re-order everything by file and line number, as that's easier.
* Get rid of the old buildsystemJulian Andres Klode2016-08-102-121/+0
| | | | Bye, bye, old friend.
* CMake: Translations: Allow excluding languages from translationJulian Andres Klode2016-08-101-1/+11
| | | | | | This seems to be needed for the hebrew translations. Gbp-Dch: ignore
* CMake: Translations: Add a statistics targetJulian Andres Klode2016-08-101-0/+2
| | | | | | This is really useful stuff to have. Gbp-Dch: ignore
* CMake: Translations: Build apt-all.pot and update .po filesJulian Andres Klode2016-08-101-0/+10
| | | | | | | | | | | | | Merge all the per-domain templates into one template file using msgcomm, stripping any line numbers in the input files, and sorting the output per file. This should create reasonably stable .pot and .po files that do not change just because files move around. It should also be resilient against some line changes, as long as one translated line is not moved before/after another translated line. Gbp-Dch: ignore
* CMake: Translations: Add support for shell scriptsJulian Andres Klode2016-08-101-18/+24
| | | | | | | | | | | | | | | | | | | | Rework the arguments to apt_add_translation_domain so a user can specify TARGETS and SCRIPTS, the latter being Shell scripts. For each language (TARGETS being C++, SCRIPTS being Shell), a separate template is generated via xgettext. Those templates are then merged together by using msgcomm. In case there are no Shell scripts in the translation domain, msgcomm will receive /dev/null instead of a shell translation template. This also reintroduces line numbers, as msgcomm would otherwise re-order the merged files not only by filename, but also by message string. It's unclear why it does that, it could just leave strings within a file alone. In contrast to the old build system, we use xgettext for shell scripts instead of bash --dump-strings, as it's just easier to use the same tool for everything. We also create valid headers.
* CMake: po: Add mirror methodJulian Andres Klode2016-08-101-1/+3
| | | | I forgot this one, sorry
* CMake: Add support for building and installing .mo filesJulian Andres Klode2016-08-061-0/+20
| | | | | | | | | | | | | | Introduce support for building translation domain-specific templates, merging them with the translations, and building a language-specific .mo file. The invocation of xgettext is done in the project source directory, not in the current source directory, and all paths are made relative to the project root, in order to have clean templates. This only supports the C++ source code for now, it unfortunately does not handle the shell scripts of deselect yet.
* Release 1.3~pre31.3_pre3Julian Andres Klode2016-08-0444-480/+2071
|
* Turkish program translation updateMert Dirik2016-07-221-82/+154
| | | | Closes: 832039
* zh_CN.po: update simplified chinese translationZhou Mo2016-06-271-6/+6
|
* show right binary name in simulation noticeDavid Kalnischkies2016-06-2345-187/+274
| | | | Closes: 825216
* Release 1.3~exp31.3_exp3Julian Andres Klode2016-06-2244-1253/+1616
| | | | Quite a huge churn of new strings.
* zh_CN.po: update simplified chinese translationZhou Mo2016-06-211-3/+7
|