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 /shell/e-storage-set-view.c | |
parent | e779159c4b5c3b79fe29cec7e277d2901a0790af (diff) | |
download | gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.gz 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
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r-- | shell/e-storage-set-view.c | 8 |
1 files changed, 7 insertions, 1 deletions
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\"/> \ |