diff options
author | George Lebl <jirka@5z.com> | 2003-06-05 18:40:24 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2003-06-05 18:40:24 +0000 |
commit | 9ee6ccd7c31519239d46ddd6e43a6e7e3a9468b6 (patch) | |
tree | 47af1822551fb0f7e2eacec1d7937f346d566c41 /gui/gdmsetup-strings.c | |
parent | d696bca658954199e5e305e8d262b207b7e76f3a (diff) | |
download | gdm-9ee6ccd7c31519239d46ddd6e43a6e7e3a9468b6.tar.gz |
Fix #56654 by removing programmer references out of translatable strings
Thu Jun 05 11:37:19 2003 George Lebl <jirka@5z.com>
* daemon/xdmcp.c, daemon/auth.c, daemon/display.c, daemon/errorgui.c,
daemon/gdm.c, daemon/server.c, daemon/slave.c: Fix #56654 by removing
programmer references out of translatable strings
* gui/gdmsetup.glade, gui/greeter/greeter_session.c
gui/greeter/greeter_system.c: An attempt at getting at least
a little bit closer to the HIG specification.
* gui/gdmlogin.c, gui/greeter/greeter_system.c, gui/gdmsetup.glade,
config/gdm.conf.in, gui/greeter/themes/*/*.xml.in:
The system menu is renamed to "Actions" since that's a lot more
appropriate
Diffstat (limited to 'gui/gdmsetup-strings.c')
-rw-r--r-- | gui/gdmsetup-strings.c | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/gui/gdmsetup-strings.c b/gui/gdmsetup-strings.c index f783842c..be2ed9ed 100644 --- a/gui/gdmsetup-strings.c +++ b/gui/gdmsetup-strings.c @@ -5,31 +5,37 @@ */ gchar *s = N_("GDM Setup"); +gchar *s = N_("<b>Greeter</b>"); +gchar *s = N_(" "); gchar *s = N_("L_ocal: "); gchar *s = N_("_Remote: "); +gchar *s = N_("Always use 24 hour cloc_k format"); gchar *s = N_("Standard greeter"); gchar *s = N_("Graphical greeter"); gchar *s = N_("Standard greeter"); gchar *s = N_("Graphical greeter"); -gchar *s = N_("Always use 24 hour cloc_k format"); -gchar *s = N_("Greeter"); +gchar *s = N_("<b>Automatic Login</b>"); +gchar *s = N_(" "); gchar *s = N_("_Login a user automatically on first bootup"); gchar *s = N_("_Automatic login username:"); gchar *s = N_("*"); -gchar *s = N_("Automatic login"); +gchar *s = N_("<b>Timed Login</b>"); +gchar *s = N_(" "); gchar *s = N_("Login a user automa_tically after a specified number of seconds"); gchar *s = N_("Timed login us_ername:"); gchar *s = N_("_Seconds before login:"); gchar *s = N_("*"); -gchar *s = N_("Timed login"); gchar *s = N_("General"); +gchar *s = N_("<b>Logo</b>"); +gchar *s = N_(" "); gchar *s = N_("*"); gchar *s = N_("_Welcome string: "); -gchar *s = N_("Welcome string: "); gchar *s = N_("*"); -gchar *s = N_("Logo"); +gchar *s = N_("<b>Miscellaneous</b>"); +gchar *s = N_(" "); gchar *s = N_("Show choosable user images (_face browser)"); -gchar *s = N_("Miscellaneous"); +gchar *s = N_("<b>Background</b>"); +gchar *s = N_(" "); gchar *s = N_("_No background"); gchar *s = N_("_Image"); gchar *s = N_("Co_lor"); @@ -38,7 +44,6 @@ gchar *s = N_("*"); gchar *s = N_("_Only color on remote displays"); gchar *s = N_("_Background color: "); gchar *s = N_("Pick a color"); -gchar *s = N_("Background"); gchar *s = N_("Standard greeter"); gchar *s = N_("<b>Preview:</b>"); gchar *s = N_("No screenshot available"); @@ -52,16 +57,17 @@ gchar *s = N_("copyright"); gchar *s = N_("_Install new theme"); gchar *s = N_("_Delete theme"); gchar *s = N_("Graphical greeter"); +gchar *s = N_("<b>Options</b>"); +gchar *s = N_(" "); gchar *s = N_("Allow _root to login with GDM"); gchar *s = N_("Allow root to login r_emotely with GDM"); gchar *s = N_("Allow remote _timed logins"); -gchar *s = N_("Show the system menu. If not set, none of the system commands will be available (this includes reboot, shutdown, configure, chooser)"); -gchar *s = N_("Show _system menu"); +gchar *s = N_("Show the \"Actions\" menu (formerly known as the \"System\" menu). If not set, none of the system commands will be available (this includes reboot, shutdown, configure, chooser)"); +gchar *s = N_("Show _actions menu"); gchar *s = N_("Allow c_onfiguration from the login screen"); gchar *s = N_("Allo_w running XDMCP chooser from the login screen"); gchar *s = N_("Always disallow TCP connections to _X server"); gchar *s = N_("Retry _delay (seconds) :"); -gchar *s = N_("Options"); gchar *s = N_("Security"); gchar *s = N_("No XDMCP support in the binary. To enable XDMCP support you must recompile GDM with the XDMCP libraries."); gchar *s = N_("Honour _indirect requests"); |