# HG changeset patch # User xfred222 # Date 1355101610 18000 # Node ID b9892d5da16111e8e943127b9b6ddfcf01381e4b # Parent b0108102fb03956107cbc82f5e1f99e8af26ed2e fix bug 16 diff -r b0108102fb03 -r b9892d5da161 pkgs.cgi --- a/pkgs.cgi Wed Nov 21 13:39:07 2012 +0000 +++ b/pkgs.cgi Sun Dec 09 20:06:50 2012 -0500 @@ -588,7 +588,7 @@ for pkg in $pkgs do echo '
'
-			echo 'y' | tazpkg $cmd $pkg $opt 2>/dev/null | filter_taztools_msgs
+			    echo $(gettext 'y') | tazpkg $cmd $pkg $opt 2>/dev/null | filter_taztools_msgs
 			echo '
' done ;; diff -r b0108102fb03 -r b9892d5da161 po/fr.po --- a/po/fr.po Wed Nov 21 13:39:07 2012 +0000 +++ b/po/fr.po Sun Dec 09 20:06:50 2012 -0500 @@ -9,10 +9,9 @@ "Project-Id-Version: TazPanel 1.5.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-01 22:37+0000\n" -"PO-Revision-Date: 2012-03-12 21:18+0100\n" +"PO-Revision-Date: 2012-11-26 14:06-0500\n" "Last-Translator: Christophe Lincoln \n" "Language-Team: French\n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -103,19 +102,19 @@ #: index.cgi:175 msgid "1s" -msgstr "" +msgstr "1s" #: index.cgi:176 msgid "5s" -msgstr "" +msgstr "5s" #: index.cgi:177 msgid "10s" -msgstr "" +msgstr "10s" #: index.cgi:178 live.cgi:152 msgid "none" -msgstr "" +msgstr "aucun" #: index.cgi:195 msgid "TazPanel - Debug" @@ -123,7 +122,7 @@ #: index.cgi:198 msgid "HTTP Environment" -msgstr "" +msgstr "Environment HTTP" #: index.cgi:206 msgid "TazPanel - System report" @@ -148,7 +147,7 @@ #: index.cgi:239 msgid "Date:" -msgstr "" +msgstr "Date:" #: index.cgi:250 msgid "Getting hardware info..." @@ -435,7 +434,7 @@ #: pkgs.cgi:285 msgid "Link" -msgstr "" +msgstr "Lien" #: pkgs.cgi:342 #, sh-format @@ -509,6 +508,10 @@ msgid "Executing $cmd for: $pkgs" msgstr "" +#: pkgs.cgi:591 +msgid "y" +msgstr "o" + #: pkgs.cgi:610 msgid "Getting package info..." msgstr "Obtention de l'information sur le paquet..." @@ -1439,7 +1442,7 @@ #: settings.cgi:211 msgid "Code" -msgstr "" +msgstr "Code" #: settings.cgi:212 #, fuzzy @@ -1575,7 +1578,7 @@ #: lib/libtazpanel:220 msgid "Type" -msgstr "" +msgstr "Type" #: lib/libtazpanel:222 msgid "Available" @@ -1806,7 +1809,7 @@ #: installer.cgi:312 msgid "Web:" -msgstr "" +msgstr "Web:" #: installer.cgi:313 msgid "Stable" @@ -2078,11 +2081,11 @@ #: styles/default/footer.html:6 msgid "Copyright" -msgstr "" +msgstr "Licence d'utilisation" #: styles/default/footer.html:8 msgid "BSD License" -msgstr "" +msgstr " License BSD" #~ msgid "List:" #~ msgstr "Liste:" diff -r b0108102fb03 -r b9892d5da161 po/tazpanel.pot --- a/po/tazpanel.pot Wed Nov 21 13:39:07 2012 +0000 +++ b/po/tazpanel.pot Sun Dec 09 20:06:50 2012 -0500 @@ -490,6 +490,11 @@ msgid "Executing $cmd for: $pkgs" msgstr "" +#: pkgs.cgi:591 +#, answer y for yes to tazpkg -r *foo* +msgid "y" +msgstr "" + #: pkgs.cgi:610 msgid "Getting package info..." msgstr ""