diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 39 | ||||
-rw-r--r-- | doc/apt-mark.8.xml | 2 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 14 | ||||
-rw-r--r-- | doc/po/de.po | 20 | ||||
-rw-r--r-- | doc/po/es.po | 20 | ||||
-rw-r--r-- | doc/po/fr.po | 96 | ||||
-rw-r--r-- | doc/po/it.po | 21 | ||||
-rw-r--r-- | doc/po/ja.po | 20 | ||||
-rw-r--r-- | doc/po/nl.po | 73 | ||||
-rw-r--r-- | doc/po/pl.po | 20 | ||||
-rw-r--r-- | doc/po/pt.po | 20 | ||||
-rw-r--r-- | doc/po/pt_BR.po | 12 | ||||
-rw-r--r-- | po/apt-all.pot | 20 | ||||
-rw-r--r-- | po/ar.po | 21 | ||||
-rw-r--r-- | po/ast.po | 21 | ||||
-rw-r--r-- | po/bg.po | 22 | ||||
-rw-r--r-- | po/bs.po | 21 | ||||
-rw-r--r-- | po/ca.po | 22 | ||||
-rw-r--r-- | po/cs.po | 22 | ||||
-rw-r--r-- | po/cy.po | 21 | ||||
-rw-r--r-- | po/da.po | 22 | ||||
-rw-r--r-- | po/de.po | 22 | ||||
-rw-r--r-- | po/dz.po | 21 | ||||
-rw-r--r-- | po/el.po | 21 | ||||
-rw-r--r-- | po/es.po | 22 | ||||
-rw-r--r-- | po/eu.po | 21 | ||||
-rw-r--r-- | po/fi.po | 21 | ||||
-rw-r--r-- | po/fr.po | 22 | ||||
-rw-r--r-- | po/gl.po | 21 | ||||
-rw-r--r-- | po/hu.po | 22 | ||||
-rw-r--r-- | po/it.po | 22 | ||||
-rw-r--r-- | po/ja.po | 22 | ||||
-rw-r--r-- | po/km.po | 21 | ||||
-rw-r--r-- | po/ko.po | 21 | ||||
-rw-r--r-- | po/ku.po | 21 | ||||
-rw-r--r-- | po/lt.po | 21 | ||||
-rw-r--r-- | po/mr.po | 21 | ||||
-rw-r--r-- | po/nb.po | 22 | ||||
-rw-r--r-- | po/ne.po | 21 | ||||
-rw-r--r-- | po/nl.po | 22 | ||||
-rw-r--r-- | po/nn.po | 21 | ||||
-rw-r--r-- | po/pl.po | 22 | ||||
-rw-r--r-- | po/pt.po | 22 | ||||
-rw-r--r-- | po/pt_BR.po | 21 | ||||
-rw-r--r-- | po/ro.po | 21 | ||||
-rw-r--r-- | po/ru.po | 22 | ||||
-rw-r--r-- | po/sk.po | 22 | ||||
-rw-r--r-- | po/sl.po | 22 | ||||
-rw-r--r-- | po/sv.po | 22 | ||||
-rw-r--r-- | po/th.po | 22 | ||||
-rw-r--r-- | po/tl.po | 21 | ||||
-rw-r--r-- | po/tr.po | 22 | ||||
-rw-r--r-- | po/uk.po | 22 | ||||
-rw-r--r-- | po/vi.po | 22 | ||||
-rw-r--r-- | po/zh_CN.po | 22 | ||||
-rw-r--r-- | po/zh_TW.po | 21 |
58 files changed, 1123 insertions, 184 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ce6ebeae..0b3cc73de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "1.8.0~alpha3.1") +set(PACKAGE_VERSION "1.8.0~beta1") if (NOT DEFINED DPKG_DATADIR) execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;" diff --git a/debian/changelog b/debian/changelog index faa701416..7bf8ca6ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +apt (1.8.0~beta1) unstable; urgency=medium + + [ anatoly techtonik ] + * README.md: Document that apt is also included + * apt.cc: Add "apt info" alias for muscle memory + + [ Jean-Pierre Giraud ] + * French manpages translation update (Closes: #915952) + + [ Frans Spiesschaert ] + * Dutch manpages translation update (Closes: #916358) + + [ Julian Andres Klode ] + * cache hash: Use sse4.2 CRC32c on x86-64 where available + * configuration: Compare size first during lookup + * debListParser: Avoid native arch lookup in ParseDepends + * hash32: Tighten to multiversion to x86-64 ELF and use uint32_t + * apt-mark: Introduce minimize-manual + * doc/apt-verbatim.ent: Point ubuntu-codename to disco (LP: #1812696) + * CI: Use debian:buster as test base image + * doc/apt-verbatim.ent: Debian buster is stable + * SECURITY UPDATE: content injection in http method (CVE-2019-3462) + (LP: #1812353) + * debian/control: Drop libcurl4-gnutls-dev build dependency + + [ Mo Zhou ] + * zh_CN.po: Update Simplified Chinese programs translation. + + [ Khem Raj ] + * Remove `register` keyword + + [ Vasya Novikov ] + * bash completion: add keys + + [ David Kalnischkies ] + * Communicate back which key(s) were used for signing + + -- Julian Andres Klode <jak@debian.org> Wed, 23 Jan 2019 16:49:34 +0100 + apt (1.8.0~alpha3.1) unstable; urgency=emergency * SECURITY UPDATE: content injection in http method (CVE-2019-3462) diff --git a/doc/apt-mark.8.xml b/doc/apt-mark.8.xml index ea39b7faa..76675fcd0 100644 --- a/doc/apt-mark.8.xml +++ b/doc/apt-mark.8.xml @@ -14,7 +14,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>2015-09-25T00:00:00Z</date> + <date>2018-12-11T00:00:00Z</date> </refentryinfo> <refmeta> diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 4a533ebf3..f8ebf2923 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "1.8.0~alpha3.1"> +<!ENTITY apt-product-version "1.8.0~beta1"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "stretch"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 00266f7ed..9188af7fc 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.8.0~alpha3.1\n" +"Project-Id-Version: apt-doc 1.8.0~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2019-01-22 19:51+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2186,6 +2186,16 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml +msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " "installed packages will be listed if no package is given. If packages are " diff --git a/doc/po/de.po b/doc/po/de.po index 73ebf1b9f..f568fe1ea 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-10-21 12:58+0200\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -3078,6 +3078,24 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> wird benutzt, um ein Paket als automatisch " +"installiert zu markieren, was veranlasst, dass das Paket entfernt wird, wenn " +"keine manuell installierten Pakete von ihm abhängen." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " diff --git a/doc/po/es.po b/doc/po/es.po index 1d42cd2af..5cc38df40 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n" "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -3100,6 +3100,24 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> se utiliza para marcar un paquete como " +"automáticamente instalado, provocando la eliminación del paquete cuando " +"ningún otro paquete manualmente instalado depende de este paquete." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " diff --git a/doc/po/fr.po b/doc/po/fr.po index 416d0eebd..e4f56c6f7 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-11-12 11:52+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-11-26 17:47+0100\n" "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -169,8 +169,7 @@ msgstr "" " <listitem><para>Fichier de configuration ; indique le fichier de configuration à utiliser. \n" " Le programme lira le fichier de configuration par défaut puis le fichier indiqué ici. \n" " Si les réglages de configuration doivent être établis avant l'analyse des fichiers\n" -" de configuration par défaut, un fichier peut être indiqué avec la variable d'environnement <envar>APT_CONFIG</envar>." -" Veuillez consulter &apt-conf; pour des informations sur la syntaxe d'utilisation.\n" +" de configuration par défaut, un fichier peut être indiqué avec la variable d'environnement <envar>APT_CONFIG</envar>. Veuillez consulter &apt-conf; pour des informations sur la syntaxe d'utilisation.\n" " </para>\n" " </listitem>\n" " </varlistentry>\n" @@ -3081,6 +3080,24 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> permet de marquer un paquet comme ayant été installé " +"automatiquement. Un tel paquet sera supprimé automatiquement dès que plus " +"aucun paquet installé manuellement ne dépend de lui." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " @@ -3412,9 +3429,9 @@ msgid "" "propagate malicious software to all users downloading packages from that " "host." msgstr "" -"<literal>Attaque par compromission d'un miroir sur le réseau</literal>. " -"Sans vérification de signature, quelqu'un de malveillant peut compromettre " -"un miroir et modifier les fichiers. Ainsi tous ceux qui téléchargent les " +"<literal>Attaque par compromission d'un miroir sur le réseau</literal>. Sans " +"vérification de signature, quelqu'un de malveillant peut compromettre un " +"miroir et modifier les fichiers. Ainsi tous ceux qui téléchargent les " "paquets de ce miroir propagent du code malveillant." #. type: Content of: <refentry><refsect1><para> @@ -5536,6 +5553,14 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This is a list of shell commands to run before/after invoking &dpkg;. Like " "<literal>options</literal> this must be specified in list notation. The " "commands are invoked in order using <filename>/bin/sh</filename>; should any " @@ -5974,8 +5999,8 @@ msgstr "" "<literal>MarkInstall</literal> suivi de <literal>nom-paquet <a.b.c -> " "d.e.f | x.y.z> (section)</literal> où <literal>a.b.c</literal> est la " "version actuelle du paquet, <literal>d.e.f</literal> la version devant être " -"installée et <literal>x.y.z</literal> une version plus récente qui n'est " -"pas prévue pour être installée (à cause d'un score plus faible). Ces deux " +"installée et <literal>x.y.z</literal> une version plus récente qui n'est pas " +"prévue pour être installée (à cause d'un score plus faible). Ces deux " "derniers éléments peuvent ne pas être mentionnés s'ils ne sont pas " "pertinents où lorsque ils sont identiques à la version installée. " "<literal>section</literal> est le nom de la section où figure le paquet." @@ -6644,9 +6669,9 @@ msgstr "" "APT gére également l'épinglage (« pinning ») avec des expressions &glob; et " "des expressions régulières entourées par des barres obliques. Par exemple, " "l'exemple qui suit affecte une priorité de 500 à tous les paquets " -"d'experimental dont le nom commence par gnome (en tant qu'expression de " -"type &glob;) ou contient le mot kde (sous format d'une expression régulière " -"POSIX étendue, entourée de barres obliques)." +"d'experimental dont le nom commence par gnome (en tant qu'expression de type " +"&glob;) ou contient le mot kde (sous format d'une expression régulière POSIX " +"étendue, entourée de barres obliques)." #. type: Content of: <refentry><refsect1><refsect2><programlisting> #: apt_preferences.5.xml @@ -6974,8 +6999,8 @@ msgstr "" "Le fichier <filename>Release</filename> se trouve normalement dans le " "répertoire <filename>.../dists/<replaceable>nom-distribution</replaceable></" "filename>, par exemple, <filename>.../dists/stable/Release</filename>, ou " -"<filename>.../dists/&debian-stable-codename;/Release</filename>. Il " -"consiste en une seule entrée composée de plusieurs lignes qui s'applique à " +"<filename>.../dists/&debian-stable-codename;/Release</filename>. Il consiste " +"en une seule entrée composée de plusieurs lignes qui s'applique à " "<emphasis>tous</emphasis> les paquets situés dans les répertoires sous le " "répertoire parent. Contrairement au fichier <filename>Packages</filename>, " "presque toutes les lignes du fichier <filename>Release</filename> sont " @@ -9240,9 +9265,9 @@ msgstr "" "utilisé sans actualisation. Quand cette limite est franchie, le « mtime » du " "fichier « Contents » est mis à jour. Cela peut arriver quand un fichier est " "modifié sans que cela modifie le fichier « Contents » (modification par " -"« override » par exemple). Un délai est permis dans l'espoir que de " -"nouveaux « .deb » seront installés, exigeant un nouveau « Contents ». Par " -"défaut ce nombre vaut 10, l'unité étant le jour." +"« override » par exemple). Un délai est permis dans l'espoir que de nouveaux " +"« .deb » seront installés, exigeant un nouveau « Contents ». Par défaut ce " +"nombre vaut 10, l'unité étant le jour." #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> #: apt-ftparchive.1.xml @@ -9832,14 +9857,19 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be " +#| "used to store login information in a netrc-like format with restrictive " +#| "file permissions." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" -"Le fichier auth.conf d'APT <filename>/etc/apt/auth.conf</filename> peut " -"être utilisé pour stocker les informations de connexion dans un format " -"detype netrc avec des droits d'accès restreints" +"Le fichier auth.conf d'APT <filename>/etc/apt/auth.conf</filename> peut être " +"utilisé pour stocker les informations de connexion dans un format detype " +"netrc avec des droits d'accès restreints" #. type: Content of: <refentry><refsect1><title> #: apt_auth.conf.5.xml @@ -10047,6 +10077,27 @@ msgstr "" "format de type netrc. Élément de configuration : <literal>Dir::Etc::netrc</" "literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/auth.conf</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/auth.conf</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Login information for APT sources and proxies in a netrc-like format. " +#| "Configuration Item: <literal>Dir::Etc::netrc</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Informations de connexion pour les sources et les mandataires d'APT dans un " +"format de type netrc. Élément de configuration : <literal>Dir::Etc::netrc</" +"literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml msgid "&apt-conf; &sources-list;" @@ -10545,6 +10596,7 @@ msgstr "" #. type: Content of: <refentry><refsect1><literallayout> #: apt-transport-https.1.xml +#, no-wrap msgid "" "Acquire::https {\n" "\tProxy::example.org \"DIRECT\";\n" diff --git a/doc/po/it.po b/doc/po/it.po index dfd590436..1af0b5e73 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2017-03-27 19:05+0200\n" "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n" "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n" @@ -3094,6 +3094,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> viene usato per contrassegnare un pacchetto come " +"installato automaticamente, il che fa sì che il pacchetto venga rimosso " +"quando non c'è più alcun pacchetto installato manualmente che dipende da " +"esso." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " diff --git a/doc/po/ja.po b/doc/po/ja.po index f60ec2f15..271084134 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -2993,6 +2993,24 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> は、パッケージを自動インストール済みとマークします。" +"このパッケージに依存する手動でインストールされたパッケージがなくなると、この" +"パッケージを削除します。" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " diff --git a/doc/po/nl.po b/doc/po/nl.po index 6622d1925..b23d26810 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.8.0~alpha2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-10-30 22:06+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-11-19 20:54+0100\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -3157,6 +3157,25 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> wordt gebruikt om een pakket als automatisch " +"geïnstalleerd te markeren. Dit zal tot gevolg hebben dat dit pakket " +"verwijderd wordt als er geen handmatig geïnstalleerde pakketten meer zijn " +"die dat pakket nodig hebben." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " @@ -5633,6 +5652,14 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt.conf.5.xml msgid "" +"This is a string that defines the <envar>PATH</envar> environment variable " +"used when running dpkg. It may be set to any valid value of that environment " +"variable; or the empty string, in which case the variable is not changed." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt.conf.5.xml +msgid "" "This is a list of shell commands to run before/after invoking &dpkg;. Like " "<literal>options</literal> this must be specified in list notation. The " "commands are invoked in order using <filename>/bin/sh</filename>; should any " @@ -8187,19 +8214,6 @@ msgstr "" #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> #: sources.list.5.xml -#| msgid "" -#| "<option>Signed-By</option> (<option>signed-by</option>) is either an " -#| "absolute path to a keyring file (has to be accessible and readable for " -#| "the <literal>_apt</literal> user, so ensure everyone has read-permissions " -#| "on the file) or one or more fingerprints of keys either in the " -#| "<filename>trusted.gpg</filename> keyring or in the keyrings in the " -#| "<filename>trusted.gpg.d/</filename> directory (see <command>apt-key " -#| "fingerprint</command>). If the option is set, only the key(s) in this " -#| "keyring or only the keys with these fingerprints are used for the &apt-" -#| "secure; verification of this repository. Defaults to the value of the " -#| "option with the same name if set in the previously acquired " -#| "<filename>Release</filename> file. Otherwise all keys in the trusted " -#| "keyrings are considered valid signers for this repository." msgid "" "<option>Signed-By</option> (<option>signed-by</option>) is an option to " "require a repository to pass &apt-secure; verification with a certain set of " @@ -10022,10 +10036,15 @@ msgstr "" #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be " +#| "used to store login information in a netrc-like format with restrictive " +#| "file permissions." msgid "" -"The APT auth.conf file <filename>/etc/apt/auth.conf</filename> can be used " -"to store login information in a netrc-like format with restrictive file " -"permissions." +"The APT auth.conf file <filename>/etc/apt/auth.conf</filename>, and .conf " +"files inside <filename>/etc/apt/auth.conf.d</filename> can be used to store " +"login information in a netrc-like format with restrictive file permissions." msgstr "" "Het bestand auth.conf van APT, <filename>/etc/apt/auth.conf</filename>, met " "restrictieve bestandspermissies, kan gebruikt worden om er login-informatie " @@ -10238,6 +10257,26 @@ msgstr "" "Inloginformatie voor APT-bronnen en -proxy's in a netrc-achtige indeling. " "Configuratie-item: <literal>Dir::Etc::netrc</literal>." +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "<filename>/etc/apt/auth.conf</filename>" +msgid "<filename>/etc/apt/auth.conf.d/*.conf</filename>" +msgstr "<filename>/etc/apt/auth.conf</filename>" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt_auth.conf.5.xml +#, fuzzy +#| msgid "" +#| "Login information for APT sources and proxies in a netrc-like format. " +#| "Configuration Item: <literal>Dir::Etc::netrc</literal>." +msgid "" +"Login information for APT sources and proxies in a netrc-like format. " +"Configuration Item: <literal>Dir::Etc::netrcparts</literal>." +msgstr "" +"Inloginformatie voor APT-bronnen en -proxy's in a netrc-achtige indeling. " +"Configuratie-item: <literal>Dir::Etc::netrc</literal>." + #. type: Content of: <refentry><refsect1><para> #: apt_auth.conf.5.xml msgid "&apt-conf; &sources-list;" diff --git a/doc/po/pl.po b/doc/po/pl.po index 2d05a84fe..ed921763f 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda <robert@debian.org>\n" "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n" @@ -3148,6 +3148,24 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> jest używane do zaznaczania pakietu jako " +"zainstalowanego automatycznie, co spowoduje jego usunięcie, w sytuacji gdy " +"żaden inny ręcznie zainstalowany pakiet nie będzie od niego zależał." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " diff --git a/doc/po/pt.po b/doc/po/pt.po index 4e29015a9..6d3e1f7db 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.7\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -3041,6 +3041,24 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml +#, fuzzy +#| msgid "" +#| "<literal>auto</literal> is used to mark a package as being automatically " +#| "installed, which will cause the package to be removed when no more " +#| "manually installed packages depend on this package." +msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" +"<literal>auto</literal> é usado para marcar um pacote como sendo instalado " +"automaticamente, o que irá causar a remoção do pacote quando mais nenhum " +"pacote instalado manualmente depender deste pacote." + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 707bb66ae..72465f1f5 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes <andrelop@debian.org>\n" "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n" @@ -2150,6 +2150,16 @@ msgstr "" #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> #: apt-mark.8.xml msgid "" +"<literal>minimize-manual</literal> is used to mark (transitive) dependencies " +"of metapackages as automatically installed. This can be used after an " +"installation for example, to minimize the number of manually installed " +"packages; or continuously on systems managed by system configuration " +"metapackages." +msgstr "" + +#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> +#: apt-mark.8.xml +msgid "" "<literal>showauto</literal> is used to print a list of automatically " "installed packages with each package on a new line. All automatically " "installed packages will be listed if no package is given. If packages are " diff --git a/po/apt-all.pot b/po/apt-all.pot index a428571bf..339663225 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.8.0~alpha3.1\n" +"Project-Id-Version: apt 1.8.0~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2019-01-22 19:51+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1881,7 +1881,7 @@ msgstr "" msgid "Abort." msgstr "" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "" @@ -2407,7 +2407,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "" @@ -2777,6 +2777,14 @@ msgid "%s was already set to automatically installed.\n" msgstr "" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +msgid "The following packages will be marked as automatically installed:" +msgstr "" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "" @@ -2834,6 +2842,10 @@ msgid "Mark the given packages as manually installed" msgstr "" #: cmdline/apt-mark.cc +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Language-Team: Arabic <support@arabeyes.org>\n" @@ -1909,7 +1909,7 @@ msgstr "" msgid "Abort." msgstr "إجهاض." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "هل تريد الاستمرار؟" @@ -2444,7 +2444,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "لا يقبل الأمر update أية مُعطيات" @@ -2824,6 +2824,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "إلا أنه سيتم تثبيت %s" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "سيتم تثبيت الحزم الجديدة التالية:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s هي النسخة الأحدث.\n" @@ -2883,6 +2893,11 @@ msgid "Mark the given packages as manually installed" msgstr "سيتم تثبيت الحزم الجديدة التالية:" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "إلا أنه سيتم تثبيت %s" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela <ivarela@softastur.org>\n" "Language-Team: Asturian (ast)\n" @@ -1968,7 +1968,7 @@ msgstr "" msgid "Abort." msgstr "Encaboxar." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "¿Quies continuar?" @@ -2523,7 +2523,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "La orde update nun lleva argumentos" @@ -2943,6 +2943,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s axustáu como instaláu automáticamente.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Van instalase los siguientes paquetes NUEVOS:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s yá ta na versión más nueva.\n" @@ -3002,6 +3012,11 @@ msgid "Mark the given packages as manually installed" msgstr "Comprueba qu'el paquete 'dpkg-dev' ta instaláu.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s axustáu como instaláu automáticamente.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov <dmn@debian.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -2012,7 +2012,7 @@ msgstr "" msgid "Abort." msgstr "Прекъсване." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Искате ли да продължите?" @@ -2570,7 +2570,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Командата „update“ не възприема аргументи" @@ -2991,6 +2991,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "Пакетът „%s“ вече е отбелязан като автоматично инсталиран.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Следните НОВИ пакети ще бъдат инсталирани:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "Пакетът „%s“ вече е задуржан.\n" @@ -3054,6 +3064,12 @@ msgid "Mark the given packages as manually installed" msgstr "Маркиране на пакети като инсталирани ръчно" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Маркиране на пакети като инсталирани автоматично" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" "Language-Team: Bosnian <lokal@lugbih.org>\n" @@ -1894,7 +1894,7 @@ msgstr "" msgid "Abort." msgstr "Odustani." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Da li želite nastaviti?" @@ -2426,7 +2426,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "" @@ -2807,6 +2807,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "ali se %s treba instalirati" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Slijedeći NOVI paketi će biti instalirani:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "" @@ -2866,6 +2876,11 @@ msgid "Mark the given packages as manually installed" msgstr "Slijedeći NOVI paketi će biti instalirani:" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "ali se %s treba instalirati" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~beta1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2016-12-05 21:09+0100\n" "Last-Translator: Oriol Debian <oriol.debian@gmail.com>\n" "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n" @@ -2060,7 +2060,7 @@ msgstr "" msgid "Abort." msgstr "Avortat." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Voleu continuar?" @@ -2628,7 +2628,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Tots els paquets estan actualitzats." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "%s no pren cap argument" @@ -3067,6 +3067,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s ja estava marcat com instal·lat automàticament.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "S'instal·laran els paquets NOUS següents:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s ja estava retingut.\n" @@ -3131,6 +3141,12 @@ msgid "Mark the given packages as manually installed" msgstr "Marca els paquets proporcionats com instal·lables manualment" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Marca els paquets proporcionats com instal·lables automàticament" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Marca el paquet com retingut" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4.2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2017-05-06 11:08+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" @@ -1994,7 +1994,7 @@ msgstr "" msgid "Abort." msgstr "Přerušeno." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Chcete pokračovat?" @@ -2557,7 +2557,7 @@ msgstr[2] "" msgid "All packages are up to date." msgstr "Všechny balíky jsou aktuální." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "%s neakceptuje žádné argumenty" @@ -2981,6 +2981,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s již byl nastaven jako instalovaný automaticky.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Následující NOVÉ balíky budou nainstalovány:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s již byl podržen v aktuální verzi.\n" @@ -3043,6 +3053,12 @@ msgid "Mark the given packages as manually installed" msgstr "Označí dané balíky jako instalované ručně" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Označí dané balíky jako instalované automaticky" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Označí balík jako podržený v aktuální verzi" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n" "Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n" @@ -1970,7 +1970,7 @@ msgstr "" msgid "Abort." msgstr "Erthylu." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Ydych chi eisiau mynd ymlaen?" @@ -2515,7 +2515,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Nid yw'r gorchymyn diweddaru yn derbyn ymresymiadau" @@ -2957,6 +2957,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "ond mae %s yn mynd i gael ei sefydlu" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Caiff y pecynnau NEWYDD canlynol eu sefydlu:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "Mae %s y fersiwn mwyaf newydd eisioes.\n" @@ -3016,6 +3026,11 @@ msgid "Mark the given packages as manually installed" msgstr "Caiff y pecynnau NEWYDD canlynol eu sefydlu:" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "ond mae %s yn mynd i gael ei sefydlu" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4~rc2\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -2012,7 +2012,7 @@ msgstr "" msgid "Abort." msgstr "Afbryder." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vil du fortsætte?" @@ -2575,7 +2575,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Alle pakker er opdateret." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "»%s« benytter ingen parametre" @@ -3007,6 +3007,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s var allerede sat til automatisk installeret.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Følgende NYE pakker vil blive installeret:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s var allerede sat i bero.\n" @@ -3070,6 +3080,12 @@ msgid "Mark the given packages as manually installed" msgstr "Marker de givne pakker som manuelt installeret" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Marker de givne pakker som automatisk installeret" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Marker en pakke som tilbageholdt" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.6\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-01-11 21:11+0100\n" "Last-Translator: Holger Wansing <linux@wansing-online.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -2087,7 +2087,7 @@ msgstr "" msgid "Abort." msgstr "Abbruch." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Möchten Sie fortfahren?" @@ -2675,7 +2675,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Alle Pakete sind aktuell." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "Der Befehl »%s« akzeptiert keine Argumente." @@ -3126,6 +3126,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s wurde bereits auf automatisch installiert gesetzt.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Die folgenden NEUEN Pakete werden installiert:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s wurde bereits auf Halten gesetzt.\n" @@ -3191,6 +3201,12 @@ msgid "Mark the given packages as manually installed" msgstr "das angegebene Paket als »Manuell installiert« markieren" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "das angegebene Paket als »Automatisch installiert« markieren" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "ein Paket als zurückgehalten markieren" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n" "Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n" @@ -1938,7 +1938,7 @@ msgstr "" msgid "Abort." msgstr "བར་བཤོལ་འབད།" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" msgstr "ཁྱོན་ཀྱི་འཕྲོ་མཐུད་ནི་འབད་ནི་ཨིན་ན་" @@ -2479,7 +2479,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "དུས་མཐུན་བཟོ་བའི་བརྡ་བཀོད་འདི་གིས་སྒྲུབ་རྟགས་ཚུ་མི་འབག་འབད།" @@ -2902,6 +2902,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "འདི་འབདཝ་ད་%sའདི་གཞི་བཙུགས་འབད་ནི་ཨིན།" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "འོག་གི་ཐུམ་སྒྲིས་གསརཔ་འདི་ཚུ་ཁཞི་བཙུགས་འབད་འོང་:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s ་འདི་ཧེ་མ་ལས་རང་འཐོན་རིམ་གསར་ཤོས་ཅིག་ཨིན།\n" @@ -2961,6 +2971,11 @@ msgid "Mark the given packages as manually installed" msgstr "'dpkg-dev'་ཐུམ་སྒྲིལ་དེ་གཞི་བཙུགས་འབད་ཡོད་པ་ཅིན་ཨེབ་གཏང་འབད།\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "འདི་འབདཝ་ད་%sའདི་གཞི་བཙུགས་འབད་ནི་ཨིན།" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n" "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n" @@ -1959,7 +1959,7 @@ msgstr "" msgid "Abort." msgstr "Εγκατάλειψη." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Θέλετε να συνεχίσετε;" @@ -2506,7 +2506,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Η εντολή update δεν παίρνει ορίσματα" @@ -2930,6 +2930,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "το %s έχει εγκατασταθεί με το χέρι\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Τα ακόλουθα ΝΕΑ πακέτα θα εγκατασταθούν:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "το %s είναι ήδη η τελευταία έκδοση.\n" @@ -2989,6 +2999,11 @@ msgid "Mark the given packages as manually installed" msgstr "Ελέγξτε αν είναι εγκαταστημένο το πακέτο 'dpkg-dev'.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "το %s έχει εγκατασταθεί αυτόματα\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox." "org>\n" @@ -2125,7 +2125,7 @@ msgstr "" msgid "Abort." msgstr "Anulado." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "¿Desea continuar?" @@ -2690,7 +2690,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Todos los paquetes están actualizados." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "«%s» no necesita argumentos" @@ -3126,6 +3126,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s ya estaba fijado como instalado automáticamente.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Se instalarán los siguientes paquetes NUEVOS:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s ya estaba fijado como retenido.\n" @@ -3190,6 +3200,12 @@ msgid "Mark the given packages as manually installed" msgstr "Marca los paquetes proporcionados como instalados manualmente" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Marca los paquetes proporcionados como instalados automáticamente" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Marca el paquete como retenido" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n" @@ -1935,7 +1935,7 @@ msgstr "" msgid "Abort." msgstr "Abortatu." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Aurrera jarraitu nahi al duzu?" @@ -2483,7 +2483,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Eguneratzeko komandoak ez du argumenturik hartzen" @@ -2903,6 +2903,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s eskuz instalatua bezala ezarri.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Ondorengo pakete BERRIAK instalatuko dira:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s bertsiorik berriena da jada.\n" @@ -2962,6 +2972,11 @@ msgid "Mark the given packages as manually installed" msgstr "Egiaztatu 'dpkg-dev' paketea instalaturik dagoen.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s eskuz instalatua bezala ezarri.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen <tale@debian.org>\n" "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n" @@ -1929,7 +1929,7 @@ msgstr "" msgid "Abort." msgstr "Keskeytä." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Haluatko jatkaa?" @@ -2475,7 +2475,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Komento update ei käytä parametreja" @@ -2894,6 +2894,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s on merkitty käyttäjän toimesta asennetuksi.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Seuraavat UUDET paketit asennetaan:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s on jo uusin versio.\n" @@ -2953,6 +2963,11 @@ msgid "Mark the given packages as manually installed" msgstr "Tarkista onko paketti \"dpkg-dev\" asennettu.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s on merkitty käyttäjän toimesta asennetuksi.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-01-02 15:09+0100\n" "Last-Translator: Julien Patriarca <leatherface@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -2099,7 +2099,7 @@ msgstr "" msgid "Abort." msgstr "Annulation." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Souhaitez-vous continuer ?" @@ -2686,7 +2686,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Tous les paquets sont à jour." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format #| msgid "%s does not take any arguments" msgid "%s does not take any arguments" @@ -3141,6 +3141,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s était déjà marqué comme installé automatiquement.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Les NOUVEAUX paquets suivants seront installés :" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s était déjà marqué comme figé (« hold »).\n" @@ -3207,6 +3217,12 @@ msgid "Mark the given packages as manually installed" msgstr "Marquer les paquets indiqués comme installés manuellement" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Marquer les paquets indiqués comme installés automatiquement" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Marquer un paquet comme maintenu dans une version" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: galician <proxecto@trasno.net>\n" @@ -1996,7 +1996,7 @@ msgstr "" msgid "Abort." msgstr "Interromper." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Quere continuar?" @@ -2555,7 +2555,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "A orde «update» non toma argumentos" @@ -2975,6 +2975,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s está estabelecido para a súa instalación automática.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Os seguintes paquetes NOVOS hanse instalar:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s xa é a versión máis recente.\n" @@ -3034,6 +3044,11 @@ msgid "Mark the given packages as manually installed" msgstr "Comprobe que o paquete «dpkg-dev» estea instalado.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s está estabelecido para a súa instalación automática.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n" "Language-Team: Hungarian <gnome-hu-list@gnome.org>\n" @@ -2042,7 +2042,7 @@ msgstr "" msgid "Abort." msgstr "Megszakítva." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Folytatni akarja?" @@ -2605,7 +2605,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Minden csomag naprakész." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "Az %s parancsnak nincsenek argumentumai" @@ -3030,6 +3030,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s már meg van jelölve automatikusan telepítettként.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Az alábbi ÚJ csomagok lesznek telepítve:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s már be van állítva visszatartásra.\n" @@ -3093,6 +3103,12 @@ msgid "Mark the given packages as manually installed" msgstr "Az adott csomagok megjelölése kézzel telepítettként" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Az adott csomagok megjelölése automatikusan telepítettként" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Csomag megjelölése visszatartottként" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-12-04 09:33+0100\n" "Last-Translator: Milo Casagrande <milo@milo.name>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -2067,7 +2067,7 @@ msgstr "" msgid "Abort." msgstr "Interrotto." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Continuare?" @@ -2640,7 +2640,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Tutti i pacchetti sono aggiornati." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "Il comando \"%s\" non accetta alcun argomento" @@ -3082,6 +3082,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s è già stato impostato come installato automaticamente.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "I seguenti pacchetti NUOVI saranno installati:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s è già stato impostato come bloccato.\n" @@ -3148,6 +3158,12 @@ msgid "Mark the given packages as manually installed" msgstr "Segna i pacchetti forniti come installati manualmente" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Segna i pacchetti forniti come installati automaticamente" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Segna un pacchetto come bloccato a una vecchia versione" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.4\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -2039,7 +2039,7 @@ msgstr "" msgid "Abort." msgstr "中断しました。" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "続行しますか?" @@ -2593,7 +2593,7 @@ msgstr[0] "" msgid "All packages are up to date." msgstr "パッケージはすべて最新です。" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "%s は引数をとりません" @@ -3026,6 +3026,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s は自動でインストールしたとすでに設定されています。\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "以下のパッケージが新たにインストールされます:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s はすでに保留に設定されています。\n" @@ -3089,6 +3099,12 @@ msgid "Mark the given packages as manually installed" msgstr "指定のパッケージを手動でインストールしたものとしてマークする" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "指定のパッケージを自動でインストールされたものとしてマークする" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "パッケージを保留としてマークする" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n" "Language-Team: Khmer <support@khmeros.info>\n" @@ -1930,7 +1930,7 @@ msgstr "" msgid "Abort." msgstr "បោះបង់ ។" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" msgstr "តើអ្នកចង់បន្តឬ [បាទ ចាស/ទេ] ? " @@ -2466,7 +2466,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "ពាក្យបញ្ជាដែលធ្វើឲ្យទាន់សម័យគ្មានអាគុយម៉ង់ទេ" @@ -2888,6 +2888,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "ប៉ុន្តែ %s នឹងត្រូវបានដំឡើង" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "កញ្ចប់ថ្មីខាងក្រោមនឹងត្រូវបានដំឡើង ៖" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s ជាកំណែដែលថ្មីបំផុតរួចទៅហើយ ។\n" @@ -2947,6 +2957,11 @@ msgid "Mark the given packages as manually installed" msgstr "ពិនិត្យប្រសិនបើកញ្ចប់ 'dpkg-dev' មិនទាន់បានដំឡើង ។\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "ប៉ុន្តែ %s នឹងត្រូវបានដំឡើង" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n" @@ -1951,7 +1951,7 @@ msgstr "" msgid "Abort." msgstr "중단." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "계속 하시겠습니까?" @@ -2490,7 +2490,7 @@ msgstr[0] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "update 명령은 인수를 받지 않습니다" @@ -2906,6 +2906,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s 패키지는 이미 자동설치로 지정되어 있습니다.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "다음 새 패키지를 설치할 것입니다:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s 패키지는 이미 최신 버전입니다.\n" @@ -2965,6 +2975,11 @@ msgid "Mark the given packages as manually installed" msgstr "'dpkg-dev' 패키지가 설치되었는지를 확인하십시오.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s 패키지는 수동설치로 지정합니다.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n" @@ -1893,7 +1893,7 @@ msgstr "" msgid "Abort." msgstr "Betal." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Dixwazî bidomînî?" @@ -2426,7 +2426,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "" @@ -2832,6 +2832,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "lê %s dê were sazkirin" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Ev pakêtên NÛ dê werine sazkirin:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s jixwe guhertoya nûtirîn e.\n" @@ -2891,6 +2901,11 @@ msgid "Mark the given packages as manually installed" msgstr "Ev pakêtên NÛ dê werine sazkirin:" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "lê %s dê were sazkirin" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -1921,7 +1921,7 @@ msgstr "" msgid "Abort." msgstr "Nutraukti." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Ar norite tęsti?" @@ -2456,7 +2456,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Atnaujinimo komandai argumentų nereikia" @@ -2877,6 +2877,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Bus įdiegti šie NAUJI paketai:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s ir taip jau yra naujausias.\n" @@ -2936,6 +2946,11 @@ msgid "Mark the given packages as manually installed" msgstr "Patikrinkite, ar įdiegtas „dpkg-dev“ paketas.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s nustatytas kaip įdiegtas rankiniu būdu\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada <sampadanakhare@gmail.com>\n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -1931,7 +1931,7 @@ msgstr "" msgid "Abort." msgstr "व्यत्यय/बंद करा." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" msgstr "तुम्हाला पुढे जायचे आहे [Y/n]? " @@ -2469,7 +2469,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "सुधारित आवृत्तीचा विधान आर्ग्युमेंटस घेऊ शकत नाही." @@ -2884,6 +2884,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s स्वहस्ते संस्थापित करायचे आहे.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "खालील नविन पॅकेजेस संस्थापित होतील:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s ही आधीच नविन आवृत्ती आहे.\n" @@ -2943,6 +2953,11 @@ msgid "Mark the given packages as manually installed" msgstr "'dpkg-dev' पॅकेज संस्थापित केले आहे का ते पडताळून पहा.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s स्वहस्ते संस्थापित करायचे आहे.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n" "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n" @@ -1982,7 +1982,7 @@ msgstr "" msgid "Abort." msgstr "Avbryter." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vil du fortsette?" @@ -2543,7 +2543,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Alle pakkene er oppdatert." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Oppdaterings-kommandoen tar ingen argumenter" @@ -2967,6 +2967,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s satt til automatisk installasjon.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Følgende NYE pakker vil bli installert:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s er allerede nyeste versjon.\n" @@ -3025,6 +3035,12 @@ msgid "Mark the given packages as manually installed" msgstr "Sjekk om pakken «dpkg-dev» er installert.\n" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Marker den angitte pakken som automatisk installert" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Marker en pakke som holdt tilbake" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -1928,7 +1928,7 @@ msgstr "" msgid "Abort." msgstr "परित्याग गर्नुहोस् ।" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc #, fuzzy msgid "Do you want to continue?" msgstr "के तपाईँ निरन्तरता दिन चाहनुहुन्छ [Y/n]? " @@ -2464,7 +2464,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "अद्यावधिक आदेशले कुनै तर्कहरू लिदैन" @@ -2885,6 +2885,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "तर %s स्थापना हुनुपर्यो" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "निम्न नयाँ प्याकेजहरू स्थापना हुनेछन्:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s पहिल्यै नयाँ संस्करण हो ।\n" @@ -2944,6 +2954,11 @@ msgid "Mark the given packages as manually installed" msgstr "जाँच्नुहोस् यदि 'dpkg-dev' प्याकेज स्थापना भयो ।\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "तर %s स्थापना हुनुपर्यो" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-10-09 16:26+0200\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n" @@ -2065,7 +2065,7 @@ msgstr "" msgid "Abort." msgstr "Afbreken." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Wilt u doorgaan?" @@ -2636,7 +2636,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Alle pakketten zijn up-to-date." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "De opdracht '%s' aanvaardt geen argumenten" @@ -3074,6 +3074,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s was reeds ingesteld als automatisch geïnstalleerd.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "De volgende NIEUWE pakketten zullen geïnstalleerd worden:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s was reeds ingesteld als te handhaven.\n" @@ -3138,6 +3148,12 @@ msgid "Mark the given packages as manually installed" msgstr "Markeer het vermelde pakket als manueel geïnstalleerd" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Markeer het vermelde pakket als automatisch geïnstalleerd" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Markeer een pakket als gehandhaafd" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n" "Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n" @@ -1937,7 +1937,7 @@ msgstr "" msgid "Abort." msgstr "Avbryt." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vil du halda fram?" @@ -2477,7 +2477,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Oppdateringskommandoen tek ingen argument" @@ -2902,6 +2902,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "men %s skal installerast" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Dei flgjande NYE pakkane vil verta installerte:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "Den nyaste versjonen av %s er installert fr fr.\n" @@ -2961,6 +2971,11 @@ msgid "Mark the given packages as manually installed" msgstr "Dei flgjande NYE pakkane vil verta installerte:" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "men %s skal installerast" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n" "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n" @@ -2011,7 +2011,7 @@ msgstr "" msgid "Abort." msgstr "Przerwane." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Kontynuować?" @@ -2595,7 +2595,7 @@ msgstr[2] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Polecenie update nie wymaga żadnych argumentów" @@ -3017,6 +3017,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s został już ustawiony jako zainstalowany automatycznie.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Zostaną zainstalowane następujące NOWE pakiety:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s został już zatrzymany.\n" @@ -3082,6 +3092,12 @@ msgid "Mark the given packages as manually installed" msgstr "Oznacza dany pakiet jako zainstalowany ręcznie" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Oznacza dany pakiet jako zainstalowany automatycznie" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n" "Language-Team: Portuguese <traduz@debianpt.org>\n" @@ -2013,7 +2013,7 @@ msgstr "" msgid "Abort." msgstr "Abortado." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Deseja continuar?" @@ -2574,7 +2574,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "O comando update não leva argumentos" @@ -2997,6 +2997,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s já estava definido para ser instalado automaticamente.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Serão instalados os seguintes NOVOS pacotes:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s já estava marcado para manter.\n" @@ -3060,6 +3070,12 @@ msgid "Mark the given packages as manually installed" msgstr "Marca os pacotes como instalados manualmente" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Marca os pacotes como instalados automaticamente" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 66e3b1568..40d51085c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n" "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian." @@ -1944,7 +1944,7 @@ msgstr "" msgid "Abort." msgstr "Abortar." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Você quer continuar?" @@ -2493,7 +2493,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "O comando update não leva argumentos" @@ -2917,6 +2917,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s configurado para instalar manualmente.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Os NOVOS pacotes a seguir serão instalados:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s já é a versão mais nova.\n" @@ -2976,6 +2986,11 @@ msgid "Mark the given packages as manually installed" msgstr "Confira se o pacote 'dpkg-dev' está instalado.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s configurado para instalar manualmente.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n" "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n" @@ -1948,7 +1948,7 @@ msgstr "" msgid "Abort." msgstr "Renunțare." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vreți să continuați?" @@ -2502,7 +2502,7 @@ msgstr[2] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Comanda de actualizare nu are argumente" @@ -2923,6 +2923,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s este marcat ca fiind instalat manual.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Următoarele pachete NOI vor fi instalate:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s este deja la cea mai nouă versiune.\n" @@ -2982,6 +2992,11 @@ msgid "Mark the given packages as manually installed" msgstr "Verificați dacă pachetul 'dpkg-dev' este instalat.\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s este marcat ca fiind instalat manual.\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-10-25 19:03+0300\n" "Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -2056,7 +2056,7 @@ msgstr "" msgid "Abort." msgstr "Прервано." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Хотите продолжить?" @@ -2624,7 +2624,7 @@ msgstr[2] "" msgid "All packages are up to date." msgstr "Все пакеты имеют последние версии." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "Команде %s не нужны аргументы" @@ -3057,6 +3057,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s уже помечен как установленный автоматически.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Следующие НОВЫЕ пакеты будут установлены:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s уже помечен как зафиксированный.\n" @@ -3121,6 +3131,12 @@ msgid "Mark the given packages as manually installed" msgstr "пометить указанные пакеты как установленные вручную" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "пометить указанные пакеты как установленные автоматически" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "пометить пакет как зафиксированный" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -1975,7 +1975,7 @@ msgstr "" msgid "Abort." msgstr "Prerušené." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Chcete pokračovať?" @@ -2544,7 +2544,7 @@ msgstr[2] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Príkaz update neprijíma žiadne argumenty" @@ -2964,6 +2964,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s už bol označený ako automaticky nainštalovaný.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Nainštalujú sa nasledovné NOVÉ balíky:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s bol už nastavený na podržanie.\n" @@ -3027,6 +3037,12 @@ msgid "Mark the given packages as manually installed" msgstr "Označí uvedené balíky ako manuálne nainštalované" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Označí uvedené balíky ako automaticky nainštalované" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -1975,7 +1975,7 @@ msgstr "" msgid "Abort." msgstr "Prekini." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Ali želite nadaljevati?" @@ -2549,7 +2549,7 @@ msgstr[3] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Ukaz update ne sprejema argumentov" @@ -2970,6 +2970,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "paket %s je bil že nastavljen kot samodejno nameščen.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Naslednji NOVI paketi bodo nameščeni:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "paket %s je bil že nastavljen kot na čakanju.\n" @@ -3032,6 +3042,12 @@ msgid "Mark the given packages as manually installed" msgstr "Označi dane pakete kot ročno nameščene" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Označi dane pakete kot samodejno nameščene" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n" "Language-Team: Swedish <debian-l10n-swedish@debian.org>\n" @@ -2001,7 +2001,7 @@ msgstr "" msgid "Abort." msgstr "Avbryter." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Vill du fortsätta?" @@ -2563,7 +2563,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Alla paket är uppdaterade." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Uppdateringskommandot tar inga argument" @@ -2992,6 +2992,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s var redan satt till automatiskt installerad.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Följande NYA paket kommer att installeras:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s var redan tillbakahållet.\n" @@ -3055,6 +3065,12 @@ msgid "Mark the given packages as manually installed" msgstr "Markera de angivna paketen som manuellt installerade" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Markera de angivna paketen som automatiskt installerade" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Markera ett paket som tillbakahållet" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n" "Language-Team: Thai <thai-l10n@googlegroups.com>\n" @@ -1941,7 +1941,7 @@ msgstr "" msgid "Abort." msgstr "เลิกทำ" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "คุณต้องการจะดำเนินการต่อไปหรือไม่?" @@ -2478,7 +2478,7 @@ msgstr[0] "" msgid "All packages are up to date." msgstr "ปรับรุ่นทุกแพกเกจเป็นรุ่นล่าสุดแล้ว" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "คำสั่ง update ไม่รับอาร์กิวเมนต์เพิ่ม" @@ -2903,6 +2903,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s ถูกกำหนดให้เป็นการติดตั้งแบบอัตโนมัติอยู่ก่อนแล้ว\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "จะติดตั้งแพกเกจ *ใหม่* ต่อไปนี้:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s ถูกกำหนดให้คงรุ่นอยู่ก่อนแล้ว\n" @@ -2965,6 +2975,12 @@ msgid "Mark the given packages as manually installed" msgstr "ทำเครื่องหมายแพกเกจที่กำหนดให้เป็นการติดตั้งแบบเลือกเอง" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "ทำเครื่องหมายแพกเกจที่กำหนดให้เป็นการติดตั้งแบบอัตโนมัติ" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "ทำเครื่องหมายแพกเกจที่กำหนดให้เป็นการคงรุ่น" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n" "Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n" @@ -1956,7 +1956,7 @@ msgstr "" msgid "Abort." msgstr "Abort." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Nais niyo bang magpatuloy?" @@ -2493,7 +2493,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Ang utos na update ay hindi tumatanggap ng mga argumento" @@ -2915,6 +2915,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "ngunit ang %s ay iluluklok" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Ang sumusunod na mga paketeng BAGO ay iluluklok:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s ay pinakabagong bersyon na.\n" @@ -2972,6 +2982,11 @@ msgid "Mark the given packages as manually installed" msgstr "" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "ngunit ang %s ay iluluklok" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2018-01-03 16:32+0300\n" "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n" "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n" @@ -2034,7 +2034,7 @@ msgstr "" msgid "Abort." msgstr "Vazgeç." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Devam etmek istiyor musunuz?" @@ -2597,7 +2597,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "Tüm paketler güncel." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "%s komutu argüman almaz" @@ -3025,6 +3025,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s zaten otomatik kurulmuş olarak ayarlı.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Aşağıdaki YENİ paketler kurulacak:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s zaten tutulacak şekilde ayarlanmış.\n" @@ -3089,6 +3099,12 @@ msgid "Mark the given packages as manually installed" msgstr "Belirtilen paketleri elle kurulmuş olarak işaretle" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Belirtilen paketleri otomatik kurulmuş olarak işaretle" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Paketi tutulacak şekilde işaretle" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n" "Language-Team: Українська <uk@li.org>\n" @@ -2013,7 +2013,7 @@ msgstr "" msgid "Abort." msgstr "Перервано." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Бажаєте продовжити?" @@ -2581,7 +2581,7 @@ msgstr[2] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Команді update не потрібні аргументи" @@ -3010,6 +3010,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s вже був позначений, як автоматично встановлений.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "НОВІ пакунки, які будуть встановлені:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s вже був зафіксований.\n" @@ -3073,6 +3083,12 @@ msgid "Mark the given packages as manually installed" msgstr "позначити вказані пакунки як встановлені вручну" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "позначити вказані пакунки як автоматично встановлені" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n" @@ -1991,7 +1991,7 @@ msgstr "" msgid "Abort." msgstr "Hủy bỏ." -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "Bạn có muốn tiếp tục không?" @@ -2535,7 +2535,7 @@ msgstr[0] "" msgid "All packages are up to date." msgstr "Mọi gói đã được cập nhật." -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "Lệnh cập nhật không chấp nhận đối số" @@ -2977,6 +2977,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s đã sẵn được đặt thành cài đặt tự động rồi.\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "Những gói MỚI sau sẽ được CÀI ĐẶT:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s đã sẵn được đặt là giữ lại.\n" @@ -3042,6 +3052,12 @@ msgid "Mark the given packages as manually installed" msgstr "Đánh dấu các gói đưa ra là được cài đặt bằng tay" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "Đánh dấu các gói đưa ra là được cài đặt tự động" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "Đánh dấu một gói là giữ lại" diff --git a/po/zh_CN.po b/po/zh_CN.po index 07eca117d..35955997a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.x\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2019-01-12 00:00+0000\n" "Last-Translator: Mo Zhou <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -1941,7 +1941,7 @@ msgstr "" msgid "Abort." msgstr "中止。" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "您希望继续执行吗?" @@ -2473,7 +2473,7 @@ msgstr[0] "" msgid "All packages are up to date." msgstr "所有软件包均为最新。" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, c-format msgid "%s does not take any arguments" msgstr "%s 命令不需要参数" @@ -2888,6 +2888,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s 已经被设置为自动安装。\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "下列【新】软件包将被安装:" + +#: cmdline/apt-mark.cc #, c-format msgid "%s was already set on hold.\n" msgstr "%s 已经设置为保留。\n" @@ -2949,6 +2959,12 @@ msgid "Mark the given packages as manually installed" msgstr "标记指定软件包为手动安装" #: cmdline/apt-mark.cc +#, fuzzy +#| msgid "Mark the given packages as automatically installed" +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "标记指定软件包为自动安装" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "标记指定软件包为保留(held back)" diff --git a/po/zh_TW.po b/po/zh_TW.po index d6a08d0ec..713b291d6 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-12-18 15:02+0100\n" +"POT-Creation-Date: 2019-01-23 16:49+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -1918,7 +1918,7 @@ msgstr "" msgid "Abort." msgstr "放棄執行。" -#: apt-private/private-install.cc +#: apt-private/private-install.cc cmdline/apt-mark.cc msgid "Do you want to continue?" msgstr "是否繼續進行 [Y/n]?" @@ -2453,7 +2453,7 @@ msgstr[1] "" msgid "All packages are up to date." msgstr "" -#: cmdline/apt-cache.cc +#: cmdline/apt-cache.cc cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s does not take any arguments" msgstr "update 指令不需任何參數" @@ -2871,6 +2871,16 @@ msgid "%s was already set to automatically installed.\n" msgstr "%s 被設定為手動安裝。\n" #: cmdline/apt-mark.cc +msgid "No changes necessary" +msgstr "" + +#: cmdline/apt-mark.cc +#, fuzzy +#| msgid "The following NEW packages will be installed:" +msgid "The following packages will be marked as automatically installed:" +msgstr "下列【新】套件將會被安裝:" + +#: cmdline/apt-mark.cc #, fuzzy, c-format msgid "%s was already set on hold.\n" msgstr "%s 已經是最新版本了。\n" @@ -2930,6 +2940,11 @@ msgid "Mark the given packages as manually installed" msgstr "請檢查是否已安裝了 'dpkg-dev' 套件。\n" #: cmdline/apt-mark.cc +#, fuzzy +msgid "Mark all dependencies of meta packages as automatically installed." +msgstr "%s 被設定為手動安裝。\n" + +#: cmdline/apt-mark.cc msgid "Mark a package as held back" msgstr "" |