From febc468d2751e6a14d85b05e217e1605f278d568 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sun, 16 Oct 2016 14:05:20 +0200 Subject: [PATCH] Remove shadowconfig from lsb-core --- debian/control | 76 +++++++++++++++---------------- debian/lsb-core.config | 12 ----- debian/lsb-core.examples | 1 - debian/lsb-core.postinst | 6 --- debian/lsb-core.templates | 25 ----------- debian/po/POTFILES.in | 1 - debian/po/ar.po | 62 ------------------------- debian/po/ca.po | 64 -------------------------- debian/po/cs.po | 68 ---------------------------- debian/po/da.po | 61 ------------------------- debian/po/de.po | 70 ----------------------------- debian/po/es.po | 95 --------------------------------------- debian/po/eu.po | 63 -------------------------- debian/po/fi.po | 58 ------------------------ debian/po/fr.po | 74 ------------------------------ debian/po/gl.po | 62 ------------------------- debian/po/it.po | 62 ------------------------- debian/po/ja.po | 71 ----------------------------- debian/po/ko.po | 62 ------------------------- debian/po/ml.po | 64 -------------------------- debian/po/nl.po | 77 ------------------------------- debian/po/pl.po | 64 -------------------------- debian/po/pt.po | 62 ------------------------- debian/po/pt_BR.po | 73 ------------------------------ debian/po/ro.po | 63 -------------------------- debian/po/ru.po | 65 --------------------------- debian/po/sk.po | 60 ------------------------- debian/po/sv.po | 74 ------------------------------ debian/po/templates.pot | 51 --------------------- debian/po/tr.po | 62 ------------------------- debian/po/vi.po | 82 --------------------------------- 31 files changed, 38 insertions(+), 1752 deletions(-) delete mode 100755 debian/lsb-core.config delete mode 100644 debian/lsb-core.examples delete mode 100644 debian/lsb-core.templates delete mode 100644 debian/po/POTFILES.in delete mode 100644 debian/po/ar.po delete mode 100644 debian/po/ca.po delete mode 100644 debian/po/cs.po delete mode 100644 debian/po/da.po delete mode 100644 debian/po/de.po delete mode 100644 debian/po/es.po delete mode 100644 debian/po/eu.po delete mode 100644 debian/po/fi.po delete mode 100644 debian/po/fr.po delete mode 100644 debian/po/gl.po delete mode 100644 debian/po/it.po delete mode 100644 debian/po/ja.po delete mode 100644 debian/po/ko.po delete mode 100644 debian/po/ml.po delete mode 100644 debian/po/nl.po delete mode 100644 debian/po/pl.po delete mode 100644 debian/po/pt.po delete mode 100644 debian/po/pt_BR.po delete mode 100644 debian/po/ro.po delete mode 100644 debian/po/ru.po delete mode 100644 debian/po/sk.po delete mode 100644 debian/po/sv.po delete mode 100644 debian/po/templates.pot delete mode 100644 debian/po/tr.po delete mode 100644 debian/po/vi.po diff --git a/debian/control b/debian/control index 3554ee6..38317e9 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,44 @@ Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb Vcs-Git: git://anonscm.debian.org/collab-maint/lsb.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/lsb.git +Package: lsb-base +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Priority: required +Description: Linux Standard Base init script functionality + The Linux Standard Base (http://www.linuxbase.org/) is a standard + core system that third-party applications written for Linux can + depend upon. + . + This package only includes the init-functions shell library, which + may be used by other packages' initialization scripts for console + logging and other purposes. + +Package: lsb-release +Architecture: all +Priority: optional +Multi-Arch: foreign +Depends: ${python3:Depends}, + ${misc:Depends}, + distro-info-data, +Recommends: apt +Suggests: lsb +Description: Linux Standard Base version reporting utility + The Linux Standard Base (http://www.linuxbase.org/) is a standard + core system that third-party applications written for Linux can + depend upon. + . + The lsb-release command is a simple tool to help identify the Linux + distribution being used and its compliance with the Linux Standard Base. + LSB conformance will not be reported unless the required metapackages are + installed. + . + While it is intended for use by LSB packages, this command may also + be useful for programmatically distinguishing between a pure Debian + installation and derived distributions. + Package: lsb-core Architecture: any Depends: lsb-release (>= ${source:Version}), @@ -72,41 +110,3 @@ Description: Linux Standard Base 4.1 core support package presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. - -Package: lsb-base -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} -Priority: required -Description: Linux Standard Base init script functionality - The Linux Standard Base (http://www.linuxbase.org/) is a standard - core system that third-party applications written for Linux can - depend upon. - . - This package only includes the init-functions shell library, which - may be used by other packages' initialization scripts for console - logging and other purposes. - -Package: lsb-release -Architecture: all -Priority: optional -Multi-Arch: foreign -Depends: ${python3:Depends}, - ${misc:Depends}, - distro-info-data, -Recommends: apt -Suggests: lsb -Description: Linux Standard Base version reporting utility - The Linux Standard Base (http://www.linuxbase.org/) is a standard - core system that third-party applications written for Linux can - depend upon. - . - The lsb-release command is a simple tool to help identify the Linux - distribution being used and its compliance with the Linux Standard Base. - LSB conformance will not be reported unless the required metapackages are - installed. - . - While it is intended for use by LSB packages, this command may also - be useful for programmatically distinguishing between a pure Debian - installation and derived distributions. diff --git a/debian/lsb-core.config b/debian/lsb-core.config deleted file mode 100755 index 88952b5..0000000 --- a/debian/lsb-core.config +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -. /usr/share/debconf/confmodule - -if [ ! -e /etc/shadow ]; then - db_input medium lsb/shadowconfig || true -fi -db_go - -#DEBHELPER# diff --git a/debian/lsb-core.examples b/debian/lsb-core.examples deleted file mode 100644 index 3ef7215..0000000 --- a/debian/lsb-core.examples +++ /dev/null @@ -1 +0,0 @@ -test/init-skeleton diff --git a/debian/lsb-core.postinst b/debian/lsb-core.postinst index 435d1e0..ce155f5 100755 --- a/debian/lsb-core.postinst +++ b/debian/lsb-core.postinst @@ -48,12 +48,6 @@ export PATH case "$1" in configure) - if [ ! -e /etc/shadow ]; then - db_get lsb/shadowconfig - if [ "$RET" = "true" ]; then - shadowconfig on >&2 || true - fi - fi if dpkg --compare-versions "$2" lt "3.2+Debian30" ; then [ -L /lib/ld-lsb-x86-64.so.2 ] && rm /lib/ld-lsb-x86-64.so.2 || true [ -L /lib/ld-lsb-x86-64.so.3 ] && rm /lib/ld-lsb-x86-64.so.3 || true diff --git a/debian/lsb-core.templates b/debian/lsb-core.templates deleted file mode 100644 index 47b8c0f..0000000 --- a/debian/lsb-core.templates +++ /dev/null @@ -1,25 +0,0 @@ -# These templates have been reviewed by the debian-l10n-english -# team -# -# If modifications/additions/rewording are needed, please ask -# for an advice to debian-l10n-english@lists.debian.org -# -# Even minor modifications require translation updates and such -# changes should be coordinated with translators and reviewers. - -Template: lsb/shadowconfig -Type: boolean -Default: true -_Description: Enable shadow passwords? - The Linux Standard Base requires that certain features of adduser(8) - be available to conforming applications (such as password - aging). These features are only provided when shadow passwords are - enabled, while this system has them disabled. - . - Most LSB applications will work fine with either setting, but complete - conformance requires shadow passwords to be enabled. - . - Generally speaking, it is considered good practice to enable shadow - passwords. However, there are some situations in which shadow passwords - may not work properly (most notably, if non-root users need to - check passwords against /etc/passwd). diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in deleted file mode 100644 index 6370349..0000000 --- a/debian/po/POTFILES.in +++ /dev/null @@ -1 +0,0 @@ -[type: gettext/rfc822deb] lsb-core.templates diff --git a/debian/po/ar.po b/debian/po/ar.po deleted file mode 100644 index e43b5f4..0000000 --- a/debian/po/ar.po +++ /dev/null @@ -1,62 +0,0 @@ -# translation of lsb.po to Arabic -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Ossama M. Khayat , 2007. -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-13 17:19+0300\n" -"Last-Translator: Ossama M. Khayat \n" -"Language-Team: Arabic \n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=6; plural=n==1 ? 0 : n==0 ? 1 : n==2 ? 2: n%100>=3 && " -"n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "تمكين shadow passwords؟" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"تتطلب Linux Standard Base أن تتوفر ميزات معينة من adduser(8) للتطبيقات " -"المماثلة لها (كتقادم كلمة المرور). وتتوفر هذه الميزات فقط عند تمكن shadow " -"passwords، إلا أن هذا النظام لا تتوفر فيه هذه الميزة." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"ستعمل معظم تطبيقات LSB بشكل جيد باستخدام أي من الإعدادات، ولكن التوافق " -"الكامل يتطلب تمكين shadow passwords." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"بشكل عام، من المستحسن تمكين shadow passwords. مع ذلك، فهناك بعض الحالات التي " -"قد لا تعمل معها هذه الميزة (وبالأخص، في حال حاجة المستخدمين العاديين التحقق " -"من كلمة السر الخاصة بهم ومطابقتها مع /etc/passwd)." diff --git a/debian/po/ca.po b/debian/po/ca.po deleted file mode 100644 index 68f38a7..0000000 --- a/debian/po/ca.po +++ /dev/null @@ -1,64 +0,0 @@ -# lsb po-debconf translation to Catalan. -# Copyright (C) 2006 Software in the Public Interest, Inc. -# This file is distributed under the same license as the lsb package. -# Innocent De Marchi , 2011 -# -msgid "" -msgstr "" -"Project-Id-Version: 3.2-28\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2011-09-06 16:49+0100\n" -"Last-Translator: Innocent De Marchi \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Catalan\n" -"X-Poedit-Country: Spain\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Voleu activar les contrasenyes xifrades («shadow passawords»)?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"El «Linux Standard Base» exigeix que algunes característiques d'«adduser" -"(8)» (com la caducitat de les contrasenyes) estiguin disponibles pels " -"programes que segueixen aquest estàndard. Actualment, aquestes " -"característiques només estan disponibles en activar les contrasenyes " -"xifrades, però en aquest sistema estan desactivades." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"La majoria de programes LSB funcionaran correctament en qualsevol dels " -"casos, però l'estàndard requereix l'activació de les contrasenyes xifrades." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"En general, es considera una bona pràctica l'activació de les contrasenyes " -"xifrades. Però hi pot haver algunes situacions en què no funcionin " -"correctament (p. ex. quan els usuaris sense privilegis d'administració han " -"de comprovar les contrasenyes en el fitxer «/etc/passwd»)." diff --git a/debian/po/cs.po b/debian/po/cs.po deleted file mode 100644 index 66a4ae8..0000000 --- a/debian/po/cs.po +++ /dev/null @@ -1,68 +0,0 @@ -# -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# -# Developers do not need to manually edit POT or PO files. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-19 17:18+0200\n" -"Last-Translator: Miroslav Kure \n" -"Language-Team: Czech \n" -"Language: cs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Povolit stínová hesla?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base vyžaduje, aby byly určité vlastnosti programu adduser(8) " -"(např. stárnutí hesel) dostupné odpovídajícím aplikacím. Tyto vlastnosti " -"jsou k dispozici pouze při zapnutých stínových heslech, ovšem zdá se, že váš " -"systém má podporu stínových hesel vypnutu." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Většina LSB aplikací bude pracovat s oběma nastaveními, ale úplné " -"kompatibility dosáhnete pouze se zapnutou podporou stínových hesel." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Obecně jsou stínová hesla doporučena, avšak existují situace, kdy nemusí " -"fungovat (například pokud si neprivilegovaní uživatelé potřebují kontrolovat " -"hesla oproti /etc/passwd)." diff --git a/debian/po/da.po b/debian/po/da.po deleted file mode 100644 index 14adc22..0000000 --- a/debian/po/da.po +++ /dev/null @@ -1,61 +0,0 @@ -# Danish translation lsb. -# Copyright (C) 2010 lsb & nedenstående oversættere. -# This file is distributed under the same license as the lsb package. -# Claus Hindsgaul , 2004. -# Joe Hansen , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb_1.3-8-da\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2010-10-07 05:26+0100\n" -"Last-Translator: Joe Hansen \n" -"Language-Team: Danish \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Aktiver skyggeadgangskoder?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standardbasis kræver at visse af adduser(8)'s funktioner (såsom " -"tidsudløb for adgangskoder) gøres tilgængelige til programmer. Disse " -"funktioner tilbydes kun hvis skyggeadgangskoder aktiveres. Det er de dog " -"ikke på dit system." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"De fleste LSB-programmer vil fungere udmærket med begge indstillinger, men " -"100 % tilpasning kræver, at skyggeadgangskoder bliver aktiveret." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Generelt er det en god ide at aktivere skyggeadgangskoder. Der kan dog være " -"situationer, hvor de ikke fungerer ordentligt (f.eks. hvis ikke-root brugere " -"skal autentificere adgangskoder ved hjælp af /etc/passwd)." diff --git a/debian/po/de.po b/debian/po/de.po deleted file mode 100644 index 21fe8f8..0000000 --- a/debian/po/de.po +++ /dev/null @@ -1,70 +0,0 @@ -# German translation of lsb templates -# Patrick Willam , 2003. -# Helge Kreutzmann , 2007. -# This file is distributed under the same license as the lsb package. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-29 22:59+0200\n" -"Last-Translator: Helge Kreutzmann \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Schatten-Passworte (»shadow passwords«) aktivieren?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Die LSB (»Linux Standard Base«) verlangt, dass bestimmte Funktionen von " -"adduser(8) für LSB-konforme Anwendungen verfügbar sind (z.B. Passwort-" -"Alterung). Diese Funktionen werden nur zur Verfügung gestellt, wenn Schatten-" -"Passworte aktiviert werden; während in diesem System Schatten-Passworte " -"derzeit nicht aktiviert sind." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Die meisten LSB-Anwendungen werden mit jeder Einstellung prima " -"funktionieren, aber vollständige Konformität verlangt, dass Schatten-" -"Passworte aktiviert werden." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Es ist generell das Richtige, Schatten-Passworte zu benutzen. Es gibt jedoch " -"einige Situationen, in denen Schatten-Passworte nicht richtig funktionieren " -"(insbesondere falls Nicht-Root-Benutzer Passworte in /etc/passwd überprüfen " -"müssen)." - -#~ msgid "" -#~ "If you answer in the affirmative, the command 'shadowconfig on' will be " -#~ "run to enable shadow passwords." -#~ msgstr "" -#~ "Wenn Sie zustimmen, dann wird das Kommando \"shadowconfig on\" " -#~ "ausgeführt, um die Benutzung von Schatten-Passworten zu aktivieren." diff --git a/debian/po/es.po b/debian/po/es.po deleted file mode 100644 index 59f47a9..0000000 --- a/debian/po/es.po +++ /dev/null @@ -1,95 +0,0 @@ -# lsb po-debconf translation to Spanish -# Copyright (C) 2006 Software in the Public Interest -# This file is distributed under the same license as the lsb package. -# -# Changes: -# - Initial translation -# César Gómez Martín -# - Revision -# Javier Fernandez-Sanguino Peña , 2005-2006 -# -# -# Traductores, si no conoce el formato PO, merece la pena leer la -# documentación de gettext, especialmente las secciones dedicadas a este -# formato, por ejemplo ejecutando: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# Equipo de traducción al español, por favor, lean antes de traducir -# los siguientes documentos: -# -# - El proyecto de traducción de Debian al español -# http://www.debian.org/intl/spanish/ -# especialmente las notas de traducción en -# http://www.debian.org/intl/spanish/notas -# -# - La guía de traducción de po's de debconf: -# /usr/share/doc/po-debconf/README-trans -# o http://www.debian.org/intl/l10n/po-debconf/README-trans -# -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-14 12:53+0200\n" -"Last-Translator: Javier Fernandez-Sanguino \n" -"Language-Team: Debian l10n spanish \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "¿Activar las contraseñas ocultas?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"El estándar base de Linux (LSB, «Linux Standard Base») exige que ciertas " -"características de adduser(8) (como pueda ser el envejecimiento de " -"contraseñas) estén disponibles para las aplicaciones que siguen dicho " -"estándar. Actualmente sólo se proporciona esas características cuando están " -"activas las contraseñas ocultas («shadow») pero está desactivadas en su " -"sistema." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"La mayoría de las aplicaciones LSB funcionarán correctamente en cualquiera " -"de las dos configuraciones posibles. Sin embargo, para cumplir el estándar " -"es necesario activar el uso de contraseñas ocultas." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"La activación de las contraseñas ocultas se considera una buena práctica. " -"Pero hay algunas situaciones en las que éstas pueden no funcionar " -"correctamente. El caso más notable es cuando es necesario que los usuarios " -"que no son administradores tengan que comprobar las contraseñas utilizando " -"el fichero «/etc/passwd»." - -#~ msgid "" -#~ "If you answer in the affirmative, the command 'shadowconfig on' will be " -#~ "run to enable shadow passwords." -#~ msgstr "" -#~ "Se ejecutará la orden «shadowconfig on» para activar las contraseñas " -#~ "ocultas si contesta afirmativamente." diff --git a/debian/po/eu.po b/debian/po/eu.po deleted file mode 100644 index 05b4707..0000000 --- a/debian/po/eu.po +++ /dev/null @@ -1,63 +0,0 @@ -# translation of lsb debconf template to Euskara -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Xabier Bilbao , 2008. -# Piarres Beobide , 2008. -msgid "" -msgstr "" -"Project-Id-Version: lsb-eu\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2008-07-15 11:07+0200\n" -"Last-Translator: Piarres Beobide \n" -"Language-Team: Euskara \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Gaitu itzalpeko pasahitzak?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base-k (Linuxen Oinarri Estandarrak) beharrezkoak ditu adduser" -"(8)-en zenbait ezaugarri (hala nola pasahitzen zahartzea) LSB aplikazioen " -"eskura egotea. Ezaugarri hauek itzalpeko pasahitzak gaituta daudenean soilik " -"daude eskura, baina sistema honek desgaiturik ditu une honetan." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"LSB aplikazio gehienek ondo funtzionatuko dute ezarpen biekin, baina LSB " -"bateragarritasun osorako beharrezkoa da itzalpeko pasahitzak gaituta egotea. " - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Oro har, jokabide egokitzat hartzen da itzalpeko pasahitzak gaitzea. " -"Alabaina, egoera jakin batzuetan itzalpeko pasahitzek zuzen ez funtzionatzea " -"gerta daiteke (adibide argiena, pribilegiorik gabeko erabiltzaileek " -"pasahitzak egiaztatzeko /etc/password begiratzen dutenean)." diff --git a/debian/po/fi.po b/debian/po/fi.po deleted file mode 100644 index 4dd914d..0000000 --- a/debian/po/fi.po +++ /dev/null @@ -1,58 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-10-18 21:11+0200\n" -"Last-Translator: Esko Arajärvi \n" -"Language-Team: Finnish \n" -"Language: fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Finnish\n" -"X-Poedit-Country: FINLAND\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Otetaanko varjosalasanat käyttöön?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base vaatii, että tietyt ohjelman adduser(8) ominaisuudet " -"(kuten salasanojen vanheneminen) ovat yhteensopivien ohjelmien " -"käytettävissä. Nämä ominaisuudet ovat saatavilla vain, kun varjosalasanat " -"ovat käytössä, mutta tässä järjestelmässä ne eivät ole käytössä." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Useimmat LSB-ohjelmat toimivat hyvin kummallakin valinnalla, mutta " -"täydellinen yhteensopivuus vaatii, että varjosalasanat ovat käytössä." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Yleisesti ottaen varjosalasanojen käyttöä pidetään hyvänä tapana. On " -"kuitenkin joitain tilanteita, joissa varjosalasanat eivät välttämättä toimi " -"oikein (eritysesti, jos ei-pääkäyttäjien tarvitsee tarkistaa salasanoja " -"tiedoston /etc/passwd avulla)." diff --git a/debian/po/fr.po b/debian/po/fr.po deleted file mode 100644 index 605afd5..0000000 --- a/debian/po/fr.po +++ /dev/null @@ -1,74 +0,0 @@ -# translation of fr.po to French -# -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# -# Developers do not need to manually edit POT or PO files. -# -# Christian Perrier , 2007. -msgid "" -msgstr "" -"Project-Id-Version: fr\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-13 09:46+0200\n" -"Last-Translator: Christian Perrier \n" -"Language-Team: French \n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Faut-il activer les mots de passe cachés (« shadow passwords ») ?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"La base normalisée de Linux (LSB : «  Linux Standard Base ») impose que " -"certaines fonctionnalités de adduser(8) (p. ex. l'expiration des mots de " -"passe) soient disponibles pour les applications. Ces possibilités ne sont " -"disponibles que lorsque les mots de passe cachés sont activés ; or, ils sont " -"actuellement désactivés sur ce système." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"La plupart des applications conformes à la LSB fonctionnent correctement " -"dans tous les cas, mais la conformité complète n'est possible qu'avec " -"l'activation des mots de passe cachés." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"En général, l'activation des mots de passe cachés est plutôt un choix " -"judicieux. Cependant, leur utilisation peut créer des difficultés dans " -"certains cas (typiquement, lorsqu'un utilisateur non privilégié cherche à " -"utiliser /etc/passwd pour contrôler les mots de passe)." diff --git a/debian/po/gl.po b/debian/po/gl.po deleted file mode 100644 index 8036972..0000000 --- a/debian/po/gl.po +++ /dev/null @@ -1,62 +0,0 @@ -# Galician translation of lsb's debconf templates. -# This file is distributed under the same license as the lsb package. -# Jacobo Tarrio , 2006, 2007. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-13 23:36+0200\n" -"Last-Translator: Jacobo Tarrio \n" -"Language-Team: Galician \n" -"Language: gl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "¿Activar os contrasinais \"shadow\"?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base require que algunhas características de adduser(8), coma " -"o avellentamento dos contrasinais, estean dispoñibles para as aplicacións " -"que cumpran con LSB. Estas características só están dispoñibles cando os " -"contrasinais \"shadow\" están activados, mentres que este sistema os ten " -"desactivados." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"A maioría das aplicacións LSB han funcionar correctamente de calquera " -"maneira, pero para conseguir unha total compatibilidade hai que activar os " -"contrasinais \"shadow\"." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Xeralmente considérase unha boa práctica activar os contrasinais \"shadow\". " -"Nembargantes hai algunhas situacións nas que os contrasinais \"shadow\" " -"poden non funcionar correctamente (por exemplo, se algún usuario que non " -"sexa \"root\" ten que comprobar contrasinais contra /etc/passwd)." diff --git a/debian/po/it.po b/debian/po/it.po deleted file mode 100644 index cbadbd2..0000000 --- a/debian/po/it.po +++ /dev/null @@ -1,62 +0,0 @@ -# Italian (it) translation of debconf templates for lsb -# Copyright (C) 2007 Software in the Public Interest -# This file is distributed under the same license as the lsb package. -# Luca Monducci , 2007. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb italian debconf templates\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-13 14:19+0200\n" -"Last-Translator: Luca Monducci \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Abilitare le password shadow?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Il Linux Standard Base richiede che le applicazioni conformi possano " -"disporre di alcune funzionalità di adduser(8) (per esempio la scadenza delle " -"password). Queste funzionalità sono disponibili solo quando sono abilitate " -"le password shadow; su questo sistema sono attualmente disabilitate." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"La maggior parte delle applicazioni LSB funzionano correttamente con " -"entrambe le impostazioni, ma per essere completamente conformi è necessario " -"abilitare le password shadow." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"In generale l'abilitazione delle password shadow è considerata una buona " -"pratica. Purtroppo ci sono dei casi in cui le password shadow potrebbero non " -"funzionare correttamente (il caso più comune quando gli utenti non-root " -"hanno la necessità di verificare le password con /etc/passwd)." diff --git a/debian/po/ja.po b/debian/po/ja.po deleted file mode 100644 index 1ecd0f6..0000000 --- a/debian/po/ja.po +++ /dev/null @@ -1,71 +0,0 @@ -# -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# -# Developers do not need to manually edit POT or PO files. -# -# -msgid "" -msgstr "" -"Project-Id-Version: lsb 3.1-24\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2008-01-27 19:52+0900\n" -"Last-Translator: Hideki Yamane (Debian-JP) \n" -"Language-Team: Japanese \n" -"Language: ja\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "shadow パスワードを有効にしますか?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base では、適合アプリケーションになるために adduser(8) の特定" -"の機能 (パスワード有効期限など) が利用できる必要があります。これらの機能は、" -"shadow パスワードが有効になった時のみに提供されますが、このシステムでは無効に" -"なっています。" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"どちらの設定であっても、ほとんどの LSB アプリケーションは問題なく動作します" -"が、LSB に完全に適合するには shadow パスワードが有効になっている必要がありま" -"す。" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"一般的に言って、shadow パスワードを有効にするのは良い選択だと考えられていま" -"す。しかしながら、shadow パスワードが正しく動作しないような場合もあります (特" -"に root ではないユーザが /etc/passwd を使ってパスワード認証をする必要がある場" -"合など)。" diff --git a/debian/po/ko.po b/debian/po/ko.po deleted file mode 100644 index d94a27d..0000000 --- a/debian/po/ko.po +++ /dev/null @@ -1,62 +0,0 @@ -# Korean translation of lsb debconf templates. -# Copyright (C) 2011 - 2012 min-ji Kang(justminji@gmail.com) -# This file is distributed under the same license as the lsb package. -# min-ji Kang , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: debconf template\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2011-06-24 18:38+0900\n" -"Last-Translator: 강민지 \n" -"Language-Team: opensource \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Korean\n" -"X-Poedit-Country: KOREA, REPUBLIC OF\n" -"X-Poedit-SourceCharset: utf-8\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "섀도우 암호를 사용하십니까?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"리눅스 스탠다드베이스는 adduser(8)의 특정기능이 응용프로그램(암호 에이징과 같" -"은)과 같게 사용할 수 있도록 요구할 수 있습니다. 이 시스템은 그들이 사용할 수 " -"없는 동안 섀도우 암호가 활성화될 때 기능들이 제공됩니다." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"대부분의 LSB 응용프로그램은 각각의 설정이 잘 동작하지만, 완전한 적합은 섀도" -"우 비밀번호가 사용되어 있어야합니다." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"일반적으로 섀도우 암호를 사용하는 것은 좋은습관으로 간주됩니다. 그러나 섀도" -"우 암호가 제대로 작동하지 않을 수 있는 몇가지 상황이 있습니다.(특히, 비 루트 " -"사용자의 etc/passwd의 대한 암호를 확인하기 위해 필요한 경우)" diff --git a/debian/po/ml.po b/debian/po/ml.po deleted file mode 100644 index b078b15..0000000 --- a/debian/po/ml.po +++ /dev/null @@ -1,64 +0,0 @@ -# Malayalam translation of lsb's debconf template. -# Copyright (C) 2007 THE lsb'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Mobin|മോബിന്‍ M|എം ,Praveen|പ്രവീണ്‍ A|എ 2007. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb3.1\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-27 05:02-0500\n" -"Last-Translator: Mobin|മോബിന്‍ M|എം \n" -"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Country: INDIA\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "ഷാഡോ (shadow) അടയാളവാക്ക് പ്രാവര്‍ത്തികമാക്കട്ടെ?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"അനുസരിക്കുന്ന (അടയാളവാക്കിന്റെ കാലാവധിപോലുളള) പ്രയോഗങ്ങള്‍ക്കായി ആഡ്‌യുസറിന്റെ(adduser)(8) " -"ചില ഗുണങ്ങള്‍ ലഭ്യമായിരിയ്ക്കേണ്ടത് ലിനക്സ് സ്റ്റാന്‍ഡേര്‍ഡ് ബേസിന് (Linux Standard Base) " -"ആവശ്യമുണ്ട്. ഷാഡോ (shadow) അടയാളവാക്കുകള്‍ പ്രാവര്‍ത്തികമാക്കുമ്പോള്‍ മാത്രമാണ് ഈ ഗുണങ്ങള്‍ " -"നല്‍കുന്നത്, പക്ഷേ ഈ സിസ്റ്റത്തില്‍ അവ തടഞ്ഞിരിക്കുന്നു. " - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"ഒട്ടുമിക്ക എല്എസ്ബി (LSB) പ്രയോഗങ്ങളും രണ്ടിലേത് സജ്ജീകരണങ്ങിലും നന്നായി പ്രവര്‍ത്തിക്കും. പക്ഷേ " -"പൂര്‍ണ്ണ അനുസരണത്തിനു (complete conformance) ഷാഡോ (shadow) അടയാളവാക്കുകള്‍ " -"പ്രാവര്‍ത്തികമാക്കേണ്ടതുണ്ട്." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"പൊതുവേ പറഞ്ഞാല്‍, ഷാഡോ (shadow) അടയാളവാക്കുകള്‍ പ്രാവര്‍ത്തികമാക്കുന്നത് ഒരു നല്ല രീതിയായി " -"കരുുതപ്പെടുന്നു. എന്നിരുന്നാലും ഷാഡോ (shadow) അടയാളവാക്കുകള്‍ നന്നായി പ്രവര്‍ത്തിക്കാത്ത ചില " -"സാഹചര്യങ്ങളുണ്ട് (റൂട്ടല്ലാത്ത ഉപയോക്താക്കള്‍ക്ക് അടയാളവാക്കുകള്‍ /etc/passwd ല്‍ " -"പരിശോദിയ്ക്കുേണ്ടി വരുന്നതാണ് ഏറ്റവും പ്രസക്തം)." diff --git a/debian/po/nl.po b/debian/po/nl.po deleted file mode 100644 index 21e24b3..0000000 --- a/debian/po/nl.po +++ /dev/null @@ -1,77 +0,0 @@ -# -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# -# Developers do not need to manually edit POT or PO files. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-16 19:44+0100\n" -"Last-Translator: Bart Cornelis \n" -"Language-Team: Dutch \n" -"Language: nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Wilt u schaduwwachtwoorden activeren?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"De Linux Standard Base (LSB) vereist dat adduser(8) bepaalde opties " -"beschikbaar maakt (zoals wachtwoordveroudering). Deze opties zijn enkel " -"beschikbaar wanneer schaduwwachtwoorden geactiveerd zijn, op dit systeem " -"zijn deze momenteel gedeactiveerd." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"De meeste LSB-applicaties werken prima ongeacht of schaduwwachtwoorden wel " -"of niet geactiveerd zijn, maar om volledig aan de LSB-standaard te voldoen " -"dienen ze geactiveerd te zijn." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"In het algemeen wordt het als 'goede gewoonte' beschouwd om " -"schaduwwachtwoorden te activeren. Wel zijn er bepaalde situaties waarin " -"schaduwwachtwoorden mogelijk niet goed werken (met name, wanneer niet-root " -"gebruikers wachtwoorden dienen te controleren via /etc/passwd)." - -#~ msgid "" -#~ "If you answer in the affirmative, the command 'shadowconfig on' will be " -#~ "run to enable shadow passwords." -#~ msgstr "" -#~ "Indien u positief antwoord zal ik schaduwwachtwoorden activeren met het " -#~ "commando 'shadowconfig on'." diff --git a/debian/po/pl.po b/debian/po/pl.po deleted file mode 100644 index 9a7da0a..0000000 --- a/debian/po/pl.po +++ /dev/null @@ -1,64 +0,0 @@ -# Translation of lsb debconf templates to Polish. -# Copyright (C) 2007 -# This file is distributed under the same license as the lsb package. -# -# Michał Kułach , 2012. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2012-02-15 18:35+0100\n" -"Last-Translator: Michał Kułach \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"X-Generator: Lokalize 1.2\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Włączyć przesłanianie haseł?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base wymaga, aby określone funkcje adduser(8) były dostępne " -"dla zgodnych aplikacji (np. datowanie hasła). W tym celu wymagane jest jednak " -"włączenie przesłaniania haseł (ang. shadow passwords), które jest aktualnie " -"wyłączone." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Większość aplikacji LSB będzie działało poprawnie niezależnie od wybranego " -"ustawienia, ale całkowita zgodność z LSB wymaga włączenia przesłaniania haseł." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Włączenie przesłaniania haseł jest generalnie dobrym rozwiązaniem, ale w " -"niektórych sytuacjach może nie działać poprawnie (np. jeśli użytkownicy " -"nieuprzywilejowani muszą sprawdzać hasła z plikiem /etc/passwd)." - diff --git a/debian/po/pt.po b/debian/po/pt.po deleted file mode 100644 index 014a4df..0000000 --- a/debian/po/pt.po +++ /dev/null @@ -1,62 +0,0 @@ -# Portuguese translation for lsb's debconf messages -# Copyright (C) 2007 Carlos Lisboa -# This file is distributed under the same license as the lsb package. -# Carlos Lisboa , 2007. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-08-24 21:23+0100\n" -"Last-Translator: Carlos Lisboa \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Activar as passwords 'shadow'?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"O Linux Standard Base requere que determinadas funcionalidades do adduser(8) " -"estejam disponíveis a aplicações conformes (tal como o envelhecimento da " -"password). Estas funcionalidades só estão disponíveis quando as passwords " -"'shadow' estão activadas, no entanto, no seu sistema estão desactivadas." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"A maioria das aplicações LSB irão funcionar correctamente com qualquer " -"opção, no entanto para haver completa conformidade as passwords 'shadow' " -"devem estar activadas." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Por norma, é considerada boa prática activar as passwords 'shadow'. No " -"entanto, existem algumas situações em que as passwords 'shadow' podem não " -"funcionar correctamente (mais notavelmente, se utilizadores não-root " -"precisam de autenticar passwords com o /etc/passwd)." diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po deleted file mode 100644 index 27b0877..0000000 --- a/debian/po/pt_BR.po +++ /dev/null @@ -1,73 +0,0 @@ -# Debconf translations for lsb. -# Copyright (C) 2010 THE lsb'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lsb package. -# -# Flamarion Jorge , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb 3.2_23-1\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2010-09-04 14:29-0300\n" -"Last-Translator: Flamarion Jorge \n" -"Language-Team: Brazilian Portuguese \n" -"Language: pt_BR\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"pt_BR utf-8\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Habilitar senhas \"shadow\"?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"A Linux Standard Base requer que certas funcionalidades do adduser(8) " -"estejam disponíveis para aplicações em conformidade (como expiração de " -"senhas). Estas funcionalidades somente são fornecidas quando senhas \"shadow" -"\" estão habilitadas, e neste sistema estão desabilitadas." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"A maioria das aplicações LSB funcionarão bem com qualquer uma das " -"configurações, mas a conformidade completa requer que senhas \"shadow\" " -"estejam habilitadas." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Genericamente falando, é considerado boa prática habilitar senhas \"shadow" -"\". No entanto, existem algumas situações nas quais senhas \"shadow\" podem " -"não funcionar corretamente (notavelmente se usuários não-root precisam " -"verificar senhas no /etc/passwd)." - -#~ msgid "" -#~ "If you answer in the affirmative, the command 'shadowconfig on' will be " -#~ "run to enable shadow passwords." -#~ msgstr "" -#~ "Caso você responda afirmativamente, o comando 'shadowconfig on' será " -#~ "executado para habilitar senhas shadow." diff --git a/debian/po/ro.po b/debian/po/ro.po deleted file mode 100644 index bfb77f1..0000000 --- a/debian/po/ro.po +++ /dev/null @@ -1,63 +0,0 @@ -# Romanian translation of lsb. -# Copyright (C) 2006 THE lsb'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lsb package. -# -# Stan Ioan-Eugen , 2006. -# stan ioan-eugen , 2008. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2008-02-29 22:53+0200\n" -"Last-Translator: stan ioan-eugen \n" -"Language-Team: romanian \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Se activează parolele ascunse?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base cere ca anumite facilităţi ale lui adduser(8) să fie " -"conforme standardului (faciltăţi precum expirarea parolelor). Debian oferă " -"aceste facilităţi doar atunci când sunt activate parolele ascunse; totuşi, " -"în prezent, parolele ascunse sunt dezactivate pe sistemul dumneavoastră." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Majoritatea aplicaţiilor LSB vor funcţiona cu ambele setări, dar pentru " -"conformitate deplină este necesară activarea parolelor ascunse." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"În general, este bine să activaţi parolele ascunse. Totuşi, există unele " -"situaţii în care parolele ascunse nu vor funcţiona corespunzător (cazul cel " -"mai evident, atunci când utilizatorii obişnuiţi trebuie să autentifice " -"parolele faţă de cele din /etc/passwd)." diff --git a/debian/po/ru.po b/debian/po/ru.po deleted file mode 100644 index 9f45d07..0000000 --- a/debian/po/ru.po +++ /dev/null @@ -1,65 +0,0 @@ -# translation of lsb_3.1-23.2_debconf-ru.po to Russian -# This file is distributed under the same license as the PACKAGE package. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. -# -# Yuri Kozlov , 2006, 2007. -msgid "" -msgstr "" -"Project-Id-Version: lsb_3.1-23.2\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-15 20:37+0400\n" -"Last-Translator: Yuri Kozlov \n" -"Language-Team: Russian \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Включить механизм теневых паролей?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Согласно Linux Standard Base требуется, чтобы для соответствующих стандарту " -"приложений были доступны определённые (например, устаревание паролей) " -"возможности adduser(8). Эти возможности предоставляются при включённом " -"механизме теневых паролей, но в вашей системе он отключён." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Большинство приложений, удовлетворяющих LSB, будут правильно работать при " -"любой настройке, но для полного соответствия требуется включить механизм " -"теневых паролей." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"В большинстве вариантов установок рекомендуется включать механизм теневых " -"паролей. Однако возможны ситуации, при которых использование механизма " -"теневых паролей невозможно (в частности, если пользователям с обычными " -"правами требуется проверка паролей из файла /etc/passwd)." diff --git a/debian/po/sk.po b/debian/po/sk.po deleted file mode 100644 index f6cba3e..0000000 --- a/debian/po/sk.po +++ /dev/null @@ -1,60 +0,0 @@ -# Slovak translation of lsb. -# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the lsb package. -# Ivan Masár , 2008. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2008-07-04 17:08+0100\n" -"Last-Translator: Ivan Masár \n" -"Language-Team: Slovak \n" -"Language: sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Zapnúť tieňové heslá?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base požaduje dostupnosť istých vlastnosti adduser(8) (napr. " -"zastaranie hesiel) pre aplikácie zodpovedajúce štandardu. Tieto vlastnosti " -"budú poskytnuté iba ak je podpora tieňových hesiel zapnutá, tento systém ju " -"však má vypnutú." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Väčšina LSB aplikácií bude fungovať správne s oboma voľbami, no na úplné " -"splnenie štandardu musia byť tieňové heslá zapnuté." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Vo všeobecnosti sa považuje za vhodné zapnúť tieňové heslá. Existujú však " -"určité situácie, kedy tieňové heslá nemusia fungovať správne (predovšetkým " -"ak kontrolu hesiel voči /etc/passwd požadujú iní používatelia ako root)." diff --git a/debian/po/sv.po b/debian/po/sv.po deleted file mode 100644 index c7c2dff..0000000 --- a/debian/po/sv.po +++ /dev/null @@ -1,74 +0,0 @@ -# Translators, if you are not familiar with the PO format, gettext -# documentation is worth reading, especially sections dedicated to -# this format, e.g. by running: -# info -n '(gettext)PO Files' -# info -n '(gettext)Header Entry' -# Some information specific to po-debconf are available at -# /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans -# Developers do not need to manually edit POT or PO files. -# , fuzzy -# -# -msgid "" -msgstr "" -"Project-Id-Version: lsb 3.0-9\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-14 22:31+0100\n" -"Last-Translator: Daniel Nylander \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Aktivera skugglösenord?" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standard Base kräver att vissa funktioner av adduser(8) ska finnas " -"tillgängliga till giltiga program (såsom lösenordföråldring). Dessa " -"funktioner tillhandahålls endast när skugglösenord är aktiverade, men ditt " -"system har dem för närvarande inaktiverade." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"De flesta LSB-program fungerar fint med båda inställningarna men fullständig " -"giltighet kräver att skugglösenord är aktiverade." - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Vanligtvis anses det som korrekt att aktivera skugglösenord. Dock finns det " -"vissa situationer där skugglösenord kanske inte fungerar som de ska (till " -"exempel om icke-rootanvändare behöver kontrollera lösenord mot /etc/passwd)." - -#~ msgid "" -#~ "If you answer in the affirmative, the command 'shadowconfig on' will be " -#~ "run to enable shadow passwords." -#~ msgstr "" -#~ "Om du svarar ja kommer kommandot 'shadowconfig on' att köras för att " -#~ "aktivera shadow-lösenord." diff --git a/debian/po/templates.pot b/debian/po/templates.pot deleted file mode 100644 index a9d69b9..0000000 --- a/debian/po/templates.pot +++ /dev/null @@ -1,51 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" - -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" diff --git a/debian/po/tr.po b/debian/po/tr.po deleted file mode 100644 index 1e4470f..0000000 --- a/debian/po/tr.po +++ /dev/null @@ -1,62 +0,0 @@ -# Turkish translation of lsb package -# Copyright (C) 2014 Mert Dirik -# This file is distributed under the same license as the lsb package. -# Mert Dirik , 2014. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb 4.1+Debian13\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-09 14:32+0000\n" -"PO-Revision-Date: 2014-08-03 17:02+0200\n" -"Last-Translator: Mert Dirik \n" -"Language-Team: Debian L10n Turkish \n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" - -#. Type: boolean -#. Description -#: ../lsb-core.templates:2001 -msgid "Enable shadow passwords?" -msgstr "Gölge parolalar etkinleştirilsin mi?" - -#. Type: boolean -#. Description -#: ../lsb-core.templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Linux Standart Tabanı (LSB), kıstaslarına uyan (parola yaşı gibi) bir takım " -"programlar için adduser(8) komutunun bazı özellikleri sağlamasını şart " -"koşar. Bu özellikler yalnızca gölge parolalar kullanımdayken sağlanır, fakat " -"bu sistemde gölge parolalar kullanılmıyor." - -#. Type: boolean -#. Description -#: ../lsb-core.templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Çoğu LSB uygulaması her iki ayarla da sorun çıkarmadan çalışacaktır, fakat " -"tam uyumluluk gölge parolaların etkinleştirilmesini gerektirir." - -#. Type: boolean -#. Description -#: ../lsb-core.templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Gölge parolaları etkinleştirmek genel olarak iyi bir fikirdir. Fakat gölge " -"parolaların düzgün çalışmayacağı bazı durumlar olduğunu gözden çıkarmayın " -"(örneğin, eğer root olmayan kullanıcıların parolalarını /etc/passwd " -"kullanarak denetlemeleri gerekiyorsa)." diff --git a/debian/po/vi.po b/debian/po/vi.po deleted file mode 100644 index a91a08b..0000000 --- a/debian/po/vi.po +++ /dev/null @@ -1,82 +0,0 @@ -# Vietnamese Translation for lsb. -# Copyright © 2007 Free Software Foundation, Inc. -# Clytie Siddall , 2005-2007. -# -msgid "" -msgstr "" -"Project-Id-Version: lsb 3.0-1\n" -"Report-Msgid-Bugs-To: lawrencc@debian.org\n" -"POT-Creation-Date: 2007-05-13 09:16+0200\n" -"PO-Revision-Date: 2007-05-31 17:02+0930\n" -"Last-Translator: Clytie Siddall \n" -"Language-Team: Vietnamese \n" -"Language: vi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LocFactoryEditor 1.6.3b1\n" - -# msgid "Should shadow passwords be enabled?" -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "Enable shadow passwords?" -msgstr "Bật mật khẩu bóng không?" - -# msgid "" -# The Linux Standard Base requires that certain features of adduser(8) be -# available to conforming applications (such as password aging). Debian -# only provides these features when shadow passwords are enabled; however, -# your system currently has shadow passwords disabled. -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"The Linux Standard Base requires that certain features of adduser(8) be " -"available to conforming applications (such as password aging). These " -"features are only provided when shadow passwords are enabled, while this " -"system has them disabled." -msgstr "" -"Cơ bản chuẩn Linux (Linux Standard Base: lsb) cần đến một số tính năng của " -"adduser(8) có phải sẵn sàng cho những ứng dụng thích hợp (như khả năng làm " -"cho mật khẩu cũ hơn). Chỉ cung cấp những tính năng này khi mật khẩu bóng " -"được bật; hệ thống này đã tắt mật khẩu bóng." - -# msgid "" -# Most LSB applications will work fine with either setting, but 100% -# conformance requires shadow passwords to be enabled. -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Most LSB applications will work fine with either setting, but complete " -"conformance requires shadow passwords to be enabled." -msgstr "" -"Phần lớn ứng dụng LSB sẽ hoạt động được với mỗi thiết lập, nhưng mà độ phù " -"hợp hoàn toàn cần đến bạn bật mật khẩu bóng." - -# msgid "" -# Generally speaking, it is considered good practice to enable shadow -# passwords. However, there are some situations in which shadow passwords -# may not work properly (most notably, if non-root users need to -# authenticate passwords against /etc/passwd). -#. Type: boolean -#. Description -#: ../templates:2001 -msgid "" -"Generally speaking, it is considered good practice to enable shadow " -"passwords. However, there are some situations in which shadow passwords may " -"not work properly (most notably, if non-root users need to check passwords " -"against /etc/passwd)." -msgstr "" -"Nói chung, tốt để bật mật khẩu bóng. Tuy nhiên, cũng có một số trường hợp " -"không có mật khẩu bóng hoạt động được (nhất là nếu người dùng khác người chủ " -"cần so sánh mật khẩu với « /etc/passwd »)." - -#~ msgid "" -#~ "If you answer in the affirmative, the command 'shadowconfig on' will be " -#~ "run to enable shadow passwords." -#~ msgstr "" -#~ "Nếu bạn trả lời «Có» thì sẽ chạy lệnh «shadowconfig on» (bật cấu hình " -#~ "bóng) để hiệu lực mật khẩu bóng." -- 2.30.2