diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-20 14:49:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-20 14:49:56 +0000 |
commit | 5075f3df4850d13780294ce75250f3c9e1d224c9 (patch) | |
tree | bd5daaa3af29d052f6221106d4eb9a5f151c3c65 | |
parent | 2933b8633a40fc17eeec0bbb536d525355b23116 (diff) | |
download | bootloader-theme-5075f3df4850d13780294ce75250f3c9e1d224c9.tar bootloader-theme-5075f3df4850d13780294ce75250f3c9e1d224c9.tar.gz bootloader-theme-5075f3df4850d13780294ce75250f3c9e1d224c9.tar.bz2 bootloader-theme-5075f3df4850d13780294ce75250f3c9e1d224c9.tar.xz bootloader-theme-5075f3df4850d13780294ce75250f3c9e1d224c9.zip |
- 0.33: add "Norsk (nynorsk)" in language menu, and rename "Norsk" (#39107)0.33
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | dia_lang.inc | 3 | ||||
-rw-r--r-- | langs | 1 |
3 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ NAME=mandriva-gfxboot-theme PACKAGE=mandriva-gfxboot-theme -VERSION := 0.32 +VERSION := 0.33 BINDIR := /usr/sbin/ diff --git a/dia_lang.inc b/dia_lang.inc index 3b6b610..16995de 100644 --- a/dia_lang.inc +++ b/dia_lang.inc @@ -40,7 +40,8 @@ [ "ko" "한글" ] [ "lt" "Lietuvių" ] [ "nl" "Nederlands" ] - [ "nb" "Norsk" ] + [ "nb" "Norsk (bokmål)" ] + [ "nn" "Norsk (nynorsk)" ] [ "pl" "Polski" ] [ "pt_PT" "Português" ] [ "pt_BR" "Português (Brasil)" ] @@ -19,6 +19,7 @@ lt hu nl nb +nn pl pt_PT pt_BR |