From 4e3f929c9917bcd5a2e85b885181032f142038ee Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Wed, 16 Jul 2008 14:24:44 -0500 Subject: [PATCH] lsb 3.2-15 Debian release. --- debian/changelog | 8 ++++++ debian/po/eu.po | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ init-functions | 2 +- 3 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 debian/po/eu.po diff --git a/debian/changelog b/debian/changelog index 757fa7d..d24d361 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lsb (3.2-15) unstable; urgency=low + + * Add Basque [eu] translation. (Closes: #491005) + * Fix log_action_end_msg_pre function definition (_post was defined twice). + (Closes: #491087) + + -- Chris Lawrence Wed, 16 Jul 2008 14:24:44 -0500 + lsb (3.2-14) unstable; urgency=low * Update pidofproc(), status_of_proc() to sync with Ubuntu. diff --git a/debian/po/eu.po b/debian/po/eu.po new file mode 100644 index 0000000..a210ba8 --- /dev/null +++ b/debian/po/eu.po @@ -0,0 +1,63 @@ +# 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" +"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/init-functions b/init-functions index cddd918..0d6cbb5 100644 --- a/init-functions +++ b/init-functions @@ -358,7 +358,7 @@ log_daemon_msg_pre () { :; } log_daemon_msg_post () { :; } log_end_msg_pre () { :; } log_end_msg_post () { :; } -log_action_end_msg_post () { :; } +log_action_end_msg_pre () { :; } log_action_end_msg_post () { :; } FANCYTTY= -- 2.30.2