nautilus/po/POTFILES.in

113 lines
4.2 KiB
Plaintext
Raw Normal View History

# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
components/adapter/main.c
components/adapter/Nautilus_ComponentAdapterFactory_std.server.in.in
components/emblem/nautilus-emblem-view.c
components/emblem/Nautilus_View_emblem.server.in.in
components/history/nautilus-history-view.c
components/history/Nautilus_View_history.server.in.in
components/image_properties/nautilus-image-properties-view.c
components/image_properties/Nautilus_View_image_properties.server.in.in
components/notes/nautilus-notes.c
components/notes/Nautilus_View_notes.server.in.in
components/text/nautilus-text-view.c
components/text/nautilus-text-view-ui.xml
components/text/Nautilus_View_text.server.in.in
components/throbber/Nautilus_Control_throbber.server.in.in
components/throbber/nautilus-throbber.c
data/applications.desktop.in
data/browser.xml
data/favorites.desktop.in
data/static_bookmarks.xml
icons/crux_eggplant/crux_eggplant.xml
icons/crux_teal/crux_teal.xml
icons/default/default.xml
icons/gnome/gnome.xml
icons/sierra/sierra.xml
icons/tahoe/tahoe.xml
libnautilus-extension/nautilus-column.c
libnautilus-extension/nautilus-menu-item.c
libnautilus-extension/nautilus-property-page.c
libnautilus/nautilus-clipboard.c
libnautilus/nautilus-clipboard-ui.xml
libnautilus-private/apps_nautilus_preferences.schemas.in
libnautilus-private/nautilus-column-chooser.c
libnautilus-private/nautilus-column-utilities.c
libnautilus-private/nautilus-customization-data.c
libnautilus-private/nautilus-desktop-directory-file.c
libnautilus-private/nautilus-desktop-icon-file.c
libnautilus-private/nautilus-desktop-link.c
libnautilus-private/nautilus-desktop-link-monitor.c
libnautilus-private/nautilus-dnd.c
libnautilus-private/nautilus-emblem-utils.c
libnautilus-private/nautilus-entry.c
libnautilus-private/nautilus-file.c
libnautilus-private/nautilus-file-operations.c
libnautilus-private/nautilus-file-operations-progress.c
libnautilus-private/nautilus-file-utilities.c
libnautilus-private/nautilus-global-preferences.c
libnautilus-private/nautilus-icon-canvas-item.c
A pass at cleaning up the volume monitor. Made all the details of NautilusVolume private. * libnautilus-private/filesystem-attributes.xml: Changed the "description" string to be named "default_volume_name" and also marked it to be localized. * libnautilus-private/nautilus-file-utilities.h: * libnautilus-private/nautilus-file-utilities.c: (nautilus_get_data_file_path): Added a new utility function to locate a file that's either in the user's directory or in the Nautilus datadir. * src/nautilus-property-browser.c: (read_browser_xml): Use nautilus_get_data_file_path. * libnautilus-private/nautilus-trash-directory.c: (get_trash_volume): * libnautilus-private/nautilus-trash-monitor.c: (add_one_volume_trash): * src/file-manager/fm-desktop-icon-view.c: (volume_in_black_list), (create_unique_volume_name), (create_mount_link), (volume_unmounted_callback), (update_disks_menu): * src/nautilus-application.c: (volume_mounted_callback), (volume_unmounted_callback): * src/nautilus-bookmark-list.c: (nautilus_bookmark_list_get_file_path): Use only calls from the NautilusVolume public API -- no getting at the structure directly. Also fix callers that were using nautilus_volume_monitor_get_volume_mount_uri to correctly understand that they get the mount path, not the mount URI. * libnautilus-private/nautilus-volume-monitor.h: * libnautilus-private/nautilus-volume-monitor.c: (load_file_system_table): Fix storage leaks. Use the new nautilus_get_data_file_path. Translate the default volume names as they are loaded. Check for duplicate entries while loading the table. Don't bother checking the name of the root node, since there are plenty of other things about the file that we don't check and there's no reason we particularly need to check that. Fix some storage leaks. Free the doc, since I'm not seeing a "nautilus --quit" segfault. (nautilus_volume_monitor_initialize): Only initialize stuff that g_new0 won't set up for us. (nautilus_volume_is_removable): Rename so it's a call on NautilusVolume, not the NautilusVolumeMonitor. (volume_is_removable): Fix logic so we don't have to have so many different calls to fclose. (nautilus_volume_get_name): Rename so it's a call on NautilusVolume, not the NautilusVolumeMonitor. (modify_volume_name_for_display): Don't bother supplying a name if passed NULL, since that won't ever be helpful the way this is used. (nautilus_volume_get_target_uri): Rename so it's a call on NautilusVolume, not the NautilusVolumeMonitor. (nautilus_volume_should_integrate_trash): Rename so it's a call on NautilusVolume, not the NautilusVolumeMonitor. Get the information from the file system type, so we don't have to copy it into each NautilusVolume object. (nautilus_volume_get_mount_path): Rename so it's a call on NautilusVolume, and don't call it a URI since it's really a path. (nautilus_volume_get_device_type): New call. (make_volume_name_from_path): Get the default from the file system type rather than passing it in. (free_mount_list): Get rid of some dumb extra code. (copy_volume), (nautilus_volume_free): Update for smaller set of fields. (create_volume), (finish_creating_volume), (finish_creating_volume_and_prepend): Restructure so we don't need to keep so much stuff around in the NautilusVolume object. * src/nautilus-first-time-druid.c: (druid_set_first_time_file_flag): Some tiny tweaking.
2001-08-15 21:04:01 +00:00
libnautilus-private/nautilus-icon-container.c
libnautilus-private/nautilus-icon-dnd.c
libnautilus-private/nautilus-icon-factory.c
libnautilus-private/nautilus-program-choosing.c
libnautilus-private/nautilus-theme.c
libnautilus-private/nautilus-trash-directory.c
libnautilus-private/nautilus-trash-file.c
libnautilus-private/nautilus-tree-view-drag-dest.c
libnautilus-private/nautilus-undo-signal-handlers.c
libnautilus-private/nautilus-view-identifier.c
nautilus-computer.desktop.in
nautilus.desktop.in
nautilus-file-management-properties.desktop.in
nautilus-home.desktop.in
src/file-manager/fm-bonobo-provider.c
src/file-manager/fm-desktop-icon-view.c
src/file-manager/fm-directory-view.c
src/file-manager/fm-ditem-page.c
2000-06-05 16:02:48 +00:00
src/file-manager/fm-error-reporting.c
src/file-manager/fm-icon-container.c
src/file-manager/fm-icon-view.c
src/file-manager/fm-list-view.c
src/file-manager/fm-properties-window.c
src/file-manager/fm-tree-model.c
src/file-manager/fm-tree-view.c
src/file-manager/nautilus-desktop-icon-view-ui.xml
src/file-manager/nautilus-directory-view-ui.xml
src/file-manager/nautilus-icon-view-ui.xml
src/file-manager/nautilus-list-view-ui.xml
2000-06-05 16:02:48 +00:00
src/nautilus-application.c
src/nautilus-bookmarks-window.c
src/nautilus-bookmarks-window.glade
src/nautilus-connect-server-dialog.c
src/nautilus-desktop-window.c
src/nautilus-file-management-properties.c
src/nautilus-file-management-properties.glade
src/nautilus-file-management-properties-main.c
src/nautilus-first-time-druid.c
src/nautilus-information-panel.c
src/nautilus-location-bar.c
src/nautilus-location-dialog.c
src/nautilus-location-entry.c
src/nautilus-main.c
src/nautilus-navigation-window.c
src/nautilus-navigation-window-menus.c
src/nautilus-navigation-window-ui.xml
src/nautilus-profiler.c
src/nautilus-property-browser.c
src/nautilus-shell.c
src/Nautilus_shell.server.in
src/nautilus-shell-ui.xml
src/nautilus-sidebar-title.c
src/nautilus-side-pane.c
src/nautilus-spatial-window.c
src/nautilus-spatial-window-ui.xml
src/nautilus-view-frame.c
src/nautilus-window.c
src/nautilus-window-manage-views.c
src/nautilus-window-menus.c
src/nautilus-window-private.h
Did most of the work for bug 1300 & 1090. It now uses an rpmsearch.cgi * components/services/install/command-line/eazel-alt-install.c: (set_parameters_from_command_line), (main): * components/services/install/lib/eazel-install-object.c: (eazel_install_new_with_config), (eazel_install_fetch_remote_package_list), (eazel_install_install_packages): * components/services/install/lib/eazel-install-protocols.c: (http_fetch_remote_file), (filename_from_url), (eazel_install_fetch_package), (get_url_for_package), (get_search_url_for_package): * components/services/install/lib/eazel-install-rpm-glue.c: (install_all_packages), (do_rpm_install), (eazel_install_fetch_rpm_dependencies), (eazel_install_ensure_deps): * components/services/install/lib/eazel-install-types.c: (packagedata_new), (packagedata_new_from_rpm_conflict), (packagedata_new_from_rpm_conflict_reversed), (packagedata_new_from_rpm_header), (packagedata_destroy_foreach), (packagedata_destroy), (rpmfilename_from_packagedata), (packagedata_hash): * components/services/install/lib/eazel-install-types.h: Did most of the work for bug 1300 & 1090. It now uses an rpmsearch.cgi script on a server to query for packages as dependency fails occur. * components/services/install/lib/eazel-install-metadata.c: (create_default_metadata): Fixed bug 1310. * components/services/install/lib/eazel-install-xml-package-list.c: (generate_xml_package_list): Fixed bug 1284. * nautilus-installer/src/callbacks.c: (set_images), (set_white_stuff): * nautilus-installer/src/callbacks.h: * nautilus-installer/src/installer.c: (create_package), (create_categories), (installer): * nautilus-installer/src/interface.c: (create_window): Update to the new apt-get alike stuff in libinstall. Also make things white to please Arlo. * components/services/install/lib/Makefile.am: * components/services/time/command-line/Makefile.am: * components/services/time/nautilus-view/Makefile.am: * components/services/time/service/Makefile.am: * components/services/trilobite/libtrilobite/Makefile.am: * components/services/trilobite/sample/command-line/Makefile.am: * components/services/trilobite/sample/service/Makefile.am: * libnautilus-extensions/Makefile.am: * nautilus-installer/src/Makefile: * nautilus.spec.in: * po/POTFILES.in: More patchine to make the rpm building succeed. Basically a removed files that where no longer in existence (POTFILES), and adding missing .h files to Makefile.am's.
2000-06-13 03:23:32 +00:00
src/nautilus-window-toolbars.c
src/nautilus-zoom-control.c
src/network-scheme.desktop.in