summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2013-10-22Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
Conflicts: cmdline/apt-key configure.ac debian/apt.auto-removal.sh debian/changelog debian/control debian/rules po/apt-all.pot po/ar.po po/ast.po po/bg.po po/bs.po po/ca.po po/cs.po po/cy.po po/da.po po/de.po po/dz.po po/el.po po/es.po po/eu.po po/fi.po po/fr.po po/gl.po po/hu.po po/it.po po/ja.po po/km.po po/ko.po po/ku.po po/lt.po po/mr.po po/nb.po po/ne.po po/nl.po po/nn.po po/pl.po po/pt.po po/pt_BR.po po/ro.po po/ru.po po/sk.po po/sl.po po/sv.po po/th.po po/tl.po po/uk.po po/vi.po po/zh_CN.po po/zh_TW.po
2013-10-15fix changelogMichael Vogt
2013-08-28Complete Italian translationChristian PERRIER
2013-08-27Update Italian translation. Closes: #721030Christian PERRIER
2013-08-25Update Vietnamese translation to 0.9.11Tran Ngoc Quan
Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com>
2013-08-17French translation update.Christian PERRIER
2013-08-11Complete Japanese translationChristian PERRIER
2013-08-10Japanese translation update. Closes: #719279Christian PERRIER
2013-08-03Vietnamese translation update. Closes: #718615Christian PERRIER
2013-08-01unset LANGUAGE for showing [Y/n] answer hintsDavid Kalnischkies
nl_langinfo is used to acquire the YESEXPR of the language used, but it will return the one from LC_MESSAGES, which might be different from the language chosen for display of the question (based on LANGUAGE) so this commit removes the [Y/n] help text from the questions itself and moves it to the prompt creation in which the usage of LC_MESSAGES is forced for it, so that the helptext shown actually represents the characters accepted as input for the question. There is still room for problems of course starting with an untranslated "[Y/n]" but a translated YESEXPR or the problem that the question is asked in a completely different language which might have a conflicting definition of [Y/n] input or the user simple ignores the helptext and assumes that an answer matching the question language is accepted, but the mayority of users will never have this problem to begin with, so we should be fine (or at least a bit finer than before). Closes nothing really, but should at least help a bit with bugs like deb:194614, deb:471102, lp:1205578, and countless others.
2013-07-26add missing Turkish (tr) to po/LINGUASDavid Kalnischkies
And while at it ensure that this can't happen again by letting the build fail in case a po file is available but the language isn't mentioned in the LINGUAS file (not even as a disabled language).
2013-07-16Vietnamese updated by Tran Ngoc Quan. Closes: #717016Christian PERRIER
2013-07-02make update-poMichael Vogt
2013-07-02merged debian/sid branch from git.debian.orgMichael Vogt
2013-06-26make update-poMichael Vogt
2013-06-09stop building l10n if strings are unchangedDavid Kalnischkies
The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time.
2013-05-16French translation : typo fix. Closes: #677272Christian PERRIER
2013-05-16merged previous bzr commitMichael Vogt
2013-05-16rebuild poMichael Vogt
2013-05-08refresh translationsMichael Vogt
2013-04-30merged from the debian-sid branchMichael Vogt
2013-04-11po/*.po: refreshMichael Vogt
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org
translations. Closes: #705087
2013-04-09Complete French translationbubulle@debian.org
2013-04-08po: refreshMichael Vogt
2013-04-03po/*: refreshedMichael Vogt
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt
2013-04-02po/{ca,cs,ru}.po: fix merge artifacts harderMichael Vogt
2013-03-25merge patches from daniel to fix merge artifact and test failureMichael Vogt
2013-03-24* Update all PO files and apt-all.potbubulle@debian.org
* French translation completed (Christian Perrier)
2013-03-24Update POT and PO filesbubulle@debian.org
2013-03-22merged the debian-wheezy branchMichael Vogt
2013-03-22Turkish (Mert Dirik). Closes: #703526bubulle@debian.org
2013-03-14* SECURITY UPDATE: InRelease verification bypassMichael Vogt
- CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw
2013-03-14* SECURITY UPDATE: InRelease verification bypass0.9.7.8Michael Vogt
- CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw
2013-03-02releasing version 0.9.7.7ubuntu2Steve Langasek
2013-03-01include two missing patches to really fix bug #696225, thanks toMichael Vogt
Guillem Jover
2013-02-05Japanese (Kenshi Muto). Closes: #699783bubulle@debian.org
2013-01-18* Merge from Debian unstable, pulling in new translations and fixes.Adam Conrad
* Add linux-headers to /etc/kernel/postinst.d/apt-auto-removal guard. * Catalan (Jordi Mallach) * Drop a confusing non-breaking space. Closes: #691024 * Thai (Theppitak Karoonboonyanan). Closes: #691613 * Vietnamese (Trần Ngọc Quân). Closes: #693773 * Fix Plural forms in German, French, Japanese and Portuguese translations. Thanks to Jakub Wilk for reporting these errors. * apt-pkg/packagemanager.cc: - do not do lock-step configuration for a M-A:same package if it isn't unpacked yet in SmartConfigure and do not unpack a M-A:same package again in SmartUnPack if we have already configured it (LP: #1062503) * apt-pkg/depcache.cc: - don't call MarkInstall with the FromUser flag set for packages which are dependencies of APT::Never-MarkAuto-Sections matchers - no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk * cmdline/apt-get.cc: - do not call Mark{Install,Delete} from the autoremove code with the FromUser bit set to avoid modifying the auto-installed bit * apt-pkg/algorithms.cc: - ensure pkgProblemResolver calls MarkDelete without FromUser set so that it can't overrule holds and the protection flag * change permissions of /var/log/apt/term.log to 0640 (LP: #975199) * apt-pkg/algorithms.cc: - fix package-pointer array memory leak in ResolveByKeepInternal() * Portuguese (Américo Monteiro) (Closes: #686975) * handle packages without a mandatory architecture (debian-policy §5.3) by introducing a pseudo-architecture 'none' so that the small group of users with these packages can get right of them without introducing too much hassle for other users (Closes: #686346) * merged the latest debian-sid fixes Correct fi translation for hash sum mismatches (lp:420403)
2012-12-13merged from the debian-sid branchMichael Vogt
2012-12-08Fix Plural forms in German, French, Japanese and Portuguesebubulle@debian.org
translations. Thanks to Jakub Wilk for reporting these errors.
2012-11-29releasing version 0.9.7.6ubuntu5Colin Watson
2012-11-20Vietnamese (Trần Ngọc Quân). Closes: #693773bubulle@debian.org
2012-11-20releasing version 0.9.7.6ubuntu4Colin Watson
2012-11-07Fix comment char in /etc/apt/apt.conf.d/01autoremove-kernels toAdam Conrad
use C++ style comments instead of POSIX shell style (LP: #1076237)
2012-11-06releasing version 0.9.7.6ubuntu1Michael Vogt
2012-11-01merged from the debian-sid branchMichael Vogt
2012-10-28Thai (Theppitak Karoonboonyanan). Closes: #691613bubulle@debian.org
2012-10-20Drop a confusing non-breaking space. Closes: #691024bubulle@debian.org
2012-10-19Catalan (Jordi Mallach)Jordi Mallach