Reference mail:
https://lists.debian.org/debian-l10n-english/2015/11/msg00006.html
71 files changed:
if (isError)
{
_error->Error("%s", msg.c_str());
if (isError)
{
_error->Error("%s", msg.c_str());
- _error->Notice("%s", _("Updating such a repository securily is impossible and therefore disabled by default."));
+ _error->Notice("%s", _("Updating such a repository securely is impossible and therefore disabled by default."));
}
else
{
_error->Warning("%s", msg.c_str());
}
else
{
_error->Warning("%s", msg.c_str());
- _error->Notice("%s", _("Data from such a repository can not be authenticated and is therefore potentially dangerous to use."));
+ _error->Notice("%s", _("Data from such a repository can't be authenticated and is therefore potentially dangerous to use."));
}
_error->Notice("%s", _("See apt-secure(8) manpage for repository creation and user configuration details."));
return false;
}
_error->Notice("%s", _("See apt-secure(8) manpage for repository creation and user configuration details."));
return false;
// No Release file was present, or verification failed, so fall
// back to queueing Packages files without verification
// No Release file was present, or verification failed, so fall
// back to queueing Packages files without verification
- // only allow going further if the users explicitely wants it
+ // only allow going further if the user explicitly wants it
if(AllowInsecureRepositories(_("The repository '%s' is not signed."), ClearsignedTarget.Description, TransactionManager->MetaIndexParser, TransactionManager, this) == true)
{
Status = StatDone;
if(AllowInsecureRepositories(_("The repository '%s' is not signed."), ClearsignedTarget.Description, TransactionManager->MetaIndexParser, TransactionManager, this) == true)
{
Status = StatDone;
// No Release file was present so fall
// back to queueing Packages files without verification
// No Release file was present so fall
// back to queueing Packages files without verification
- // only allow going further if the users explicitely wants it
+ // only allow going further if the user explicitly wants it
if(AllowInsecureRepositories(_("The repository '%s' does not have a Release file."), Target.Description, TransactionManager->MetaIndexParser, TransactionManager, this) == true)
{
// ensure old Release files are removed
if(AllowInsecureRepositories(_("The repository '%s' does not have a Release file."), Target.Description, TransactionManager->MetaIndexParser, TransactionManager, this) == true)
{
// ensure old Release files are removed
// ensures that a Release.gpg file in the lists/ is removed by the transaction
TransactionManager->TransactionStageRemoval(this, DestFile);
// ensures that a Release.gpg file in the lists/ is removed by the transaction
TransactionManager->TransactionStageRemoval(this, DestFile);
- // only allow going further if the users explicitely wants it
+ // only allow going further if the user explicitly wants it
if (AllowInsecureRepositories(_("The repository '%s' is not signed."), MetaIndex->Target.Description, TransactionManager->MetaIndexParser, TransactionManager, this) == true)
{
if (RealFileExists(FinalReleasegpg) || RealFileExists(FinalInRelease))
if (AllowInsecureRepositories(_("The repository '%s' is not signed."), MetaIndex->Target.Description, TransactionManager->MetaIndexParser, TransactionManager, this) == true)
{
if (RealFileExists(FinalReleasegpg) || RealFileExists(FinalInRelease))
to be able to support large files (>2 or >4 GB) properly.
This shouldn't happen all to often for the indexes, but deb's might be…
And as the auto-conversation converts a 'unsigned long *' to a 'bool'
to be able to support large files (>2 or >4 GB) properly.
This shouldn't happen all to often for the indexes, but deb's might be…
And as the auto-conversation converts a 'unsigned long *' to a 'bool'
- instead of 'unsigned long long *' we need to provide this explicitely -
+ instead of 'unsigned long long *' we need to provide this explicitly -
otherwise applications magically start to fail… */
bool Read(void *To,unsigned long long Size,unsigned long *Actual) APT_DEPRECATED
{
otherwise applications magically start to fail… */
bool Read(void *To,unsigned long long Size,unsigned long *Actual) APT_DEPRECATED
{
state = NOTHING;
break;
case HOSTVALID:
state = NOTHING;
break;
case HOSTVALID:
- /* we are now parsing sub-keywords concerning "our" host */
+ /* we are now parsing sub-keywords regarding "our" host */
if (state_login) {
if (specific_login)
state_our_login = !strcasecmp (login.c_str(), tok);
if (state_login) {
if (specific_login)
state_our_login = !strcasecmp (login.c_str(), tok);
Trusted = pTrusted;
else if (Trusted != pTrusted)
// TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
Trusted = pTrusted;
else if (Trusted != pTrusted)
// TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
- return _error->Error(_("Conflicting values set for option %s concerning source %s %s"), "Trusted", URI.c_str(), Dist.c_str());
+ return _error->Error(_("Conflicting values set for option %s regarding source %s %s"), "Trusted", URI.c_str(), Dist.c_str());
return true;
}
bool debReleaseIndex::SetCheckValidUntil(TriState const pCheckValidUntil)
return true;
}
bool debReleaseIndex::SetCheckValidUntil(TriState const pCheckValidUntil)
if (d->CheckValidUntil == TRI_UNSET)
d->CheckValidUntil = pCheckValidUntil;
else if (d->CheckValidUntil != pCheckValidUntil)
if (d->CheckValidUntil == TRI_UNSET)
d->CheckValidUntil = pCheckValidUntil;
else if (d->CheckValidUntil != pCheckValidUntil)
- return _error->Error(_("Conflicting values set for option %s concerning source %s %s"), "Check-Valid-Until", URI.c_str(), Dist.c_str());
+ return _error->Error(_("Conflicting values set for option %s regarding source %s %s"), "Check-Valid-Until", URI.c_str(), Dist.c_str());
return true;
}
bool debReleaseIndex::SetValidUntilMin(time_t const Valid)
return true;
}
bool debReleaseIndex::SetValidUntilMin(time_t const Valid)
if (d->ValidUntilMin == 0)
d->ValidUntilMin = Valid;
else if (d->ValidUntilMin != Valid)
if (d->ValidUntilMin == 0)
d->ValidUntilMin = Valid;
else if (d->ValidUntilMin != Valid)
- return _error->Error(_("Conflicting values set for option %s concerning source %s %s"), "Min-ValidTime", URI.c_str(), Dist.c_str());
+ return _error->Error(_("Conflicting values set for option %s regarding source %s %s"), "Min-ValidTime", URI.c_str(), Dist.c_str());
return true;
}
bool debReleaseIndex::SetValidUntilMax(time_t const Valid)
return true;
}
bool debReleaseIndex::SetValidUntilMax(time_t const Valid)
if (d->ValidUntilMax == 0)
d->ValidUntilMax = Valid;
else if (d->ValidUntilMax != Valid)
if (d->ValidUntilMax == 0)
d->ValidUntilMax = Valid;
else if (d->ValidUntilMax != Valid)
- return _error->Error(_("Conflicting values set for option %s concerning source %s %s"), "Max-ValidTime", URI.c_str(), Dist.c_str());
+ return _error->Error(_("Conflicting values set for option %s regarding source %s %s"), "Max-ValidTime", URI.c_str(), Dist.c_str());
return true;
}
bool debReleaseIndex::SetSignedBy(std::string const &pSignedBy)
return true;
}
bool debReleaseIndex::SetSignedBy(std::string const &pSignedBy)
finger.erase(std::remove(finger.begin(), finger.end(), ' '), finger.end());
std::transform(finger.begin(), finger.end(), finger.begin(), ::toupper);
if (finger.length() != 40 || finger.find_first_not_of("0123456789ABCDEF") != std::string::npos)
finger.erase(std::remove(finger.begin(), finger.end(), ' '), finger.end());
std::transform(finger.begin(), finger.end(), finger.begin(), ::toupper);
if (finger.length() != 40 || finger.find_first_not_of("0123456789ABCDEF") != std::string::npos)
- return _error->Error(_("Invalid value set for option %s concerning source %s %s (%s)"), "Signed-By", URI.c_str(), Dist.c_str(), "not a fingerprint");
+ return _error->Error(_("Invalid value set for option %s regarding source %s %s (%s)"), "Signed-By", URI.c_str(), Dist.c_str(), "not a fingerprint");
}
SignedBy = pSignedBy;
}
else if (SignedBy != pSignedBy)
}
SignedBy = pSignedBy;
}
else if (SignedBy != pSignedBy)
- return _error->Error(_("Conflicting values set for option %s concerning source %s %s"), "Signed-By", URI.c_str(), Dist.c_str());
+ return _error->Error(_("Conflicting values set for option %s regarding source %s %s"), "Signed-By", URI.c_str(), Dist.c_str());
" apt-cache [options] show pkg1 [pkg2 ...]\n"
"\n"
"apt-cache queries and displays available information about installed\n"
" apt-cache [options] show pkg1 [pkg2 ...]\n"
"\n"
"apt-cache queries and displays available information about installed\n"
- "as well as installable packages. It works exclusively on the data\n"
- "acquired via the 'update' command of e.g. apt-get to the local cache.\n"
- "The displayed information can therefore be outdated if the last update\n"
- "is too long ago, but in exchange apt-cache works independently of the\n"
+ "and installable packages. It works exclusively on the data acquired\n"
+ "into the local cache via the 'update' command of e.g. apt-get. The\n"
+ "displayed information may therefore be outdated if the last update was\n"
+ "too long ago, but in exchange apt-cache works independently of the\n"
"availability of the configured sources (e.g. offline).\n");
return true;
}
"availability of the configured sources (e.g. offline).\n");
return true;
}
_("Usage: apt-config [options] command\n"
"\n"
"apt-config is an interface to the configuration settings used by\n"
_("Usage: apt-config [options] command\n"
"\n"
"apt-config is an interface to the configuration settings used by\n"
- "all APT tools to be used mainly in debugging and shell scripting.\n");
+ "all APT tools, mainly intended for debugging and shell scripting.\n");
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
- "e.g. the same proxy configuration or acquire system as APT would do.\n");
+ "e.g. the same proxy configuration or acquire system as APT would.\n");
_("Usage: apt-internal-solver\n"
"\n"
"apt-internal-solver is an interface to use the current internal\n"
_("Usage: apt-internal-solver\n"
"\n"
"apt-internal-solver is an interface to use the current internal\n"
- "like an external resolver for the APT family for debugging or alike.\n");
+ "resolver for the APT family like an external one, for debugging or\n"
+ "the like.\n");
_("Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
"\n"
"apt-mark is a simple command line interface for marking packages\n"
_("Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"
"\n"
"apt-mark is a simple command line interface for marking packages\n"
- "as manually or automatically installed. It is also possible to\n"
- "manipulate the dpkg(1) selection states of packages with it.\n"
- "It can also list all packages with or without a certain marking.\n");
+ "as manually or automatically installed. It can also be used to\n"
+ "manipulate the dpkg(1) selection states of packages, and to list\n"
+ "all packages with or without a certain marking.\n");
_("Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
"apt-sortpkgs is a simple tool to sort package information files.\n"
_("Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
"\n"
"apt-sortpkgs is a simple tool to sort package information files.\n"
- "It sorts by default by binary package information, but the -s option\n"
+ "By default it sorts by binary package information, but the -s option\n"
"can be used to switch to source package ordering instead.\n");
return true;
}
"can be used to switch to source package ordering instead.\n");
return true;
}
When you request that a package is installed, and as a result
other packages are installed to satisfy its dependencies, the
dependencies are marked as being automatically installed, while
When you request that a package is installed, and as a result
other packages are installed to satisfy its dependencies, the
dependencies are marked as being automatically installed, while
- package you installed explicitely is marked as manually installed.
+ package you installed explicitly is marked as manually installed.
Once a automatically installed package is no longer depended on
by any manually installed package it is considered no longer needed
and e.g. <command>apt-get</command> or <command>aptitude</command>
Once a automatically installed package is no longer depended on
by any manually installed package it is considered no longer needed
and e.g. <command>apt-get</command> or <command>aptitude</command>
as list the trusted keys. Limiting which key(s) are able to sign which archive
is possible via the <option>Signed-By</option> in &sources-list;.
</para><para>
as list the trusted keys. Limiting which key(s) are able to sign which archive
is possible via the <option>Signed-By</option> in &sources-list;.
</para><para>
- Note that a default installation already contains all keys to securily
+ Note that a default installation already contains all keys to securely
acquire packages from the default repositories, so fiddling with
<command>apt-key</command> is only needed if third-party repositories are
added.
acquire packages from the default repositories, so fiddling with
<command>apt-key</command> is only needed if third-party repositories are
added.
<listitem><para>
<emphasis>Provide instructions on how to add your archive and key</emphasis>.
<listitem><para>
<emphasis>Provide instructions on how to add your archive and key</emphasis>.
- If your users can't acquire your key securily the chain of trust described above is broken.
+ If your users can't acquire your key securely the chain of trust described above is broken.
How you can help users add your key depends on your archive and target audience ranging
from having your keyring package included in another archive users already have configured
(like the default repositories of their distribution) to leverage the web of trust.
How you can help users add your key depends on your archive and target audience ranging
from having your keyring package included in another archive users already have configured
(like the default repositories of their distribution) to leverage the web of trust.
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or "
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml:1
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml:1
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml:1
msgid ""
"<emphasis>Provide instructions on how to add your archive and "
#: apt-secure.8.xml:1
msgid ""
"<emphasis>Provide instructions on how to add your archive and "
-"key</emphasis>. If your users can't acquire your key securily the chain of "
+"key</emphasis>. If your users can't acquire your key securely the chain of "
"trust described above is broken. How you can help users add your key "
"depends on your archive and target audience ranging from having your keyring "
"package included in another archive users already have configured (like the "
"trust described above is broken. How you can help users add your key "
"depends on your archive and target audience ranging from having your keyring "
"package included in another archive users already have configured (like the "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
msgid ""
"When you request that a package is installed, and as a result other packages "
"are installed to satisfy its dependencies, the dependencies are marked as "
-"being automatically installed, while package you installed explicitely is "
+"being automatically installed, while package you installed explicitly is "
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
"marked as manually installed. Once a automatically installed package is no "
"longer depended on by any manually installed package it is considered no "
"longer needed and e.g. <command>apt-get</command> or <command>aptitude</"
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
#. type: Content of: <refentry><refsect1><para>
#: apt-secure.8.xml
msgid ""
-"Note that a default installation already contains all keys to securily "
+"Note that a default installation already contains all keys to securely "
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
"acquire packages from the default repositories, so fiddling with "
"<command>apt-key</command> is only needed if third-party repositories are "
"added."
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
#: apt-secure.8.xml
msgid ""
"<emphasis>Provide instructions on how to add your archive and key</"
-"emphasis>. If your users can't acquire your key securily the chain of trust "
+"emphasis>. If your users can't acquire your key securely the chain of trust "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
"described above is broken. How you can help users add your key depends on "
"your archive and target audience ranging from having your keyring package "
"included in another archive users already have configured (like the default "
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
"instead."
msgstr ""
"--force-yes je zastaralé, použijte některou z voleb začínajících --allow."
"instead."
msgstr ""
"--force-yes je zastaralé, použijte některou z voleb začínajících --allow."
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Použití: apt-helper [volby] příkaz\n"
" apt-helper [volby] download-file uri cílová_cesta\n"
msgstr ""
"Použití: apt-helper [volby] příkaz\n"
" apt-helper [volby] download-file uri cílová_cesta\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr "Pro volbu %s byly nastaveny kolidující hodnoty zdroje %s %s"
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr "Pro volbu %s byly nastaveny kolidující hodnoty zdroje %s %s"
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr "Pro volbu %s byla nastavena kolidující hodnota zdroje %s %s (%s)"
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr "Pro volbu %s byla nastavena kolidující hodnota zdroje %s %s (%s)"
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Brug: apt-helper [tilvalg] kommando\n"
" apt-helper [tilvalg] download-file uri target-path\n"
msgstr ""
"Brug: apt-helper [tilvalg] kommando\n"
" apt-helper [tilvalg] download-file uri target-path\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Aufruf: apt-helper [Optionen] Befehl\n"
" apt-helper [Optionen] download-file URI Zielpfad\n"
msgstr ""
"Aufruf: apt-helper [Optionen] Befehl\n"
" apt-helper [Optionen] download-file URI Zielpfad\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Uso: apt-helper [opciones] orden\n"
" apt-helper [opciones] fichero-descarga uri ruta-destino\n"
msgstr ""
"Uso: apt-helper [opciones] orden\n"
" apt-helper [opciones] fichero-descarga uri ruta-destino\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Uso: apt-helper [OPZIONI] COMANDO\n"
" apt-helper [OPZIONI] download-file uri percorso\n"
msgstr ""
"Uso: apt-helper [OPZIONI] COMANDO\n"
" apt-helper [OPZIONI] download-file uri percorso\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"使用法: apt-helper [オプション] コマンド\n"
" apt-helper [オプション] download-file uri 目標パス\n"
msgstr ""
"使用法: apt-helper [オプション] コマンド\n"
" apt-helper [オプション] download-file uri 目標パス\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Gebruik: apt-helper [opties] opdracht\n"
" apt-helper [opties] download-file uri doelpad\n"
msgstr ""
"Gebruik: apt-helper [opties] opdracht\n"
" apt-helper [opties] download-file uri doelpad\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Использование: apt-helper [параметры] команда\n"
" apt-helper [параметры] download-file uri target-path\n"
msgstr ""
"Использование: apt-helper [параметры] команда\n"
" apt-helper [параметры] download-file uri target-path\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Användning: apt-helper [flaggor] kommando\n"
" apt-helper [flaggor] download-file uri målsökväg\n"
msgstr ""
"Användning: apt-helper [flaggor] kommando\n"
" apt-helper [flaggor] download-file uri målsökväg\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"วิธีใช้: apt-helper [ตัวเลือก] คำสั่ง\n"
" apt-helper [ตัวเลือก] download-file URI พาธปลายทาง\n"
msgstr ""
"วิธีใช้: apt-helper [ตัวเลือก] คำสั่ง\n"
" apt-helper [ตัวเลือก] download-file URI พาธปลายทาง\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
"instead."
msgstr ""
"--force-yes seçeneği kullanımdan kaldırılmıştır, lütfen --allow ile başlayan "
"instead."
msgstr ""
"--force-yes seçeneği kullanımdan kaldırılmıştır, lütfen --allow ile başlayan "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Kullanım: apt-helper [seçenekler] komut\n"
" apt-helper [seçenekler] download-file uri hedef-konum\n"
msgstr ""
"Kullanım: apt-helper [seçenekler] komut\n"
" apt-helper [seçenekler] download-file uri hedef-konum\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr "%s seçeneği için çakışan değer kümesi (kaynak %s %s)"
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr "%s seçeneği için çakışan değer kümesi (kaynak %s %s)"
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr "%s seçeneği için geçersiz değer kümesi (kaynak: %s %s) (%s)"
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr "%s seçeneği için geçersiz değer kümesi (kaynak: %s %s) (%s)"
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"Cách dùng: apt-helper [các-tùy-chọn] lệnh\n"
" apt-helper [các-tùy-chọn] download-file uri đường-dẫn-đích\n"
msgstr ""
"Cách dùng: apt-helper [các-tùy-chọn] lệnh\n"
" apt-helper [các-tùy-chọn] download-file uri đường-dẫn-đích\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
"用法: apt-helper [选项] 命令\n"
" apt-helper [选项] download-file URI 目标路径\n"
msgstr ""
"用法: apt-helper [选项] 命令\n"
" apt-helper [选项] download-file URI 目标路径\n"
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
#: apt-private/private-cmndline.cc
msgid ""
#: apt-private/private-cmndline.cc
msgid ""
-"Configuration options and syntax is detailed in apt.conf(5).\n"
+"Configuration options and syntax are detailed in apt.conf(5).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
"Information about how to configure sources can be found in sources.list(5).\n"
"Package and version choices can be expressed via apt_preferences(5).\n"
"Security details are available in apt-secure(8).\n"
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
#: apt-private/private-download.cc apt-private/private-install.cc
msgid ""
-"--force-yes is deprecated, use one of the options starting with --allow "
+"--force-yes is deprecated; use one of the options starting with --allow "
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
msgid ""
"Usage: apt-cdrom [options] command\n"
"\n"
-"apt-cdrom is used to add CDROM's, USB flashdrives and other removable\n"
+"apt-cdrom is used to add CD-ROMs, USB flashdrives and other removable\n"
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
"media types as package sources to APT. The mount point and device\n"
"information is taken from apt.conf(5), udev(7) and fstab(5).\n"
msgstr ""
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
" apt-helper [options] download-file uri target-path\n"
"\n"
"apt-helper bundles a variety of commands for shell scripts to use\n"
-"e.g. the same proxy configuration or acquire system as APT would do.\n"
+"e.g. the same proxy configuration or acquire system as APT would.\n"
msgstr ""
#: cmdline/apt-helper.cc
msgstr ""
#: cmdline/apt-helper.cc
#: apt-pkg/acquire-item.cc
msgid ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Updating such a repository securily is impossible and therefore disabled by "
+"Updating such a repository securely is impossible and therefore disabled by "
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
"default."
msgstr ""
#: apt-pkg/acquire-item.cc
msgid ""
-"Data from such a repository can not be authenticated and is therefore "
+"Data from such a repository can't be authenticated and is therefore "
"potentially dangerous to use."
msgstr ""
"potentially dangerous to use."
msgstr ""
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
#. No Release file was present, or verification failed, so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' is not signed."
#. No Release file was present so fall
#. back to queueing Packages files without verification
#. No Release file was present so fall
#. back to queueing Packages files without verification
-#. only allow going further if the users explicitely wants it
+#. only allow going further if the user explicitly wants it
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#: apt-pkg/acquire-item.cc
#, fuzzy, c-format
msgid "The repository '%s' does not have a Release file."
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
#. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Conflicting values set for option %s concerning source %s %s"
+msgid "Conflicting values set for option %s regarding source %s %s"
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
msgstr ""
#: apt-pkg/deb/debmetaindex.cc
#, c-format
-msgid "Invalid value set for option %s concerning source %s %s (%s)"
+msgid "Invalid value set for option %s regarding source %s %s (%s)"
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
msgstr ""
#: apt-pkg/deb/debrecords.cc apt-pkg/tagfile.cc
File not found - ${APTARCHIVE}/dists/unstable/Release (2: No such file or directory)
Reading package lists...
E: The repository 'file:$APTARCHIVE unstable Release' does not have a Release file.
File not found - ${APTARCHIVE}/dists/unstable/Release (2: No such file or directory)
Reading package lists...
E: The repository 'file:$APTARCHIVE unstable Release' does not have a Release file.
-N: Updating such a repository securily is impossible and therefore disabled by default.
+N: Updating such a repository securely is impossible and therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update --no-allow-insecure-repositories
# no package foo
N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update --no-allow-insecure-repositories
# no package foo
Get:6 file:$APTARCHIVE unstable/main Translation-en [$(filesize 'Translations') B]
Reading package lists...
W: The repository 'file:$APTARCHIVE unstable Release' does not have a Release file.
Get:6 file:$APTARCHIVE unstable/main Translation-en [$(filesize 'Translations') B]
Reading package lists...
W: The repository 'file:$APTARCHIVE unstable Release' does not have a Release file.
-N: Data from such a repository can not be authenticated and is therefore potentially dangerous to use.
+N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update --allow-insecure-repositories
# ensure we can not install the package
testfailureequal "WARNING: The following packages cannot be authenticated!
N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update --allow-insecure-repositories
# ensure we can not install the package
testfailureequal "WARNING: The following packages cannot be authenticated!
pretest
mv aptarchive/dists/stable aptarchive/dists/stable.good
testfailuremsg "E: The repository 'https://localhost:${APTHTTPSPORT} stable Release' does not have a Release file.
pretest
mv aptarchive/dists/stable aptarchive/dists/stable.good
testfailuremsg "E: The repository 'https://localhost:${APTHTTPSPORT} stable Release' does not have a Release file.
-N: Updating such a repository securily is impossible and therefore disabled by default.
+N: Updating such a repository securely is impossible and therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details." apt update
testfailure aptget update --no-allow-insecure-repositories
testequalor2 "Hit:1 http://localhost:${APTHTTPPORT} sid InRelease
N: See apt-secure(8) manpage for repository creation and user configuration details." apt update
testfailure aptget update --no-allow-insecure-repositories
testequalor2 "Hit:1 http://localhost:${APTHTTPPORT} sid InRelease
404 Not Found
Reading package lists...
E: The repository 'https://localhost:${APTHTTPSPORT} stable Release' does not have a Release file.
404 Not Found
Reading package lists...
E: The repository 'https://localhost:${APTHTTPSPORT} stable Release' does not have a Release file.
-N: Updating such a repository securily is impossible and therefore disabled by default.
+N: Updating such a repository securely is impossible and therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details." "Ign:1 https://localhost:${APTHTTPSPORT} stable InRelease
404 Not Found
Err:2 https://localhost:${APTHTTPSPORT} stable Release
N: See apt-secure(8) manpage for repository creation and user configuration details." "Ign:1 https://localhost:${APTHTTPSPORT} stable InRelease
404 Not Found
Err:2 https://localhost:${APTHTTPSPORT} stable Release
Hit:3 http://localhost:${APTHTTPPORT} sid InRelease
Reading package lists...
E: The repository 'https://localhost:${APTHTTPSPORT} stable Release' does not have a Release file.
Hit:3 http://localhost:${APTHTTPPORT} sid InRelease
Reading package lists...
E: The repository 'https://localhost:${APTHTTPSPORT} stable Release' does not have a Release file.
-N: Updating such a repository securily is impossible and therefore disabled by default.
+N: Updating such a repository securely is impossible and therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details." cat rootdir/tmp/testfailure.output
mv aptarchive/dists/stable.good aptarchive/dists/stable
N: See apt-secure(8) manpage for repository creation and user configuration details." cat rootdir/tmp/testfailure.output
mv aptarchive/dists/stable.good aptarchive/dists/stable
404 Not Found
Reading package lists...
W: The repository 'http://localhost:${APTHTTPPORT} unstable Release' is not signed.
404 Not Found
Reading package lists...
W: The repository 'http://localhost:${APTHTTPPORT} unstable Release' is not signed.
-N: Data from such a repository can not be authenticated and is therefore potentially dangerous to use.
+N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details."
find aptarchive -name 'Release.gpg' -delete
echo 'Acquire::GzipIndexes "0";' > rootdir/etc/apt/apt.conf.d/02compressindex
N: See apt-secure(8) manpage for repository creation and user configuration details."
find aptarchive -name 'Release.gpg' -delete
echo 'Acquire::GzipIndexes "0";' > rootdir/etc/apt/apt.conf.d/02compressindex
404 Not Found
Reading package lists...
W: The repository 'http://localhost:${APTHTTPPORT} unstable Release' is not signed.
404 Not Found
Reading package lists...
W: The repository 'http://localhost:${APTHTTPPORT} unstable Release' is not signed.
-N: Data from such a repository can not be authenticated and is therefore potentially dangerous to use.
+N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Release file for http://localhost:${APTHTTPPORT}/dists/unstable/Release is expired (invalid since). Updates for this repository will not be applied."
find aptarchive -name 'Release.gpg' -delete
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Release file for http://localhost:${APTHTTPPORT}/dists/unstable/Release is expired (invalid since). Updates for this repository will not be applied."
find aptarchive -name 'Release.gpg' -delete
Hit:6 http://localhost:${APTHTTPPORT} unstable/main Translation-en
Reading package lists...
W: The repository 'http://localhost:${APTHTTPPORT} unstable Release' does not have a Release file.
Hit:6 http://localhost:${APTHTTPPORT} unstable/main Translation-en
Reading package lists...
W: The repository 'http://localhost:${APTHTTPPORT} unstable Release' does not have a Release file.
-N: Data from such a repository can not be authenticated and is therefore potentially dangerous to use.
+N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details."
find aptarchive -name '*Release*' -delete
echo 'Acquire::GzipIndexes "0";
N: See apt-secure(8) manpage for repository creation and user configuration details."
find aptarchive -name '*Release*' -delete
echo 'Acquire::GzipIndexes "0";
assert_update_is_refused_and_last_good_state_used()
{
testfailuremsg "E: The repository 'file:${APTARCHIVE} unstable Release' is no longer signed.
assert_update_is_refused_and_last_good_state_used()
{
testfailuremsg "E: The repository 'file:${APTARCHIVE} unstable Release' is no longer signed.
-N: Updating such a repository securily is impossible and therefore disabled by default.
+N: Updating such a repository securely is impossible and therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update
assert_repo_is_intact
N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update
assert_repo_is_intact
msgmsg 'Test conflicting trusted options are refused'
testsource() {
echo "$@" > rootdir/etc/apt/sources.list.d/example.list
msgmsg 'Test conflicting trusted options are refused'
testsource() {
echo "$@" > rootdir/etc/apt/sources.list.d/example.list
- testfailuremsg 'E: Conflicting values set for option Trusted concerning source http://example.org/bad/ unstable
+ testfailuremsg 'E: Conflicting values set for option Trusted regarding source http://example.org/bad/ unstable
E: The list of sources could not be read.' aptget update --print-uris
}
for VAL in 'yes' 'no'; do
E: The list of sources could not be read.' aptget update --print-uris
}
for VAL in 'yes' 'no'; do