mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 10:22:34 +01:00
Compacting two translations to fit the available space; two new strings. The menus are now split like the English ones, using appearance.menu.fy and background.menu.fy. A new comment was added to menu.fy.in.
13 lines
496 B
Plaintext
13 lines
496 B
Plaintext
#include "wmmacros"
|
|
|
|
Uterlik MENU
|
|
"Eftergrûn" OPEN_MENU background.menu.fy
|
|
"Stilen" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle
|
|
"Tema's" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle
|
|
"Ikoanesets" OPEN_MENU -noext ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons
|
|
"Ikoaneset bewarje" EXEC geticonset USER_ICON_SETS_DIR/"%a(Ikoanesetnamme)"
|
|
"Tema bewarje" EXEC getstyle -t USER_THEMES_DIR/"%a(Temanamme)"
|
|
"Foarkarrehelpmiddel" EXEC #wprefs#
|
|
Uterlik END
|
|
|