SVN: rc-scripts/trunk: po/de.po po/pl.po po/rc-scripts.pot rc.d/init.d/random

glen glen at pld-linux.org
Sun Aug 14 13:38:53 CEST 2011


Author: glen
Date: Sun Aug 14 13:38:53 2011
New Revision: 12315

Modified:
   rc-scripts/trunk/po/de.po
   rc-scripts/trunk/po/pl.po
   rc-scripts/trunk/po/rc-scripts.pot
   rc-scripts/trunk/rc.d/init.d/random
Log:
- fix bad nls usage


Modified: rc-scripts/trunk/po/de.po
==============================================================================
--- rc-scripts/trunk/po/de.po	(original)
+++ rc-scripts/trunk/po/de.po	Sun Aug 14 13:38:53 2011
@@ -126,6 +126,10 @@
 msgid "Please stand by while rebooting the $_rebootwhat"
 msgstr "Bitte warten auf den Neustart des Systems"
 
+#: .././rc.d/init.d/random:74
+msgid "%d bytes of entropy available"
+msgstr ""
+
 #: .././lib/ifup-br:86
 msgid "problems with setting bridge %s"
 msgstr ""
@@ -272,10 +276,6 @@
 msgid "Unmounting network block filesystems (retry)"
 msgstr "Die SMB-Dateisysteme werden unmountet"
 
-#: .././rc.d/init.d/random:74
-msgid "$entropy_avail bytes of entropy available"
-msgstr ""
-
 #: .././rc.d/init.d/netfs:162
 msgid "Active NCP mountpoints: "
 msgstr ""

Modified: rc-scripts/trunk/po/pl.po
==============================================================================
--- rc-scripts/trunk/po/pl.po	(original)
+++ rc-scripts/trunk/po/pl.po	Sun Aug 14 13:38:53 2011
@@ -125,6 +125,10 @@
 msgid "Please stand by while rebooting the $_rebootwhat"
 msgstr "Proszę czekać - restart systemu $_rebootwhat"
 
+#: .././rc.d/init.d/random:74
+msgid "%d bytes of entropy available"
+msgstr ""
+
 #: .././lib/ifup-br:86
 msgid "problems with setting bridge %s"
 msgstr "wystąpiły problemy przy ustawianiu bridge'a %s"
@@ -270,10 +274,6 @@
 msgid "Unmounting network block filesystems (retry)"
 msgstr "Odłączanie systemów plików SMB"
 
-#: .././rc.d/init.d/random:74
-msgid "$entropy_avail bytes of entropy available"
-msgstr ""
-
 #: .././rc.d/init.d/netfs:162
 msgid "Active NCP mountpoints: "
 msgstr ""

Modified: rc-scripts/trunk/po/rc-scripts.pot
==============================================================================
--- rc-scripts/trunk/po/rc-scripts.pot	(original)
+++ rc-scripts/trunk/po/rc-scripts.pot	Sun Aug 14 13:38:53 2011
@@ -131,6 +131,10 @@
 msgid "Please stand by while rebooting the $_rebootwhat"
 msgstr ""
 
+#: .././rc.d/init.d/random:74
+msgid "%d bytes of entropy available"
+msgstr ""
+
 #: .././lib/ifup-br:86
 msgid "problems with setting bridge %s"
 msgstr ""
@@ -282,10 +286,6 @@
 msgid "Unmounting network block filesystems (retry)"
 msgstr ""
 
-#: .././rc.d/init.d/random:74
-msgid "$entropy_avail bytes of entropy available"
-msgstr ""
-
 #: .././rc.d/init.d/netfs:162
 msgid "Active NCP mountpoints: "
 msgstr ""

Modified: rc-scripts/trunk/rc.d/init.d/random
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/random	(original)
+++ rc-scripts/trunk/rc.d/init.d/random	Sun Aug 14 13:38:53 2011
@@ -72,7 +72,7 @@
 		nls "The random data source is missing"
 		RETVAL=1
 	else
-		nls "$entropy_avail bytes of entropy available"
+		nls "%d bytes of entropy available" $entropy_avail
 	fi
 }
 


More information about the pld-cvs-commit mailing list