summaryrefslogtreecommitdiff
path: root/doc/po/it.po
AgeCommit message (Collapse)AuthorFilesLines
2017-08-17Release 1.5~beta21.5_beta2Julian Andres Klode1-23/+101
2017-07-08fix various typos reported by codespell & spellintianDavid Kalnischkies1-1/+1
Reported-By: codespell & spellintian Gbp-Dch: Ignore
2017-07-08Italian manpage translation updateBeatrice Torracca1-238/+213
Closes: 858877
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-29/+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-3/+3
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-21/+12
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
2016-09-02Release 1.3~rc41.3_rc4Julian Andres Klode1-1/+1
2016-08-30Release 1.3~rc31.3_rc3Julian Andres Klode1-1/+1
2016-08-29Switch documentation from httpredir.d.o to deb.d.oJulian Andres Klode1-22/+22
The CDN service deb.d.o is more reliable than the http redirector, so switch to it for our examples.
2016-08-17Release 1.3~rc21.3_rc2Julian Andres Klode1-1/+42
2016-08-11Release 1.3~rc11.3_rc1Julian Andres Klode1-188/+183
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.
2016-08-11doc/po: Adjust translations for programmatic typo fixJulian Andres Klode1-1/+1
This enhances commit b9e6db821a6ddbc5bf6a90c80c296d4e91283a63. Gbp-Dch: ignore
2016-08-06releasing package apt version 1.3~pre3+cmake21.3_pre3+cmake2Julian Andres Klode1-1/+1
2016-08-06doc: Fix fuzzy string regressionJulian Andres Klode1-3/+3
Commit b559d4846018c3adac362c6f1d0d697956586208 updated the documentation to refer to apt.systemd.daily instead of the apt cron job, introducing fuzzy strings in all the translations. Gbp-Dch: ignore
2016-08-04Release 1.3~pre31.3_pre3Julian Andres Klode1-1/+1
2016-07-08Release 1.3~pre21.3_pre2Julian Andres Klode1-1/+1
Yes, we might still add new features to 1.3 or break some more stuff. Stay tuned!
2016-07-07Release 1.3~pre11.3_pre1Julian Andres Klode1-39/+63
2016-06-22Release 1.3~exp31.3_exp3Julian Andres Klode1-40/+148
Quite a huge churn of new strings.
2016-06-11Release 1.3~exp21.3_exp2Julian Andres Klode1-48/+145
2016-05-24fix two typos in apt.conf & apt-cache manpageDavid Kalnischkies1-3/+3
Reported-By: lintian: spelling-error-in-manpage Git-Dch: Ignore
2016-05-11Release 1.3~exp11.3_exp1Julian Andres Klode1-14/+53
2016-04-25Release 1.2.111.2.11Julian Andres Klode1-1/+1
2016-04-05releasing package apt version 1.2.101.2.10Michael Vogt1-1/+1
2016-03-27Release 1.2.91.2.9Julian Andres Klode1-1/+1
2016-03-24Release 1.2.81.2.8Julian Andres Klode1-1/+1
2016-03-15Release 1.2.71.2.7Julian Andres Klode1-1/+1
2016-03-07Release 1.2.61.2.6Julian Andres Klode1-1/+1
2016-03-06Release 1.2.51.2.5Julian Andres Klode1-1/+1
2016-02-27Release 1.2.41.2.4Julian Andres Klode1-1/+1