diff options
author | Darin Adler <darin@src.gnome.org> | 2001-02-28 21:34:38 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-02-28 21:34:38 +0000 |
commit | 91b66e65de6923d08a4003946ff99d71e7729343 (patch) | |
tree | 013503b6819f97372234a18b3b91fcc284eb8c6d /check-strings-functions | |
parent | e4abb4d117c35c85c721579e615127063f986231 (diff) | |
download | nautilus-91b66e65de6923d08a4003946ff99d71e7729343.tar.gz |
reviewed by: John Sullivan <sullivan@eazel.com>
* check-strings.pl:
* check-strings-functions:
* check-strings-patterns:
New script and correspoinding config files to help us find
untranslated strings. It's going to take some effort to make
this an easy-to-use tool.
* components/rpmview/nautilus-rpm-view.c:
(nautilus_rpm_view_initialize): Fixed string that would not
get translated properly since it was using N_ and nothing
was going to use _() on it.
(nautilus_rpm_view_update_from_uri): Marked strings for
translation as requested in bug report 7149.
(nautilus_rpm_view_verify_files): Format tweak.
(nautilus_rpm_view_drag_data_received): Remove old dead code.
* libnautilus-extensions/nautilus-tabs.c: (draw_tab_piece_aa):
Change to use C-style comments, not C++.
* src/nautilus-application.c: (check_required_directories): Mark
strings for translation that we had missed before.
* src/nautilus-first-time-druid.c: Fix port string define so it
doesn't have to be repeated twice (and doesn't show up as an
"untranslated string").
* src/nautilus-about.c: Formatting tweak.
* src/nautilus-location-bar.c: Fix typo.
Diffstat (limited to 'check-strings-functions')
-rw-r--r-- | check-strings-functions | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/check-strings-functions b/check-strings-functions new file mode 100644 index 000000000..3867fb082 --- /dev/null +++ b/check-strings-functions @@ -0,0 +1,11 @@ +N_ +_ +fopen +g_error +g_warning +gtk_signal_connect +gtk_widget_new +gtk_window_set_wmclass +puts +setmntent +xml.+ |