summaryrefslogtreecommitdiff
path: root/doc/po/es.po
AgeCommit message (Collapse)AuthorFilesLines
2019-08-19Release 1.9.31.9.3Julian Andres Klode1-10/+305
2019-06-17Release 1.9.0 to experimental1.9.0Julian Andres Klode1-7/+46
2019-05-10More minor wording improvements in documentationJulian Andres Klode1-1/+1
2019-04-08Apply minor copy-editing to translations, tooDavid Kalnischkies1-9/+9
Prevent the translations to become fuzzy due to the simple copy-editing done recently on the english "translation". References: 30e6fad9ad892a21d271fa93319f7a3ee23da134 Gbp-Dch: Ignore
2019-02-10Fix various typos in the documentationJakub Wilk1-4/+4
2019-02-04Release 1.8.0~rc11.8.0_rc1Julian Andres Klode1-1/+10
2019-01-23Release 1.8.0~beta11.8.0_beta1Julian Andres Klode1-1/+19
2018-12-18Release 1.8.0~alpha31.8.0_alpha3Julian Andres Klode1-4/+42
2018-11-12Release 1.8.0~alpha11.8.0_alpha1Julian Andres Klode1-12/+32
2018-10-30Fix typos encountered while updating de translationChris Leick1-4/+4
2018-10-07Release 1.7.01.7.0Julian Andres Klode1-2/+2
2018-05-11use 127.0.0.1 instead of localhost as default Tor proxyDavid Kalnischkies1-2/+2
This shouldn't make a practical difference for most people, but for edge cases it avoids DNS lookups and additionally prevents us from perfoming unneeded SRV requests, too.
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies1-2/+2
Reported-By: codespell & spellintian Gbp-Dch: Ignore
2018-04-18Release 1.7.0~alpha0 to experimental1.7.0_alpha0Julian Andres Klode1-3/+26
2018-04-15Release 1.6~rc11.6_rc1Julian Andres Klode1-1/+1
2018-04-07document Acquire::AllowReleaseInfoChange without extra sDavid Kalnischkies1-1/+1
Reported-By: Mattia Rizzolo on IRC
2018-04-07fix communication typo in https manpageDavid Kalnischkies1-1/+1
Reported-By: lintian spelling-error-in-manpage
2018-03-15Use https for Ubuntu changelogsJulian Andres Klode1-2/+2
We just enabled https on changelogs.ubuntu.com, let's use it.
2018-02-26Release 1.6~beta11.6_beta1Julian Andres Klode1-1/+58
2018-01-18Release 1.6~alpha71.6_alpha7Julian Andres Klode1-1/+14
2018-01-18review and fix the three new apt-transport- manpagesJustin B Rye1-100/+101
References: https://lists.debian.org/debian-l10n-english/2018/01/msg00002.html
2018-01-03Release 1.6~alpha61.6_alpha6Julian Andres Klode1-212/+990
2017-09-01doc: correct '--allow-releaseinfo-change-*' typosChristos Trochalakis1-1/+1
Closes: #873914
2017-08-24Release 1.5~rc11.5_rc1Julian Andres Klode1-1/+1
2017-08-17Release 1.5~beta21.5_beta2Julian Andres Klode1-25/+93
2017-07-08fix various typos reported by codespell & spellintianDavid Kalnischkies1-1/+1
Reported-By: codespell & spellintian Gbp-Dch: Ignore
2017-07-03Release 1.5~beta11.5_beta1Julian Andres Klode1-1/+1
2017-06-30Upload 1.5~alpha3 to experimental1.5_alpha3Julian Andres Klode1-1/+1
2017-06-29Upload 1.5~alpha2 to experimental1.5_alpha2Julian Andres Klode1-1/+1
2017-06-28Upload 1.5~alpha1 to experimental1.5_alpha1Julian Andres Klode1-31/+88
2017-06-01Release 1.4.61.4.6Julian Andres Klode1-1/+1
2017-05-31Release 1.4.51.4.5Julian Andres Klode1-1/+1
2017-05-16Release 1.4.41.4.4Julian Andres Klode1-1/+1
2017-05-11Release 1.4.31.4.3Julian Andres Klode1-1/+1
2017-05-04Release 1.4.21.4.2Julian Andres Klode1-1/+1
2017-04-24Release 1.4.11.4.1Julian Andres Klode1-1/+1
2017-04-01Release the April Fools' release1.4Julian Andres Klode1-1/+1
2017-02-22Release 1.4~rc21.4_rc2Julian Andres Klode1-1/+1
2017-02-06Release 1.4~rc11.4_rc1Julian Andres Klode1-1/+1
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-2/+2
Most of them in (old) code comments. The two instances of user visible string changes the po files of the manpages are fixed up as well. Gbp-Dch: Ignore Reported-By: spellintian
2017-01-17Release 1.4~beta41.4_beta4Julian Andres Klode1-1/+1
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...
2017-01-05Release 1.4~beta31.4_beta3Julian Andres Klode1-1/+1
2016-12-31expand -f to --fix-broken in error messagesDavid Kalnischkies1-3/+16
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!
2016-12-08releasing package apt version 1.4~beta2Julian Andres Klode1-1/+1
2016-11-25Release 1.4~beta11.4_beta1Julian Andres Klode1-5/+29
2016-11-25document which keyring formats are supported by apt-keyDavid Kalnischkies1-1/+1
* the good old 'simple' keyring format * the ascii armored variant since 1.4 Not supported is the (new in gpg 2.1) keybox format. Closes: 844724
2016-11-11unfuzzy various strings in manpage po'sDavid Kalnischkies1-115/+82
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
2016-11-09fix three typos in sources & manpagesChris Leick1-3/+3
2016-10-04Release 1.3.11.3.1Julian Andres Klode1-1/+1
2016-09-20Release 1.31.3Julian Andres Klode1-1/+1