diff options
author | Miguel de Icaza <miguel@ximian.com> | 2001-01-12 16:38:33 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-12 16:38:33 +0800 |
commit | c42f8692ca73c80043c0209c046146ca6b6f948e (patch) | |
tree | d32fa9e717aa9eb85679cbde26db84a4f254a976 | |
parent | e779159c4b5c3b79fe29cec7e277d2901a0790af (diff) | |
download | gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.gz gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.bz2 gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.lz gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.xz gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.zst gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.zip |
Added translation strings.
2001-01-12 Miguel de Icaza <miguel@ximian.com>
* e-storage-set-view.c: Added translation strings.
svn path=/trunk/; revision=7446
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 4 | ||||
-rw-r--r-- | shell/e-storage-set-view.c | 8 |
3 files changed, 14 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1052783e55..e472abbe49 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,6 +1,10 @@ 2001-01-12 Miguel de Icaza <miguel@ximian.com> - * e-shell-view-menu.c (command_new_mail_message): Remove "window" + * e-storage-set-view.c: Added translation strings. + + * e-shell-view-menu.c (command_about_box): Update our name + + (command_new_mail_message): Remove "window" from the moniker path. * e-splash.c (e_splash_construct): Make the spalsh screen a diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index f76d76e227..3b080f443e 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-view.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -169,7 +169,7 @@ command_about_box (BonoboUIComponent *uih, about_box = gnome_about_new(_("Evolution"), VERSION, - _("Copyright 1999, 2000 Helix Code, Inc."), + _("Copyright 1999, 2000, 2001 Ximian, Inc."), authors, _("Evolution is a suite of groupware applications\n" "for mail, calendaring, and contact management\n" diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 41274e0c1f..896c7715d1 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -39,7 +39,13 @@ #include <gal/e-table/e-cell-tree.h> #include <gal/e-table/e-cell-text.h> -#define ETABLE_SPEC "<ETableSpecification no-headers=\"true\" cursor-mode=\"line\" draw-grid=\"true\"> \ +#ifdef JUST_FOR_TRANSLATORS +static char *list [] = { + N_("Folder"), +}; +#endif + +#define ETABLE_SPEC "<ETableSpecification no-headers=\"true\" selection-mode=\"single\" cursor-mode=\"line\" draw-grid=\"true\"> \ <ETableColumn model_col=\"0\" _title=\"Folder\" expansion=\"1.0\" minimum_width=\"20\" resizable=\"true\" cell=\"render_tree\" compare=\"string\"/> \ <ETableState> \ <column source=\"0\"/> \ |