diff options
author | Darin Adler <darin@src.gnome.org> | 2000-10-19 22:53:45 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-10-19 22:53:45 +0000 |
commit | 867ea815527bd22f5de3db16e3abc75b76247728 (patch) | |
tree | f32afca0f86f84e761aaa088489685c6b739e245 /components/loser | |
parent | 7ced27d6e6cbbed6cecdd9a24fcdaf084b5624b5 (diff) | |
download | nautilus-867ea815527bd22f5de3db16e3abc75b76247728.tar.gz |
Check in the xml.h files. It would be better not to have these
checked in, but it helps the translators if they are. If we
come up with something better later, we can get rid of them.
For now, if you exit a ui.xml file, then you should also do
a build and check in the generated xml.h file.
* components/loser/content/nautilus-content-loser-ui.xml.h:
* components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h:
* components/mozilla/nautilus-mozilla-ui.xml.h:
* components/sample/nautilus-sample-content-view-ui.xml.h:
* libnautilus/nautilus-clipboard-ui.xml.h:
* src/file-manager/nautilus-directory-view-ui.xml.h:
* src/file-manager/nautilus-icon-view-ui.xml.h:
* src/file-manager/nautilus-search-list-view-ui.xml.h:
* src/nautilus-shell-ui.xml.h:
Diffstat (limited to 'components/loser')
-rw-r--r-- | components/loser/content/nautilus-content-loser-ui.xml.h | 13 | ||||
-rw-r--r-- | components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/components/loser/content/nautilus-content-loser-ui.xml.h b/components/loser/content/nautilus-content-loser-ui.xml.h new file mode 100644 index 000000000..2a4c39c9b --- /dev/null +++ b/components/loser/content/nautilus-content-loser-ui.xml.h @@ -0,0 +1,13 @@ +/* + * This file is autogenerated from ./nautilus-content-loser-ui.xml, do not edit + * + * This file contains translatable strings generated by + * bonobo-ui-extract. Add this file to your project's + * POTFILES.in. DO NOT compile it as part of your application. + */ + +gchar *s = N_("_File"); +gchar *s = N_("_Kill Content Loser"); +gchar *s = N_("Kill the Loser content view"); +gchar *s = N_("Kill Content Loser"); +gchar *s = N_("Kill the Loser content view"); diff --git a/components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h b/components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h new file mode 100644 index 000000000..bd3653fec --- /dev/null +++ b/components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h @@ -0,0 +1,13 @@ +/* + * This file is autogenerated from ./nautilus-sidebar-loser-ui.xml, do not edit + * + * This file contains translatable strings generated by + * bonobo-ui-extract. Add this file to your project's + * POTFILES.in. DO NOT compile it as part of your application. + */ + +gchar *s = N_("_File"); +gchar *s = N_("_Kill Sidebar Loser"); +gchar *s = N_("Kill the Loser sidebar panel"); +gchar *s = N_("Kill Sidebar Loser"); +gchar *s = N_("Kill the Loser sidebar panel"); |