diff options
Diffstat (limited to 'po/ca.po')
-rw-r--r-- | po/ca.po | 48 |
1 files changed, 5 insertions, 43 deletions
@@ -6,10 +6,10 @@ # msgid "" msgstr "" -"Project-Id-Version: apt 0.7.15\n" +"Project-Id-Version: apt 0.7.19\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-11-12 22:07+0100\n" -"PO-Revision-Date: 2008-09-19 09:38+0200\n" +"PO-Revision-Date: 2008-11-13 08:00+0100\n" "Last-Translator: Jordi Mallach <jordi@debian.org>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" "MIME-Version: 1.0\n" @@ -164,43 +164,6 @@ msgid "%s %s for %s compiled on %s %s\n" msgstr "%s %s per a %s compilat el %s %s\n" #: cmdline/apt-cache.cc:1721 -#, fuzzy -#| msgid "" -#| "Usage: apt-cache [options] command\n" -#| " apt-cache [options] add file1 [file2 ...]\n" -#| " apt-cache [options] showpkg pkg1 [pkg2 ...]\n" -#| " apt-cache [options] showsrc pkg1 [pkg2 ...]\n" -#| "\n" -#| "apt-cache is a low-level tool used to manipulate APT's binary\n" -#| "cache files, and query information from them\n" -#| "\n" -#| "Commands:\n" -#| " add - Add a package file to the source cache\n" -#| " gencaches - Build both the package and source cache\n" -#| " showpkg - Show some general information for a single package\n" -#| " showsrc - Show source records\n" -#| " stats - Show some basic statistics\n" -#| " dump - Show the entire file in a terse form\n" -#| " dumpavail - Print an available file to stdout\n" -#| " unmet - Show unmet dependencies\n" -#| " search - Search the package list for a regex pattern\n" -#| " show - Show a readable record for the package\n" -#| " depends - Show raw dependency information for a package\n" -#| " rdepends - Show reverse dependency information for a package\n" -#| " pkgnames - List the names of all packages\n" -#| " dotty - Generate package graphs for GraphViz\n" -#| " xvcg - Generate package graphs for xvcg\n" -#| " policy - Show policy settings\n" -#| "\n" -#| "Options:\n" -#| " -h This help text.\n" -#| " -p=? The package cache.\n" -#| " -s=? The source cache.\n" -#| " -q Disable progress indicator.\n" -#| " -i Show only important deps for the unmet command.\n" -#| " -c=? Read this configuration file\n" -#| " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" -#| "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n" msgid "" "Usage: apt-cache [options] command\n" " apt-cache [options] add file1 [file2 ...]\n" @@ -259,7 +222,7 @@ msgstr "" " show - Mostra un registre llegible pel paquet\n" " depends - Mostra informació de dependències (en cru) d'un paquet\n" " rdepends - Mostra informació de dependències enrere d'un paquet\n" -" pkgnames - Llista els noms de tots els paquets\n" +" pkgnames - Llista els noms de tots els paquets del sistema\n" " dotty - Genera gràfiques del paquet per a GraphViz\n" " xvcg - Genera gràfiques del paquet per a xvcg\n" " policy - Mostra la configuració de política\n" @@ -2113,9 +2076,8 @@ msgid "Error reading from server" msgstr "S'ha produït un error en llegir des del servidor" #: methods/http.cc:945 apt-pkg/contrib/mmap.cc:196 -#, fuzzy msgid "Failed to truncate file" -msgstr "No s'ha pogut escriure el fitxer %s" +msgstr "No s'ha pogut truncar el fitxer %s" #: methods/http.cc:1105 msgid "Bad header data" @@ -2140,7 +2102,7 @@ msgstr "No s'ha pogut crear un mapa de memòria de %lu octets" #: apt-pkg/contrib/mmap.cc:213 msgid "Dynamic MMap ran out of room" -msgstr "" +msgstr "L'MMap dinàmic s'ha quedat sense espai" #: apt-pkg/contrib/strutl.cc:1014 #, c-format |