mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 02:12:30 +01:00
Compacting a translation to fit the available space; two new strings. The menus are now split like the English ones, using appearance.menu.nl and background.menu.nl. A new comment was added to menu.nl.in.
13 lines
504 B
Plaintext
13 lines
504 B
Plaintext
#include "wmmacros"
|
|
|
|
Uiterlijk MENU
|
|
"Achtergrond" OPEN_MENU background.menu.nl
|
|
"Stijlen" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle
|
|
"Thema's" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle
|
|
"Iconensets" OPEN_MENU -noext ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons
|
|
"Iconenset opslaan" EXEC geticonset USER_ICON_SETS_DIR/"%a(Iconensetnaam)"
|
|
"Thema opslaan" EXEC getstyle -t USER_THEMES_DIR/"%a(Themanaam)"
|
|
"Voorkeurenhulpmiddel" EXEC #wprefs#
|
|
Uiterlijk END
|
|
|