diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-05-03 18:56:35 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-05-03 18:56:35 +0000 |
commit | 6cb20c515f457fc29e8decfc1c213b14e395cb01 (patch) | |
tree | 6510327047e3323b43a6d322ce4f06bafa1fe9b8 | |
parent | 2cd8a091fd300810a8f2ae38452c0329d7a800e3 (diff) | |
download | bootsplash-6cb20c515f457fc29e8decfc1c213b14e395cb01.tar bootsplash-6cb20c515f457fc29e8decfc1c213b14e395cb01.tar.gz bootsplash-6cb20c515f457fc29e8decfc1c213b14e395cb01.tar.bz2 bootsplash-6cb20c515f457fc29e8decfc1c213b14e395cb01.tar.xz bootsplash-6cb20c515f457fc29e8decfc1c213b14e395cb01.zip |
Added Furlan files
-rw-r--r-- | po/fur.po | 28 | ||||
-rw-r--r-- | scripts/splash.sh | 4 |
2 files changed, 30 insertions, 2 deletions
diff --git a/po/fur.po b/po/fur.po new file mode 100644 index 0000000..e214f8f --- /dev/null +++ b/po/fur.po @@ -0,0 +1,28 @@ +# translation of bootsplash.po to Furlan +# Copyright (C) 2000,2003, 2004 Free Software Foundation, Inc. +# Copyright (c) 2003 MandrakeSoft. +# Roberto Rosselli Del Turco <rosselli@ling.unipi.it>, 2003, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: bootsplash\n" +"POT-Creation-Date: 2001-03-02 09:00+0100\n" +"PO-Revision-Date: 2004-04-22 00:15+0200\n" +"Last-Translator: Unknown\n" +"Language-Team: Furlan <it@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3\n" + +#: tmp/splash.sh:167 +msgid "Booting the system..." +msgstr "Inviament dal sistem..." + +#: tmp/splash.sh:172 +msgid "Press Esc for verbose mode." +msgstr "Frache Esc par ve plui informazions." + +#: tmp/splash.sh:162 +msgid "Shutting down the system..." +msgstr "Distudament dal sistem..." diff --git a/scripts/splash.sh b/scripts/splash.sh index 0aa50c7..e044594 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -140,10 +140,10 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then zh_CN*) font=/usr/share/fonts/ttf/gb2312/gkai00mp.ttf ;; zh_TW*) font=/usr/share/fonts/ttf/big5/bkai00mp.ttf ;; # languages supported by the default font; latin1 - af*|br*|ca*|da*|de*|es*|et*|eu*|fi*|fr*|ga*|gl*|id*|is*|it*|li*|ms*) + af*|br*|ca*|da*|de*|es*|et*|eu*|fi*|fr*|fur*|ga*|gl*|id*|is*|it*|li*) font=default ;; # languages supported by the default font; latin1, more - nb*|nds*|nl*|nn*|no*|oc*|ph*|pt*|sv*|tl*|wa*) + ms*|nb*|nds*|nl*|nn*|no*|oc*|ph*|pt*|sv*|tl*|wa*) font=default ;; # languages supported by the default font; latin2 bs*|cs*|hr*|hu*|pl*|ro*|sk*|sl*|sq*) |