Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/config Modified Files: strings.c Added Files: strings.pl Log Message: Make default menus and action tooltips localizable. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/config/strings.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- strings.c 28 Feb 2005 18:12:37 -0000 1.3 +++ strings.c 22 Aug 2005 21:27:24 -0000 1.4 @@ -1,7 +1,93 @@ #define _(x) x -char *s[] = { -/* The settings menu */ +const char *txt[] = { +/* actionclasses.cfg */ +_("Click and drag to move desktop\n(on any desktop but desktop 0)"), +_("Switch Desktops"), +_("Go to the next desktop."), +_("Switch Desktops"), +_("Go to the previous desktop."), +_("Move"), +_("Move this window."), +_("Shade/Unshade this window."), +_("Show the Window Options menu."), +_("Toggle the shaded (rolled-up) state of this window."), +_("Show/Hide group borders."), +_("Start a group."), +_("Add to current group."), +_("Break this window's group."), +_("Shade."), +_("Unshade."), +_("Resize"), +_("Resize this window."), +_("Move this window."), +_("Resize Horizontally"), +_("Resize this window horizontally."), +_("Move this window."), +_("Resize Vertically"), +_("Resize this window vertically."), +_("Move this window."), +_("Close"), +_("Close this window."), +_("Forcibly destroy this window."), +_("Maximize Height"), +_("Toggle between maximum screen height and normal height."), +_("Maximize Width"), +_("Toggle between maximum screen width and normal width."), +_("Maximize"), +_("Toggle between maximum screen size and normal size."), +_("Toggle between maximum screen width and normal width."), +_("Toggle between maximum screen height and normal height."), +_("Send To Another Desktop"), +_("Send this Window to the next desktop."), +_("Send To Another Desktop"), +_("Send this Window to the previous desktop."), +_("Snapshot"), +_("This button does nothing interesting."), +_("Shade"), +_("Shade (roll up) this window."), +_("Unshade"), +_("Unshade (unroll) this window."), +_("Window Options"), +_("Open the Window Options Menu."), +_("Iconify"), +_("Iconify (Minimize) this window."), +_("Open the Window Options Menu."), +_("More Buttons"), +_("Show more buttons."), +_("Raise"), +_("Raise this window to the top."), +_("Lower"), +_("Lower this window."), +_("Stick/Unstick"), +_("Toggle the Omnipresent (visible on all Desktops) state of this window."), +/* 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"), +/* menus.cfg */ +_("Cleanup Desktop"), +_("Goto Next Desktop"), +_("Goto Previous Desktop"), +_("Create New Iconbox"), +_("Create Systray"), +_("Purge config file cache"), +_("Purge pager background cache"), +_("Purge background selector cache"), +_("Purge all caches"), +_("Query config file cache usage"), +_("Query pager background cache usage"), +_("Query background selector cache usage"), +_("Query all cache usage"), +_("Regenerate Menus"), _("Focus Settings ..."), _("Move & Resize Settings ..."), _("Pager Settings ..."), @@ -13,23 +99,55 @@ _("Audio Settings ..."), _("Group Settings ..."), _("Remember Settings ..."), -_("Misc. FX Settings ..."), _("Special FX Settings ..."), +_("Misc. 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"), +_("Help"), +_("About Enlightenment"), +_("About this theme"), +_("Restart Enlightenment"), +_("Log Out"), +_("Max Height Toggle"), +_("Available Max Height Toggle"), +_("Absolute Max Height Toggle"), +_("Max Width Toggle"), +_("Available Max Width Toggle"), +_("Absolute Max Width Toggle"), +_("Max Size Toggle"), +_("Available Max Size Toggle"), +_("Absolute Max Size Toggle"), +_("Fullscreen/Normal"), +_("Zoom/Unzoom"), +_("Below"), +_("Normal"), +_("Above"), +_("On Top"), +_("20%"), +_("40%"), +_("60%"), +_("80%"), +_("100%"), +_("Toggle Shadows"), +_("Toggle Skip Window Lists"), +_("Toggle Fixed Position"), +_("Toggle Never Focus"), +_("Toggle Click to Focus"), +_("Configure this window's group(s)"), +_("Start a new group"), +_("Select group to add this window to"), +_("Add this window to the current group"), +_("Remove this window from a group"), +_("Destroy a group this window belongs to"), +_("Show/Hide this window's group(s)"), +_("Close"), +_("Annihilate"), +_("Iconify"), +_("Raise"), +_("Lower"), +_("Shade/Unshade"), +_("Stick/Unstick"), +_("Remember..."), }; ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs