Enable dutch menu for flemish people as well. Credits to
Mathieu De Zutter <mathieu@dezutter.org>
This commit is contained in:
parent
c11ddef7b5
commit
e7ad3410d3
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.10:
|
||||
*04/08/05:
|
||||
* Enable dutch menu for flemish people as well.
|
||||
(Thanks Mathieu De Zutter <mathieu at dezutter dot org>)
|
||||
fluxbox-generate_menu.in
|
||||
* Check if init is consistent with menufile location (Han)
|
||||
fluxbox-generate_menu.in
|
||||
* Russion translation updates (thanks Roman Yepishev)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
# $Id: fluxbox-generate_menu.in,v 1.24 2004/08/05 10:51:40 rathnor Exp $
|
||||
# $Id: fluxbox-generate_menu.in,v 1.25 2004/08/05 22:53:49 rathnor Exp $
|
||||
|
||||
#
|
||||
# Portability notes:
|
||||
|
@ -394,7 +394,7 @@ case ${LC_ALL} in
|
|||
WORKSPACEMENU='Arbetsytor'
|
||||
XUTILSMENU='X-program (CHANGE ME!)'
|
||||
;;
|
||||
nl_NL*) #Nederlandse locales
|
||||
nl_*) #Nederlandse locales
|
||||
BACKGROUNDMENU='Achtergrond'
|
||||
BACKGROUNDMENUTITLE='Kies een achtergrond'
|
||||
BROWSERMENU='Browsers'
|
||||
|
|
Loading…
Reference in a new issue