forked from e16/e16
1
0
Fork 0
e16/config/strings.c

36 lines
953 B
C

#define _(x) x
char *s[] = {
/* The settings menu */
_("Focus Settings ..."),
_("Move & Resize Settings ..."),
_("Pager Settings ..."),
_("Window Placement Settings ..."),
_("Multiple Desktop Settings ..."),
_("Virtual Desktop Settings ..."),
_("Autoraise Settings ..."),
_("Tooltip Settings ..."),
_("Audio Settings ..."),
_("Group Settings ..."),
_("Remember Settings ..."),
_("Misc. FX Settings ..."),
_("Special FX Settings ..."),
_("Desktop Background Settings ..."),
_("Theme Transparency Settings ..."),
_("Composite Settings ..."),
_("Miscellaneous Settings ..."),
/* bindings.cfg */
_("Clicking your mouse on the desktop will perform\nthe following actions"),
_("Display User Menus"),
_("Display Enlightenment Menu"),
_("Display Settings Menu"),
_("Display Enlightenment Menu"),
_("Display Task List Menu"),
_("Display Desktop Menu"),
_("Display Group Menu"),
_("Display Settings Menu"),
_("Go Back a Desktop"),
_("Go Forward a Desktop"),
};