summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2003-04-01 04:37:50 +0000
committerDave Camp <campd@src.gnome.org>2003-04-01 04:37:50 +0000
commitb75922bf6b4ff163435b511531e9a1adc01592e1 (patch)
treedef66e2f8cecc0f7c86c8fd14b452808c4a9585b
parent234e6a286bcf82adbb9462fb5870246f19c240b5 (diff)
downloadnautilus-b75922bf6b4ff163435b511531e9a1adc01592e1.tar.gz
2003-03-31 Dave Camp <dave@ximian.com> * configure.in: 2.2.3.1
-rw-r--r--ChangeLog4
-rw-r--r--components/services/nautilus-dependent-shared/shared-service-widgets.c212
-rw-r--r--configure.in2
-rw-r--r--po/am.po2
-rw-r--r--po/ar.po2
-rw-r--r--po/az.po2
-rw-r--r--po/be.po2
-rw-r--r--po/bg.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/el.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/es.po2
-rw-r--r--po/et.po2
-rw-r--r--po/eu.po2
-rw-r--r--po/fa.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/ga.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/he.po2
-rw-r--r--po/hi.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/lv.po2
-rw-r--r--po/mk.po2
-rw-r--r--po/ml.po2
-rw-r--r--po/mn.po2
-rw-r--r--po/ms.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/nn.po2
-rw-r--r--po/no.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ro.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sl.po2
-rw-r--r--po/sq.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/ta.po2
-rw-r--r--po/th.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/wa.po2
-rw-r--r--po/yi.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
55 files changed, 57 insertions, 265 deletions
diff --git a/ChangeLog b/ChangeLog
index 7958770bb..22f9fb737 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-31 Dave Camp <dave@ximian.com>
+
+ * configure.in: 2.2.3.1
+
=== nautilus 2.2.3 ===
2003-03-31 Alexander Larsson <alexl@redhat.com>
diff --git a/components/services/nautilus-dependent-shared/shared-service-widgets.c b/components/services/nautilus-dependent-shared/shared-service-widgets.c
deleted file mode 100644
index c88adcbd9..000000000
--- a/components/services/nautilus-dependent-shared/shared-service-widgets.c
+++ /dev/null
@@ -1,212 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-
-/*
- * Copyright (C) 2000 Eazel, Inc
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- * Authors: Ramiro Estrugo <ramiro@eazel.com>
- * J Shane Culpepper <pepper@eazel.com>
- *
- */
-
-#include <config.h>
-
-#include "shared-service-widgets.h"
-
-#include <libnautilus-extensions/nautilus-background.h>
-#include <libnautilus-extensions/nautilus-gdk-pixbuf-extensions.h>
-#include <libnautilus-extensions/nautilus-gtk-extensions.h>
-#include <libnautilus-extensions/nautilus-gtk-macros.h>
-#include <libnautilus-extensions/nautilus-glib-extensions.h>
-#include <libnautilus-extensions/nautilus-global-preferences.h>
-#include <libnautilus-extensions/nautilus-file-utilities.h>
-#include <libnautilus-extensions/nautilus-string.h>
-#include <libnautilus-extensions/nautilus-font-factory.h>
-#include <libnautilus-extensions/nautilus-gdk-extensions.h>
-#include <libnautilus-extensions/nautilus-theme.h>
-
-#include <stdio.h>
-
-/* private shared helper routine to create an image widget from a pixbuf */
-static GtkWidget*
-create_image_widget_from_pixbuf (GdkPixbuf *icon_pixbuf,
- const char *tile_icon_name)
-{
- GtkWidget *image_widget;
-
- g_return_val_if_fail (icon_pixbuf || tile_icon_name, NULL);
-
- image_widget = nautilus_image_new ();
-
- if (icon_pixbuf != NULL) {
- nautilus_image_set_pixbuf (NAUTILUS_IMAGE (image_widget), icon_pixbuf);
- }
-
- if (tile_icon_name != NULL) {
- char *tile_icon_path;
-
- tile_icon_path = nautilus_pixmap_file (tile_icon_name);
-
- if (tile_icon_path != NULL) {
- GdkPixbuf *tile_icon_pixbuf;
- tile_icon_pixbuf = gdk_pixbuf_new_from_file (tile_icon_path);
- g_free (tile_icon_path);
-
- if (tile_icon_pixbuf != NULL) {
- nautilus_buffered_widget_set_tile_pixbuf (NAUTILUS_BUFFERED_WIDGET (image_widget), tile_icon_pixbuf);
- gdk_pixbuf_unref (tile_icon_pixbuf);
- }
- else {
- g_warning ("Could not find the requested tile_icon: %s", tile_icon_path);
- }
- }
- }
-
- return image_widget;
-}
-
-/* create and return an image widget using a themed nautilus icon name and a tiled background */
-GtkWidget*
-create_image_widget (const char *icon_name, const char *tile_icon_name)
-{
- GtkWidget *image_widget;
- GdkPixbuf *pixbuf;
-
- g_return_val_if_fail (icon_name || tile_icon_name, NULL);
-
- pixbuf = NULL;
- if (icon_name != NULL) {
- char *icon_path;
-
- icon_path = nautilus_theme_get_image_path (icon_name);
- if (icon_path != NULL) {
- pixbuf = gdk_pixbuf_new_from_file (icon_path);
- g_free (icon_path);
-
- if (pixbuf == NULL) {
- g_warning ("Could not find the requested icon: %s", icon_path);
- }
- }
- }
-
- /* create the image widget then release the pixbuf*/
- image_widget = create_image_widget_from_pixbuf (pixbuf, tile_icon_name);
- if (pixbuf != NULL) {
- gdk_pixbuf_unref (pixbuf);
- }
- return image_widget;
-}
-
-/* create and return an image widget from a uri and a tiled background.
- It also pins the image to the specified dimensions */
-
-/* FIXME bugzilla.eazel.com 5138
- * this calls gnome-vfs synchronously for an HTTP uri and thus can block
- * the UI indefinitely
- */
-GtkWidget*
-create_image_widget_from_uri (const char *uri, const char *tile_icon_name,
- int max_width, int max_height)
-{
- GtkWidget *image_widget;
- GdkPixbuf *pixbuf, *scaled_pixbuf;
-
- g_return_val_if_fail (uri || tile_icon_name, NULL);
-
- /* as an optimization, it can be a local file. If it doesn't start with http://,
- just pass it on to create_image_widget */
- if (!nautilus_istr_has_prefix (uri, "http://")) {
- return create_image_widget (uri, tile_icon_name);
- }
-
- /* load the image - synchronously, at least at first */
- pixbuf = nautilus_gdk_pixbuf_load (uri);
-
- /* pin the image to the specified dimensions if necessary */
- if (pixbuf && max_width > 0 && max_height > 0) {
- scaled_pixbuf = nautilus_gdk_pixbuf_scale_down_to_fit (pixbuf, max_width, max_height);
- gdk_pixbuf_unref (pixbuf);
- pixbuf = scaled_pixbuf;
- }
-
- /* create the image widget then release the pixbuf*/
- image_widget = create_image_widget_from_pixbuf (pixbuf, tile_icon_name);
- if (pixbuf != NULL) {
- gdk_pixbuf_unref (pixbuf);
- }
-
- return image_widget;
-}
-
-/* create a label widget with anti-aliased text and a tiled image background */
-GtkWidget*
-create_label_widget (const char *text,
- guint font_size,
- const char *tile_icon_name,
- guint xpad,
- guint ypad,
- gint horizontal_offset,
- gint vertical_offset)
-{
- GtkWidget *label;
-
- g_return_val_if_fail (text != NULL, NULL);
- g_return_val_if_fail (font_size > 0, NULL);
-
- label = nautilus_label_new (text);
-
- nautilus_label_set_font_from_components (NAUTILUS_LABEL (label), "helvetica", "bold", NULL, NULL);
- nautilus_label_set_font_size (NAUTILUS_LABEL (label), font_size);
- nautilus_label_set_text_color (NAUTILUS_LABEL (label), NAUTILUS_RGB_COLOR_WHITE);
-
- if (tile_icon_name != NULL) {
- char *tile_icon_path;
-
- tile_icon_path = nautilus_pixmap_file (tile_icon_name);
-
- if (tile_icon_path != NULL) {
- GdkPixbuf *tile_icon_pixbuf;
- tile_icon_pixbuf = gdk_pixbuf_new_from_file (tile_icon_path);
- g_free (tile_icon_path);
-
- if (tile_icon_pixbuf != NULL) {
- nautilus_buffered_widget_set_tile_pixbuf (NAUTILUS_BUFFERED_WIDGET (label), tile_icon_pixbuf);
- gdk_pixbuf_unref (tile_icon_pixbuf);
- }
- else {
- g_warning ("Could not find the requested tile_icon: %s", tile_icon_path);
- }
- }
- }
-
- gtk_misc_set_padding (GTK_MISC (label), xpad, ypad);
-
- nautilus_buffered_widget_set_vertical_offset (NAUTILUS_BUFFERED_WIDGET (label), vertical_offset);
- nautilus_buffered_widget_set_horizontal_offset (NAUTILUS_BUFFERED_WIDGET (label), horizontal_offset);
-
- return label;
-}
-
-/* utility routine to show an error message */
-void
-show_feedback (GtkWidget *widget,
- char *error_message)
-{
- nautilus_label_set_text (NAUTILUS_LABEL (widget), error_message);
- gtk_widget_show (widget);
-}
-
diff --git a/configure.in b/configure.in
index ae2245487..5b06ce9a0 100644
--- a/configure.in
+++ b/configure.in
@@ -40,7 +40,7 @@ AC_SUBST(XML_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 2.2.3)
+AM_INIT_AUTOMAKE(nautilus, 2.2.3.1)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK
diff --git a/po/am.po b/po/am.po
index 314e531e0..573192133 100644
--- a/po/am.po
+++ b/po/am.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-02-07 17:46+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
diff --git a/po/ar.po b/po/ar.po
index a625ea967..e20521683 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2002-05-31 19:25-0300\n"
"Last-Translator: Isam Bayazidi <bayazidi@arabeyes.org>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
diff --git a/po/az.po b/po/az.po
index eca8fd9d8..7022b0603 100644
--- a/po/az.po
+++ b/po/az.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 1.0.5\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 19:23+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\n"
diff --git a/po/be.po b/po/be.po
index c572d1ac7..f0e317fd0 100644
--- a/po/be.po
+++ b/po/be.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus.HEAD.be\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 07:41+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
diff --git a/po/bg.po b/po/bg.po
index d68687a6c..9c10a7f02 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus.HEAD.bg\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2002-12-19 18:10+0200\n"
"Last-Translator: Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
diff --git a/po/ca.po b/po/ca.po
index cbdfde1a9..f9ea7bd4f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.2.1\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 18:43+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
diff --git a/po/cs.po b/po/cs.po
index 189c92899..613c89dff 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: cs\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 19:48GMT\n"
"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
diff --git a/po/da.po b/po/da.po
index 9a13ab601..2d909523d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -23,7 +23,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 23:52+0100\n"
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"
diff --git a/po/de.po b/po/de.po
index 021ac20fe..df47d06f7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -32,7 +32,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.2.x\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-22 22:21+0100\n"
"Last-Translator: Christian Neumair <chris@gnome-de.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
diff --git a/po/el.po b/po/el.po
index 502a1e4ea..b3c7e07e2 100644
--- a/po/el.po
+++ b/po/el.po
@@ -29,7 +29,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.0.7\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-05 21:37+0200\n"
"Last-Translator: Kostas Papadimas <pkst@gmx.net>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index ab31471ec..9eaea9fd4 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus CVS\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2000-11-09 16:20+0000\n"
"Last-Translator: Robert Brady <rwb197@zepler.org>\n"
"Language-Team: \n"
diff --git a/po/es.po b/po/es.po
index cbde8c0a4..6cf3d92d7 100644
--- a/po/es.po
+++ b/po/es.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus 2.2.x\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 16:03-0300\n"
"Last-Translator: Pablo Gonzalo del Campo <pablodc@bigfoot.com>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
diff --git a/po/et.po b/po/et.po
index d81ce67e5..e242eb00d 100644
--- a/po/et.po
+++ b/po/et.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-01-18 21:26+0200\n"
"Last-Translator: Tõivo Leedjärv <toivo@linux.ee>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
diff --git a/po/eu.po b/po/eu.po
index 342a8615b..52b6973e4 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 1.0.6\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2001-05-25 13:35+0200\n"
"Last-Translator: Unmantained\n"
"Language-Team: Euskara\n"
diff --git a/po/fa.po b/po/fa.po
index 4323cb8e1..4dae3f72c 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-02-21 15:48+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n"
"Language-Team: Persian <farsi@lists.sharif.edu>\n"
diff --git a/po/fi.po b/po/fi.po
index 4131d8857..8988931b3 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -23,7 +23,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 1.1.2\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-26 00:29--200\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
"Language-Team: Gnome Finnish Translation Team <gnome-fi-laatu@lists."
diff --git a/po/fr.po b/po/fr.po
index fa07bf073..923dc4e0e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus 2.2.3\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-31 00:15+0200\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
diff --git a/po/ga.po b/po/ga.po
index d80e0c521..653f161cb 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 1.0.4.1\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2000-08-24 19:35+0100\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
diff --git a/po/gl.po b/po/gl.po
index c7dbbd2c7..8ed19d55d 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2000-10-07 19:16+0200\n"
"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
diff --git a/po/he.po b/po/he.po
index d94891519..bade882d3 100644
--- a/po/he.po
+++ b/po/he.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus.HEAD.he\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 20:58+0200\n"
"Last-Translator: Gil 'Dolfin' Osher <dolfin@rpg.org.il>\n"
"Language-Team: Hebrew <he@li.org>\n"
diff --git a/po/hi.po b/po/hi.po
index 8b8aac220..5faf0cfe5 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.x\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-01-03 18:29+0530\n"
"Last-Translator: Bhopal Team <anuragseetha@yahoo.com>\n"
"Language-Team: Gnome Hindi Team <indlinux-hindi-gnome@lists.sourceforge."
diff --git a/po/hu.po b/po/hu.po
index 0bda9fc73..321ce1768 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus CVS-HEAD\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 20:15+0100\n"
"Last-Translator: Andras Timar <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
diff --git a/po/it.po b/po/it.po
index 14cef1c44..6760b41ca 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.2.x\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-27 13:06+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italiano <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index e58a4874a..d5dc6f9e7 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus HEAD\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-26 00:11+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
diff --git a/po/ko.po b/po/ko.po
index 56f77edfd..ab9c695d8 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.2.2\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-15 19:44+0900\n"
"Last-Translator: Young-Ho, Cha <ganadist@mizi.com>\n"
"Language-Team: GTP Korean <gnome-kr-translation@gnome.or.kr>\n"
diff --git a/po/lt.po b/po/lt.po
index 33c28fdf9..630ae69f4 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus 1.1.14\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2002-05-15 11:34+0200\n"
"Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
diff --git a/po/lv.po b/po/lv.po
index b59d49324..904318134 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-15 12:33+0200\n"
"Last-Translator: Artis Trops <hornet@navigator.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n"
diff --git a/po/mk.po b/po/mk.po
index c966ff571..6681d7746 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -19,7 +19,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus.HEAD\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2002-12-15 20:55+0100\n"
"Last-Translator: Ivan Stojmirov <stojmir@linux.net.mk>\n"
"Language-Team: Macedonian <mk@li.org>\n"
diff --git a/po/ml.po b/po/ml.po
index b404fcf20..04c554fa2 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.2.x\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-05 10:29+0530\n"
"Last-Translator: FSF-India <locale@gnu.org.in>\n"
"Language-Team: Malayalam <locale@gnu.org.in>\n"
diff --git a/po/mn.po b/po/mn.po
index dbb70b237..f5b2040d3 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus.HEAD.mn\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-26 17:16+0100\n"
"Last-Translator: Sanlig Badral <badral@chinggis.com>\n"
"Language-Team: Mongolian <mn@li.org>\n"
diff --git a/po/ms.po b/po/ms.po
index 451ab60d0..0c2a8c779 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus HEAD\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-26 20:46+0800\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
diff --git a/po/nl.po b/po/nl.po
index c2bcf08d8..fb82bf7ea 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -13,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-30 16:43+0100\n"
"Last-Translator: Reinout van Schouwen <reinout@cs.vu.nl>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
diff --git a/po/nn.po b/po/nn.po
index ea37e2552..f7a789def 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus 1.0.6\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2001-12-14 13:29+0100\n"
"Last-Translator: Roy-Magne Mo <rmo@sunnmore.net>\n"
"Language-Team: Norwegian Nynorsk <nn@li.org>\n"
diff --git a/po/no.po b/po/no.po
index 1a2e54045..e07d28be4 100644
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus 0.2\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-26 00:08+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
"Language-Team: Norwegian <no@li.org>\n"
diff --git a/po/pl.po b/po/pl.po
index 349564f97..fc630b568 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-01-14 21:10+0100\n"
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
diff --git a/po/pt.po b/po/pt.po
index 465e2f216..01bcc0767 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.2\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 22:05+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index bf4c5f990..a52f2793c 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 1.0.5\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-27 21:21-0300\n"
"Last-Translator: Evandro Fernandes Giovanini <evandrofg@ig.com.br>\n"
"Language-Team: GNOME-BR <gnome-l10n-br@listas.cipsga.org.br>\n"
diff --git a/po/ro.po b/po/ro.po
index 9e74df559..554b1832d 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.2\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-01-23 21:56+0200\n"
"Last-Translator: Marius Andreiana <marius galuna.ro>\n"
"Language-Team: Română <ro@li.org>\n"
diff --git a/po/ru.po b/po/ru.po
index 2a9689661..4919ddf1e 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-25 09:01+0300\n"
"Last-Translator: Dmitry G. Mastrukov <dmitry@taurussoft.org>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
diff --git a/po/sk.po b/po/sk.po
index 3e3b824fb..935e0b45d 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus.HEAD.sk\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-11 22:03+0100\n"
"Last-Translator: Stanislav Visnovsky <visnovsky@kde.org>\n"
"Language-Team: Slovak <sk-i18n@linux.sk>\n"
diff --git a/po/sl.po b/po/sl.po
index 065744a4a..b1f04e722 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2000-07-07 12:30+0200\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n"
diff --git a/po/sq.po b/po/sq.po
index 5974664ef..f4f983843 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus.HEAD.sq\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-31 12:06+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
diff --git a/po/sv.po b/po/sv.po
index 4d72a733b..a6baaf5bf 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-24 22:08+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
diff --git a/po/ta.po b/po/ta.po
index b299fdf7d..9cd46c87b 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus VERSION\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2002-12-09 13:55+0100\n"
"Last-Translator: Unknown :-(\n"
"Language-Team: Tamil\n"
diff --git a/po/th.po b/po/th.po
index a837a94cb..89b64d7f2 100644
--- a/po/th.po
+++ b/po/th.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-02-20 21:12-0700\n"
"Last-Translator: Paisa Seeluangsawat <paisa@colorado.edu>\n"
"Language-Team: Thai <L10n@opentle.org>\n"
diff --git a/po/tr.po b/po/tr.po
index 34858473f..c1b487f36 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-02-10 19:47+0200\n"
"Last-Translator: Arman Aksoy (Armish) <armish@linux-sevenler.de>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
diff --git a/po/uk.po b/po/uk.po
index df51fe066..f77e8dbc1 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-26 03:33--500\n"
"Last-Translator: Yuriy Syrota <yuri@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
diff --git a/po/vi.po b/po/vi.po
index dbd505f59..e5fbd77e2 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus v- 2.2.x\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-16 21:18+0700\n"
"Last-Translator: Trinh Minh Thanh <tmthanh@yahoo.com>\n"
"Language-Team: Gnome-Vi <Gnomevi-list@lists.sourceforge.net>\n"
diff --git a/po/wa.po b/po/wa.po
index 92cd5aab1..b445fa4ac 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Nautilus 2.2.0.2\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-20 13:58+0100\n"
"Last-Translator: Lucyin Mahin <lucyin@walon.org>\n"
"Language-Team: Walon <linux-wa@walon.org>\n"
diff --git a/po/yi.po b/po/yi.po
index 0bf6db454..95a37d639 100644
--- a/po/yi.po
+++ b/po/yi.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-19\n"
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
"Language-Team: Yiddish <raphael@cs.uky.edu>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 808ad8919..0832e113f 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-01-13 20:03+0800\n"
"Last-Translator: Sarah Smith <sarahs@redhat.com>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c038379b1..1c2530473 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: nautilus 2.2.1\n"
-"POT-Creation-Date: 2003-03-31 16:23+0200\n"
+"POT-Creation-Date: 2003-03-31 23:22-0500\n"
"PO-Revision-Date: 2003-03-17 18:11+0800\n"
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"