summaryrefslogtreecommitdiff
path: root/po/he.po
AgeCommit message (Collapse)AuthorFilesLines
2016-06-23show right binary name in simulation noticeDavid Kalnischkies1-2/+2
Closes: 825216
2016-04-25drop empty line from fetch errorDavid Kalnischkies1-2/+2
This is a duplicate of sorts of 0efb29eb36184bbe6de7b1013d1898796d94b171 which is the a lot more frequent case of this error – and also a duplicate of this error message, just without the \n at the end. Git-Dch: Ignore
2015-11-04suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies1-1/+1
The bugreport is more conservative in asking for a conditional, but given that this is a message intended to be read by users to be run by users we should suggest using a command intended to be used by users. And while we are at, add sudo to the message – conditional of course. Closes: 801571
2015-08-10implement a more generic ShowList methodDavid Kalnischkies1-2/+2
apt-get is displaying various lists of package names, which until now it was building as a string before passing it to ShowList, which inserted linebreaks at fitting points and showed a title if needed, but it never really understood what it was working with. With the help of C++11 the new generic knows not only what it works with, but generates the list on the fly rather than asking for it and potentially discarding parts of the input (= the non-default verbose display). It also doubles as a test for how usable the CacheSets are with C++11. (Not all callers are adapted yet.) Git-Dch: Ignore
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies1-4/+8
Again, consistency is the main sellingpoint here, but this way it is now also easier to explain that some files move through different stages and lines are printed for them hence multiple times: That is a bit hard to believe if the number is changing all the time, but now that it keeps consistent.
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-6/+1
2014-09-27correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies1-2/+2
Git-Dch: Ignore
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies1-1/+1
Previously, we had a start and a done of the calculation printed by higher-level code, but this got intermixed by progress reporting from an external solver or the output of autoremove code… The higherlevel code is now only responsible for instantiating a progress object of its choosing (if it wants progress after all) and the rest will be handled by the upgrade code. Either it is used to show the progress of the external solver or the internal solver will give some hints about its overall progress. The later isn't really a proper progress as it will jump forward after each substep, but that is at least a bit better than before without any progress indication. Fixes also the 'strange' non-display of this progress line in -q=1, while all others are shown, which is reflected by all testcase changes.
2014-07-08po: Fix or add missing email addressesGuillem Jover1-1/+1
Fill Report-Msgid-Bugs-To field, remove spurious email line junk and make Last-Translator and Language-Team fields contain valid emails.
2014-07-08po: Fill or add missing Language fieldGuillem Jover1-0/+1
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies1-7/+3
fixes some messages and their translation so that all of them have three dots for messages with an elipse. Many translations already had this.
2012-07-20* apt-pkg/contrib/mmap.cc:David Kalnischkies1-1/+1
- refer to APT::Cache-Start in case the growing failed as if -Limit is really the offender it will be noted in a previous error message.
2011-04-26* apt-pkg/acquire-item.cc:Ben Finney1-2/+2
- apply fix for poorly worded 'locate file' error message from Ben Finney, thanks! (Closes: #623171)
2010-09-29* apt-pkg/packagemanager.cc:David Kalnischkies1-2/+2
- Add a space between period and 'Please' and unfuzzy all translations
2010-04-21replace backticks with single quote in broken packages message.David Kalnischkies1-2/+2
Thanks to Jari Aalto for spotting & patching! (Closes: #577168)
2010-01-09Update PO filesbubulle@debian.org1-172/+217
2009-09-26Update PO filesbubulle@debian.org1-104/+109
2009-08-27Update PO(T) filesbubulle@debian.org1-261/+268
2009-07-21Update all PO filesbubulle@debian.org1-245/+304
2009-04-23Update PO filesbubulle@debian.org1-88/+121
2009-02-24Update PO(T) filesbubulle@debian.org1-2/+5
2008-11-12Update all PO files. Unfortunately I can't unfuzzy translations.bubulle@debian.org1-56/+59
Good luck to find the change, poor translators....
2008-11-06Update PO filesbubulle@debian.org1-74/+83
2008-07-25* improve apt progress reporting, display trigger actionsMichael Vogt1-31/+42
2008-05-04Mark a new string as translatable. Update PO(T) filesbubulle@debian.org1-7/+11
2008-05-02Release 0.7.13Otavio Salvador1-55/+55
2008-04-15update po filesOtavio Salvador1-125/+120
2008-02-23Fix some strings and unfuzzy translations. Closes: #466845bubulle@debian.org1-3/+3
2008-01-19Preventive unfuzzy for a planned change in messagesbubulle@debian.org1-1/+1
2008-01-13Regenerate PO(T) filesbubulle@debian.org1-4/+4
Unfuzzy formerly complete languages
2007-12-27Updated po files against current source code.Otavio Salvador1-1/+1
2007-12-17Update PO and POT filesbubulle@debian.org1-496/+423
2007-12-15Update PO filesbubulle@debian.org1-1540/+1615
2007-11-01Preventive unfuzzy after removal of an extra space in sourcebubulle@debian.org1-1/+1
2007-10-28Update PO(T) filesbubulle@debian.org1-1491/+1498
2007-08-04Regenerate PO(T) filesbubulle@debian.org1-91/+104
2007-07-06Re-generate PO(T) filesbubulle@debian.org1-65/+65
2007-06-12Regenerate all PO and POT filesbubulle@debian.org1-429/+514
Re-add uk.po and ku.po which disappeared for an unknown reason
2007-05-08Update PO and POTbubulle@debian.org1-45/+50
2006-12-13Merge with the POT file and unfuzzybubulle@debian.org1-1/+1
2006-12-07* apt-pkg/contrib/progress.ccMichael Vogt1-2/+2
- only check time on precent boundaries (seems to make a real difference on ARM, see debian #398381) * apt-pkg/contrib/sha256.cc: - added #pragma interface * apt-pkg/contrib/sha256.h: - remove unneeded stdint.h include * apt-pkg/vendorlist.cc: - fix qualifier to make it build with -O0 * po/: - make update-po
2006-11-22Correct grammar in one message. Unfuzzy translations. Closes: #399652bubulle@debian.org1-1/+1
2006-10-12Refresh all PO and the POT from sourcesbubulle@debian.org1-148/+170
Last refresh before the call for translation updates
2006-04-18Fake rename to fix dir permissionsbubulle@debian.org1-0/+2532
2006-04-18Fake rename to fix dir permissionsbubulle@debian.org1-2532/+0
2006-01-04* make apt-get source smarter about not downloading the same sources twiceMichael Vogt1-117/+122
2005-11-30Merge with Michael AND update PO filesChristian Perrier1-91/+92
* po/fr.po: Completed to 510 strings * po/*.po��: Synced with the POT files Patches applied: * apt@packages.debian.org/apt--sources-list-d--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-30 * apt@packages.debian.org/apt--sources-list-d--0--patch-1 Patch from apt-rpm via Michael Vogt to implement /etc/apt/sources.list.d * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-85 * merged with bubulle, changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-86 * merged the NMU from Franz Pop, fixed armeb problem (#333599) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-87 * removed double armeb entry in buildlib/sizetable * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-88 * finalized changelog * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-89 * turn off "secure-acquire" when --allow-unauthenticated is given * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-90 * merged the sources.list.d patch * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-91 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-92 * changelog update * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-93 * sources.list.d documented * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-94 * pkgDirStream has (slightly) better extract support now * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-95 * merge fix for #339533 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-96 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-97 * some more debug output * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-98 * ABI change: merged more flexible pkgAcquireFile code * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-99 * merged http download limit for apt (#146877) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-100 * applied parts of the string speedup patch from debian #319377 (ABI change) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-101 * fix for #340448 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-102 * finalized this release * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-103 * changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-104 * build-depend on libdb4.3 now, fix for kFreeBSD (#317718) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-105 * fix mailaddress * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-106 * fix a string (thanks to bubulle)
2005-11-28* build-depend on libdb4.3 now, fix for kFreeBSD (#317718)Michael Vogt1-9/+9
2005-11-23* applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt1-29/+29
2005-11-22* some more debug outputMichael Vogt1-69/+70