summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.6~alpha51.6_alpha5Julian Andres Klode2017-11-121-2/+2
|
* Release 1.6~alpha4Julian Andres Klode2017-11-051-2/+2
|
* Release 1.6~alpha31.6_alpha3Julian Andres Klode2017-10-281-2/+2
|
* Release 1.6~alpha21.6_alpha2Julian Andres Klode2017-10-261-2/+2
|
* CMake: methods: Cleanup link libraries, use OBJECT librariesJulian Andres Klode2017-10-231-1/+1
| | | | | | | | | | | | Use OBJECT libraries for http and connect stuff, and move the seccomp link expression into a global link_libraries() call. This also fixes a bug where only the http target pulled in the gnutls header arguments despite gnutls being used in connect.cc, and thus by mirror and ftp as well. Adjust translation support to ignore TARGET_OBJECTS sources and add the OBJECT libraries to the translated files.
* Release 1.6~alpha11.6_alpha1Julian Andres Klode2017-10-2343-87/+87
|
* Dutch program translation updateFrans Spiesschaert2017-10-201-7/+10
| | | | Closes: #879137
* zh_CN.po: Update Simplified Chinese programs translationMo Zhou2017-10-081-6/+6
|
* Drop curl method and apt-transport-https packageJulian Andres Klode2017-09-241-7/+1
| | | | | This automatically removes any old apt-transport-https, as apt now Breaks it unversioned.
* Release 1.51.5Julian Andres Klode2017-09-2444-45/+177
|
* Release 1.5~rc41.5_rc4Julian Andres Klode2017-09-131-2/+2
|
* Release 1.5~rc31.5_rc3Julian Andres Klode2017-09-101-2/+2
|
* Release 1.5~rc21.5_rc2Julian Andres Klode2017-09-0944-177/+221
|
* Dutch program translation updateFrans Spiesschaert2017-09-041-16/+22
| | | | Closes: #874285
* Release 1.5~rc11.5_rc1Julian Andres Klode2017-08-241-2/+2
|
* Release 1.5~beta21.5_beta2Julian Andres Klode2017-08-1744-771/+1154
|
* Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode2017-07-1744-44/+44
|\ | | | | | | | | | | Minor grammar fix [jak@d.o: Fixed up po/]
* | zh_CN.po: update Simplified Chinese programs translationZhou Mo2017-07-041-19/+16
| |
* | Release 1.5~beta11.5_beta1Julian Andres Klode2017-07-0343-87/+87
| |
* | Russian translation updateАлексей Шилин2017-07-031-16/+17
| |
* | 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