Bug#261031: nautilus: Please backport always_use_browser preference option from 2.7.2 for Sarge

Michael Banck Michael Banck <mbanck@debian.org>, 261031@bugs.debian.org
Tue, 27 Jul 2004 14:59:26 +0200


--5/uDoXvLw7AC5HRs
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

On Mon, Jul 26, 2004 at 10:08:25PM +0200, Sebastien Bacher wrote:
> Le lundi 26 juillet 2004  21:25 +0200, Michael Banck a crit :
> 
> > So, what do you guys think? I'll volunteer to get a patch for the
> > tranlsations and make a test build (though if somebody else wants to do
> > that, I won't stop him, I haven't messed around with GNOME packages or
> > even translations a lot)
> 
> If you have a patch to add this option in the code and the corresponding
> string in all the po files it should be ok to use it :)

OK, so I've extracted the corresponding string from 2.7.2 and added it
to the 2.6.3b po files (at the end though, I hope that's alright).

I've built a package from it and it seems to run fine, here's a
screenshot showing the option in german:

http://people.debian.org/~mbanck/media/nautilus-spatial-option.png

The packages are up at

http://people.debian.org/~mbanck/debs/

I've attached the updated patch.


cheers,

Michael

--5/uDoXvLw7AC5HRs
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename="04_spatial_option.patch"
Content-Transfer-Encoding: 8bit

2004-06-01  Dave Camp  <dave@novell.com> 

	* src/nautilus-file-management-properties.c:
	(nautilus_file_management_properties_dialog_setup):
	* src/nautilus-file-management-properties.glade: Add an
	"always open in browser windows" option to the prefs dialog.
	Please stop yelling at me.

===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-file-management-properties.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- nautilus-2.6.3b.orig/src/nautilus-file-management-properties.c	2004/04/28 06:12:18	1.14
+++ nautilus-2.6.3b/src/nautilus-file-management-properties.c	2004/06/01 19:54:26	1.15
@@ -64,6 +64,7 @@
 #define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_FOLDERS_FIRST_WIDGET "sort_folders_first_checkbutton"
 #define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_COMPACT_LAYOUT_WIDGET "compact_layout_checkbutton"
 #define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_LABELS_BESIDE_ICONS_WIDGET "labels_beside_icons_checkbutton"
+#define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_ALWAYS_USE_BROWSER_WIDGET "always_use_browser_checkbutton"
 #define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_TRASH_CONFIRM_WIDGET "trash_confirm_checkbutton"
 #define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_TRASH_DELETE_WIDGET "trash_delete_checkbutton"
 #define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_OPEN_NEW_WINDOW_WIDGET "new_window_checkbutton"
@@ -536,6 +537,9 @@
 					    NAUTILUS_FILE_MANAGEMENT_PROPERTIES_FOLDERS_FIRST_WIDGET,
 					    NAUTILUS_PREFERENCES_SORT_DIRECTORIES_FIRST); 
 	eel_preferences_glade_connect_bool (xml_dialog,
+					    NAUTILUS_FILE_MANAGEMENT_PROPERTIES_ALWAYS_USE_BROWSER_WIDGET,
+					    NAUTILUS_PREFERENCES_ALWAYS_USE_BROWSER);
+	eel_preferences_glade_connect_bool (xml_dialog,
 					    NAUTILUS_FILE_MANAGEMENT_PROPERTIES_TRASH_CONFIRM_WIDGET,
 					    NAUTILUS_PREFERENCES_CONFIRM_TRASH);
 	eel_preferences_glade_connect_bool (xml_dialog,
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-file-management-properties.glade,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nautilus-2.6.3b.orig/src/nautilus-file-management-properties.glade	2004/05/13 20:45:11	1.11
+++ nautilus-2.6.3b/src/nautilus-file-management-properties.glade	2004/06/01 19:54:26	1.12
@@ -12,6 +12,11 @@
   <property name="modal">False</property>
   <property name="resizable">True</property>
   <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
   <property name="has_separator">False</property>
 
   <child internal-child="vbox">
@@ -33,6 +38,7 @@
 	      <property name="label">gtk-help</property>
 	      <property name="use_stock">True</property>
 	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
 	      <property name="response_id">-11</property>
 	    </widget>
 	  </child>
@@ -45,6 +51,7 @@
 	      <property name="label">gtk-close</property>
 	      <property name="use_stock">True</property>
 	      <property name="relief">GTK_RELIEF_NORMAL</property>
+	      <property name="focus_on_click">True</property>
 	      <property name="response_id">-7</property>
 	    </widget>
 	  </child>
@@ -304,6 +311,7 @@
 			      <property name="label" translatable="yes">Sort _folders before files</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -322,6 +330,7 @@
 			      <property name="label" translatable="yes">Show hidden and _backup files</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -530,6 +539,7 @@
 			      <property name="label" translatable="yes">_Use compact layout</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -548,6 +558,7 @@
 			      <property name="label" translatable="yes">_Text beside icons</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -837,6 +848,7 @@
 			      <property name="label" translatable="yes">Show _only folders</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -968,6 +980,7 @@
 			      <property name="label" translatable="yes">_Single click to activate items</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -986,6 +999,7 @@
 			      <property name="label" translatable="yes">_Double click to activate items</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -997,6 +1011,25 @@
 			      <property name="fill">False</property>
 			    </packing>
 			  </child>
+
+			  <child>
+			    <widget class="GtkCheckButton" id="always_use_browser_checkbutton">
+			      <property name="visible">True</property>
+			      <property name="can_focus">True</property>
+			      <property name="label" translatable="yes">Always open in _browser windows</property>
+			      <property name="use_underline">True</property>
+			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
+			      <property name="active">False</property>
+			      <property name="inconsistent">False</property>
+			      <property name="draw_indicator">True</property>
+			    </widget>
+			    <packing>
+			      <property name="padding">0</property>
+			      <property name="expand">False</property>
+			      <property name="fill">False</property>
+			    </packing>
+			  </child>
 			</widget>
 			<packing>
 			  <property name="padding">0</property>
@@ -1086,6 +1119,7 @@
 			      <property name="label" translatable="yes">_Run executable text files when they are clicked</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -1104,6 +1138,7 @@
 			      <property name="label" translatable="yes">_View executable text files when they are clicked</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -1123,6 +1158,7 @@
 			      <property name="label" translatable="yes">_Ask each time</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -1223,6 +1259,7 @@
 			      <property name="label" translatable="yes">Ask before _emptying the Trash or deleting files</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
@@ -1241,6 +1278,7 @@
 			      <property name="label" translatable="yes">I_nclude a Delete command that bypasses Trash</property>
 			      <property name="use_underline">True</property>
 			      <property name="relief">GTK_RELIEF_NORMAL</property>
+			      <property name="focus_on_click">True</property>
 			      <property name="active">False</property>
 			      <property name="inconsistent">False</property>
 			      <property name="draw_indicator">True</property>
diff -Naur nautilus-2.6.3b.orig/po/af.po nautilus-2.6.3b/po/af.po
--- nautilus-2.6.3b.orig/po/af.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/af.po	2004-07-27 14:09:03.000000000 +0200
@@ -7172,3 +7172,8 @@
 
 #~ msgid "Find:"
 #~ msgstr "Vind:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "open 'n blaaiervenster."
diff -Naur nautilus-2.6.3b.orig/po/am.po nautilus-2.6.3b/po/am.po
--- nautilus-2.6.3b.orig/po/am.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/am.po	2004-07-27 14:09:03.000000000 +0200
@@ -6851,3 +6851,8 @@
 
 #~ msgid "_Remove Theme..."
 #~ msgstr "ጭብጥ አጥፋ... (_R)"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "ሁሉንም ዹNautilus መስኮቶቜ ዝጋ"
diff -Naur nautilus-2.6.3b.orig/po/ar.po nautilus-2.6.3b/po/ar.po
--- nautilus-2.6.3b.orig/po/ar.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ar.po	2004-07-27 14:09:03.000000000 +0200
@@ -9098,3 +9098,8 @@
 
 #~ msgid "Show Location _Bar"
 #~ msgstr "أ؞هر ؎ريط الموقع"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "فتح نافذة تصفح."
diff -Naur nautilus-2.6.3b.orig/po/az.po nautilus-2.6.3b/po/az.po
--- nautilus-2.6.3b.orig/po/az.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/az.po	2004-07-27 14:09:03.000000000 +0200
@@ -7116,3 +7116,8 @@
 
 #~ msgid "Find:"
 #~ msgstr "Axtar:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "səyyah pəncərəsini aç."
diff -Naur nautilus-2.6.3b.orig/po/be.po nautilus-2.6.3b/po/be.po
--- nautilus-2.6.3b.orig/po/be.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/be.po	2004-07-27 14:09:03.000000000 +0200
@@ -8718,3 +8718,8 @@
 
 #~ msgid "Cancel _Remove"
 #~ msgstr "АЎЌеМа вы_ЎалеМьМя"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "аЎчыМіць вакМП ваМЎрПўМіка."
diff -Naur nautilus-2.6.3b.orig/po/bg.po nautilus-2.6.3b/po/bg.po
--- nautilus-2.6.3b.orig/po/bg.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/bg.po	2004-07-27 14:09:03.000000000 +0200
@@ -8585,3 +8585,7 @@
 
 #~ msgid "Clear"
 #~ msgstr "ИзчОства"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "ВОМагО Птваря в _браузерМО прПзПрцО"
diff -Naur nautilus-2.6.3b.orig/po/bn.po nautilus-2.6.3b/po/bn.po
--- nautilus-2.6.3b.orig/po/bn.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/bn.po	2004-07-27 14:09:03.000000000 +0200
@@ -7224,3 +7224,8 @@
 
 #~ msgid "Find:"
 #~ msgstr "àŠ…àŠšà§àŠžàŠšà§àŠ§àŠŸàŠš:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "àŠàŠ•àŠŸàŠ¿ àŠ¬à§àŠ°àŠŸàŠ‰àŠœàŠŸàŠ° àŠ‰àŠ‡àŠšà§àŠ¡à§‹ àŠšàŠŸàŠ²àŠŸàŠ“à¥€"
diff -Naur nautilus-2.6.3b.orig/po/ca.po nautilus-2.6.3b/po/ca.po
--- nautilus-2.6.3b.orig/po/ca.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ca.po	2004-07-27 14:09:03.000000000 +0200
@@ -11992,3 +11992,7 @@
 
 #~ msgid "Interrupt loading"
 #~ msgstr "Interromp la càrrega"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "O_bre sempre en finestres del navegador"
diff -Naur nautilus-2.6.3b.orig/po/cs.po nautilus-2.6.3b/po/cs.po
--- nautilus-2.6.3b.orig/po/cs.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/cs.po	2004-07-27 14:09:03.000000000 +0200
@@ -7401,3 +7401,7 @@
 
 #~ msgid "Use _manual layout"
 #~ msgstr "Pouşívat _ruční rozloşení"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Vşdy otevírat v oknech _prohlíşeče"
diff -Naur nautilus-2.6.3b.orig/po/cy.po nautilus-2.6.3b/po/cy.po
--- nautilus-2.6.3b.orig/po/cy.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/cy.po	2004-07-27 14:09:03.000000000 +0200
@@ -8172,3 +8172,8 @@
 
 #~ msgid "New _Window"
 #~ msgstr "_Ffenestr Newydd"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "agor ffenestr pori newydd."
diff -Naur nautilus-2.6.3b.orig/po/da.po nautilus-2.6.3b/po/da.po
--- nautilus-2.6.3b.orig/po/da.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/da.po	2004-07-27 14:09:03.000000000 +0200
@@ -7498,3 +7498,7 @@
 #~ "\n"
 #~ "/sbin/chkconfig --level 345 crond on\n"
 #~ "/etc/rc.d/init.d/cron start\n"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Åbn altid _navigeringsvinduer"
diff -Naur nautilus-2.6.3b.orig/po/de.po nautilus-2.6.3b/po/de.po
--- nautilus-2.6.3b.orig/po/de.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/de.po	2004-07-27 14:09:03.000000000 +0200
@@ -7333,3 +7333,7 @@
 
 #~ msgid "Find:"
 #~ msgstr "Suchen:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Immer in _Browser-Fenstern öffnen"
diff -Naur nautilus-2.6.3b.orig/po/el.po nautilus-2.6.3b/po/el.po
--- nautilus-2.6.3b.orig/po/el.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/el.po	2004-07-27 14:09:03.000000000 +0200
@@ -6916,3 +6916,8 @@
 #: src/network-scheme.desktop.in.h:2
 msgid "View your network servers in the Nautilus file manager"
 msgstr "ΕΌφάΜιση τωΜ εΟυπηρετητώΜ Ύικτύου στο Ύιαχειριστή αρχείωΜ του Ναυτίλου"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "ΆΜοιγΌα εΜός παραΞύρου περιηγητή."
diff -Naur nautilus-2.6.3b.orig/po/en_CA.po nautilus-2.6.3b/po/en_CA.po
--- nautilus-2.6.3b.orig/po/en_CA.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/en_CA.po	2004-07-27 14:10:42.000000000 +0200
@@ -6560,3 +6560,7 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "Error while moving. "
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Always open in _browser windows"
diff -Naur nautilus-2.6.3b.orig/po/en_GB.po nautilus-2.6.3b/po/en_GB.po
--- nautilus-2.6.3b.orig/po/en_GB.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/en_GB.po	2004-07-27 14:10:58.000000000 +0200
@@ -7891,3 +7891,7 @@
 
 #~ msgid "Go to Nonexistent Location"
 #~ msgstr "Go to Nonexistent Location"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Always open in _browser windows"
diff -Naur nautilus-2.6.3b.orig/po/es.po nautilus-2.6.3b/po/es.po
--- nautilus-2.6.3b.orig/po/es.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/es.po	2004-07-27 14:09:03.000000000 +0200
@@ -8006,3 +8006,7 @@
 # src/nautilus-first-time-druid.c:290
 #~ msgid "Find:"
 #~ msgstr "Buscar:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Siempre abrir en una ventana de _navegador"
diff -Naur nautilus-2.6.3b.orig/po/et.po nautilus-2.6.3b/po/et.po
--- nautilus-2.6.3b.orig/po/et.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/et.po	2004-07-27 14:09:03.000000000 +0200
@@ -6868,3 +6868,7 @@
 
 #~ msgid "Find:"
 #~ msgstr "Otsing:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr ""
diff -Naur nautilus-2.6.3b.orig/po/eu.po nautilus-2.6.3b/po/eu.po
--- nautilus-2.6.3b.orig/po/eu.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/eu.po	2004-07-27 14:09:03.000000000 +0200
@@ -10568,3 +10568,8 @@
 
 #~ msgid "_Community Support"
 #~ msgstr "_Komunitatearen laguntza"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "ireki arakatze-leihoa."
diff -Naur nautilus-2.6.3b.orig/po/fa.po nautilus-2.6.3b/po/fa.po
--- nautilus-2.6.3b.orig/po/fa.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/fa.po	2004-07-27 14:09:03.000000000 +0200
@@ -6373,3 +6373,7 @@
 
 #~ msgid "Audio CD"
 #~ msgstr "سی‌دی صوتی"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr ""
diff -Naur nautilus-2.6.3b.orig/po/fi.po nautilus-2.6.3b/po/fi.po
--- nautilus-2.6.3b.orig/po/fi.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/fi.po	2004-07-27 14:09:03.000000000 +0200
@@ -7876,3 +7876,8 @@
 
 #~ msgid "Go to Nonexistent Location"
 #~ msgstr "Siirry olemattomaan sijaintiin"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "avaa selainikkunassa."
diff -Naur nautilus-2.6.3b.orig/po/fr.po nautilus-2.6.3b/po/fr.po
--- nautilus-2.6.3b.orig/po/fr.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/fr.po	2004-07-27 14:09:03.000000000 +0200
@@ -6697,3 +6697,8 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "Erreur lors du déplacement."
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Ouvre une fenêtre de navigation."
diff -Naur nautilus-2.6.3b.orig/po/ga.po nautilus-2.6.3b/po/ga.po
--- nautilus-2.6.3b.orig/po/ga.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ga.po	2004-07-27 14:09:03.000000000 +0200
@@ -6384,3 +6384,7 @@
 
 #~ msgid "_Write to CD"
 #~ msgstr "_Scríobh go CD"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr ""
diff -Naur nautilus-2.6.3b.orig/po/gl.po nautilus-2.6.3b/po/gl.po
--- nautilus-2.6.3b.orig/po/gl.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/gl.po	2004-07-27 14:09:03.000000000 +0200
@@ -9839,3 +9839,8 @@
 
 #~ msgid "_Community Support"
 #~ msgstr "Soporte da _comunidade"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Amosar a barra lateral nas novas fiestras"
diff -Naur nautilus-2.6.3b.orig/po/gu.po nautilus-2.6.3b/po/gu.po
--- nautilus-2.6.3b.orig/po/gu.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/gu.po	2004-07-27 14:09:03.000000000 +0200
@@ -8665,3 +8665,8 @@
 
 #~ msgid "Cancel _Remove"
 #~ msgstr "ઊૂરકરવટચી ક્રિયટ રઊ કરો"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "બ્રટઉઝર વિચ્ડો ખોલો."
diff -Naur nautilus-2.6.3b.orig/po/he.po nautilus-2.6.3b/po/he.po
--- nautilus-2.6.3b.orig/po/he.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/he.po	2004-07-27 14:09:03.000000000 +0200
@@ -6476,3 +6476,8 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "שגיאה במהלך הזזה. "
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "׀תח חלון ד׀ד׀ן."
diff -Naur nautilus-2.6.3b.orig/po/hi.po nautilus-2.6.3b/po/hi.po
--- nautilus-2.6.3b.orig/po/hi.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/hi.po	2004-07-27 14:09:03.000000000 +0200
@@ -7185,3 +7185,7 @@
 
 #~ msgid "Find:"
 #~ msgstr "à€–à¥‹à€œà¥‡à€‚:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "à€¹à€®à¥‡à€¶à€Ÿ à€¬à¥à€°à€Ÿà€‰à€œà€Œà€° à€µà€¿à€‚à€¡à¥‹à€œà€Œ à€®à¥‡à€‚ à€–à¥‹à€²à¥‡à€‚ (_b)"
diff -Naur nautilus-2.6.3b.orig/po/hr.po nautilus-2.6.3b/po/hr.po
--- nautilus-2.6.3b.orig/po/hr.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/hr.po	2004-07-27 14:09:03.000000000 +0200
@@ -6622,3 +6622,8 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "Greška pri premještanju."
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "otvori prozor preglednika."
diff -Naur nautilus-2.6.3b.orig/po/hu.po nautilus-2.6.3b/po/hu.po
--- nautilus-2.6.3b.orig/po/hu.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/hu.po	2004-07-27 14:09:03.000000000 +0200
@@ -7708,3 +7708,7 @@
 # libnautilus-private/nautilus-file-operations.c:927
 #~ msgid "Error while moving. "
 #~ msgstr "Hiba áthelyezéskor. "
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Mindig _böngészőablakban nyitja meg"
diff -Naur nautilus-2.6.3b.orig/po/id.po nautilus-2.6.3b/po/id.po
--- nautilus-2.6.3b.orig/po/id.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/id.po	2004-07-27 14:09:03.000000000 +0200
@@ -8290,3 +8290,8 @@
 
 #~ msgid "Go to Nonexistent Location"
 #~ msgstr "Pergi ke lokasi yang tidak ada"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Tampilkan side bar di window baru"
diff -Naur nautilus-2.6.3b.orig/po/is.po nautilus-2.6.3b/po/is.po
--- nautilus-2.6.3b.orig/po/is.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/is.po	2004-07-27 14:09:03.000000000 +0200
@@ -7014,3 +7014,8 @@
 
 #~ msgid "Find:"
 #~ msgstr "Leita:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "SÜna síðustiku í nÜjum gluggum"
diff -Naur nautilus-2.6.3b.orig/po/it.po nautilus-2.6.3b/po/it.po
--- nautilus-2.6.3b.orig/po/it.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/it.po	2004-07-27 14:09:03.000000000 +0200
@@ -7257,3 +7257,8 @@
 
 #~ msgid "Find:"
 #~ msgstr "Trova:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "apre una finestra di esplorazione."
diff -Naur nautilus-2.6.3b.orig/po/ja.po nautilus-2.6.3b/po/ja.po
--- nautilus-2.6.3b.orig/po/ja.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ja.po	2004-07-27 14:09:03.000000000 +0200
@@ -7120,3 +7120,7 @@
 
 #~ msgid "Find:"
 #~ msgstr "怜玢:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "垞にブラりザ・りィンドりで開く(_B)"
diff -Naur nautilus-2.6.3b.orig/po/ko.po nautilus-2.6.3b/po/ko.po
--- nautilus-2.6.3b.orig/po/ko.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ko.po	2004-07-27 14:09:03.000000000 +0200
@@ -7151,3 +7151,8 @@
 
 #~ msgid "Close this window"
 #~ msgstr "읎 찜을 닫습니닀"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "람띌우저 찜을 엜니닀."
diff -Naur nautilus-2.6.3b.orig/po/li.po nautilus-2.6.3b/po/li.po
--- nautilus-2.6.3b.orig/po/li.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/li.po	2004-07-27 14:09:03.000000000 +0200
@@ -8386,3 +8386,8 @@
 
 #~ msgid "Copy selected text to the clipboard"
 #~ msgstr "De geselekteerde tekst nao 't klaadbord kopjere"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Ziejbalk tuine in nuuj vinsters"
diff -Naur nautilus-2.6.3b.orig/po/lt.po nautilus-2.6.3b/po/lt.po
--- nautilus-2.6.3b.orig/po/lt.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/lt.po	2004-07-27 14:09:03.000000000 +0200
@@ -6662,3 +6662,8 @@
 #~ "commandThe %d selected items will be copied if you select the Paste Files "
 #~ "command"
 #~ msgstr "\"%s\" bus nukopijuota jei pasirinksite komandą Įdėti bylas"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "atidaryti naršyklės langą."
diff -Naur nautilus-2.6.3b.orig/po/lv.po nautilus-2.6.3b/po/lv.po
--- nautilus-2.6.3b.orig/po/lv.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/lv.po	2004-07-27 14:09:03.000000000 +0200
@@ -8193,3 +8193,8 @@
 
 #~ msgid "You cannot copy the Trash."
 #~ msgstr "Jūs nevarat kopēt Atkritumkasti."
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Aplikācijas loga ID."
diff -Naur nautilus-2.6.3b.orig/po/mi.po nautilus-2.6.3b/po/mi.po
--- nautilus-2.6.3b.orig/po/mi.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/mi.po	2004-07-27 14:09:03.000000000 +0200
@@ -6346,3 +6346,7 @@
 #, fuzzy
 #~ msgid "_Connect"
 #~ msgstr "_Huri"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr ""
diff -Naur nautilus-2.6.3b.orig/po/mk.po nautilus-2.6.3b/po/mk.po
--- nautilus-2.6.3b.orig/po/mk.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/mk.po	2004-07-27 14:09:03.000000000 +0200
@@ -9395,3 +9395,8 @@
 
 #~ msgid "Show Location _Bar"
 #~ msgstr "ПрОкажО ЛеМта сП ЛПкацОО"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "ПтвПрО разглеЎувач."
diff -Naur nautilus-2.6.3b.orig/po/ml.po nautilus-2.6.3b/po/ml.po
--- nautilus-2.6.3b.orig/po/ml.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ml.po	2004-07-27 14:09:03.000000000 +0200
@@ -7355,3 +7355,7 @@
 
 #~ msgid "Go to Nonexistent Location"
 #~ msgstr "àŽšàŽ¿àŽ²àŽµàŽ¿àŽ²àŽ¿àŽ²àµàŽ²àŽŸàŽ€àµàŽ€ àŽžàµàŽ¥àŽŸàŽšàŽ€àµàŽ€àµ àŽªàµ‹àŽ•àµàŽ•"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr ""
diff -Naur nautilus-2.6.3b.orig/po/mn.po nautilus-2.6.3b/po/mn.po
--- nautilus-2.6.3b.orig/po/mn.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/mn.po	2004-07-27 14:09:03.000000000 +0200
@@ -7204,3 +7204,8 @@
 
 #~ msgid "Find:"
 #~ msgstr "Хайх:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Хөтөч цПМх Мээх"
diff -Naur nautilus-2.6.3b.orig/po/ms.po nautilus-2.6.3b/po/ms.po
--- nautilus-2.6.3b.orig/po/ms.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ms.po	2004-07-27 14:09:03.000000000 +0200
@@ -7116,3 +7116,8 @@
 
 #~ msgid "Close this window"
 #~ msgstr "Tutup tetingkap ini"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Buka tetingkap pelungsur."
diff -Naur nautilus-2.6.3b.orig/po/ne.po nautilus-2.6.3b/po/ne.po
--- nautilus-2.6.3b.orig/po/ne.po	2004-07-27 02:47:20.000000000 +0200
+++ nautilus-2.6.3b/po/ne.po	2004-07-27 14:09:03.000000000 +0200
@@ -8653,3 +8653,8 @@
 
 #~ msgid "search type to do by default"
 #~ msgstr "à€ªà¥‚à€°à¥à€µà€šà€¿à€°à¥à€§à€Ÿà€°à€¿à€€ à€…à€šà¥à€žà€Ÿà€° à€–à¥‹à€œà¥à€šà¥à€ž"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "à€šà€¯à€Ÿà€ à€µà€¿à€šà¥à€¡à¥‹à€®à€Ÿ à€•à€¿à€šà€Ÿà€°à€Ÿà€•à¥‹ à€ªà¥à€¯à€Ÿà€š à€Šà¥‡à€–à€Ÿà€‰"
diff -Naur nautilus-2.6.3b.orig/po/nl.po nautilus-2.6.3b/po/nl.po
--- nautilus-2.6.3b.orig/po/nl.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/nl.po	2004-07-27 14:09:03.000000000 +0200
@@ -7980,3 +7980,7 @@
 
 #~ msgid "New _Window"
 #~ msgstr "Nieuw _venster"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Altijd openen in _bladervensters"
diff -Naur nautilus-2.6.3b.orig/po/nn.po nautilus-2.6.3b/po/nn.po
--- nautilus-2.6.3b.orig/po/nn.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/nn.po	2004-07-27 14:09:03.000000000 +0200
@@ -6767,3 +6767,8 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "Feil under flytting."
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "opna eit nettlesarvindauge."
diff -Naur nautilus-2.6.3b.orig/po/no.po nautilus-2.6.3b/po/no.po
--- nautilus-2.6.3b.orig/po/no.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/no.po	2004-07-27 14:09:03.000000000 +0200
@@ -7240,3 +7240,8 @@
 
 #~ msgid "_Connect"
 #~ msgstr "_Koble til"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Ã¥pne et nettleservindu."
diff -Naur nautilus-2.6.3b.orig/po/pa.po nautilus-2.6.3b/po/pa.po
--- nautilus-2.6.3b.orig/po/pa.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/pa.po	2004-07-27 14:09:03.000000000 +0200
@@ -6504,3 +6504,8 @@
 #~ msgstr ""
 #~ "àššà©àš£à©€ à©²àš¿àš•àšŸà©²à©€  %d  àšŠà©€ àššàš•àš² àš•à©€àš€à©€ àšœàšŸàšµà©‡àš—à©€, àšœà©‡àš•àš° àš€à©àšžà©€ àššàš¿àšªàš•àšŸà©³à©àš£ àšŠà©€ àš•àš®à©Ÿàš¡ àššàš²àšŸà©²à©€ à©€àššà©àš£à©€àš…à©Ÿ "
 #~ "à©²àš¿àš•àšŸà©²à©€àš…à©Ÿ  %d  àšŠà©€ àššàš•àš² àš•à©€àš€à©€ àšœàšŸàšµà©‡àš—à©€, àšœà©‡àš•àš° àš€à©àšžà©€ àššàš¿àšªàš•àšŸà©³à©àš£ àšŠà©€ àš•àš®à©Ÿàš¡ àššàš²àšŸà©²à©€ à©€"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "àšàš²àš• àšàš°à©‹àš–àšŸ àš–à©‹àš²à©à©‹ à©€"
diff -Naur nautilus-2.6.3b.orig/po/pl.po nautilus-2.6.3b/po/pl.po
--- nautilus-2.6.3b.orig/po/pl.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/pl.po	2004-07-27 14:09:03.000000000 +0200
@@ -7937,3 +7937,8 @@
 
 #~ msgid "Go to Nonexistent Location"
 #~ msgstr "Przechodzi do nieistniejącego połoÅŒenia"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "otwiera okno przeglądarki."
diff -Naur nautilus-2.6.3b.orig/po/pt.po nautilus-2.6.3b/po/pt.po
--- nautilus-2.6.3b.orig/po/pt.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/pt.po	2004-07-27 14:09:03.000000000 +0200
@@ -7376,3 +7376,8 @@
 
 #~ msgid "Reveal in %d _New Windows"
 #~ msgstr "Revelar em %d _Novas Janelas"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "abrir uma janela de navegador."
diff -Naur nautilus-2.6.3b.orig/po/pt_BR.po nautilus-2.6.3b/po/pt_BR.po
--- nautilus-2.6.3b.orig/po/pt_BR.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/pt_BR.po	2004-07-27 14:09:03.000000000 +0200
@@ -7192,3 +7192,7 @@
 
 #~ msgid "Find:"
 #~ msgstr "Localizar:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Sempre a_brir uma janelas de navegador"
diff -Naur nautilus-2.6.3b.orig/po/ro.po nautilus-2.6.3b/po/ro.po
--- nautilus-2.6.3b.orig/po/ro.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/ro.po	2004-07-27 14:09:03.000000000 +0200
@@ -6632,3 +6632,8 @@
 #~ "Cele %d elemente selectate vor fi copiate dacă selectaţi comanda Lipeşte "
 #~ "fişiereCele %d elemente selectate vor fi copiate dacă selectaţi comanda "
 #~ "Lipeşte fişiere"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "deschide o fereastră de navigare."
diff -Naur nautilus-2.6.3b.orig/po/ru.po nautilus-2.6.3b/po/ru.po
--- nautilus-2.6.3b.orig/po/ru.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/ru.po	2004-07-27 14:09:03.000000000 +0200
@@ -7377,3 +7377,8 @@
 
 #~ msgid "File name"
 #~ msgstr "ИЌя файла"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Пткрыть ПкМП ПбПзревателя."
diff -Naur nautilus-2.6.3b.orig/po/sk.po nautilus-2.6.3b/po/sk.po
--- nautilus-2.6.3b.orig/po/sk.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/sk.po	2004-07-27 14:09:03.000000000 +0200
@@ -6725,3 +6725,8 @@
 #, fuzzy
 #~ msgid "Error while moving. "
 #~ msgstr "Chyba pri presune."
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "otvoriť okno prehliadača."
diff -Naur nautilus-2.6.3b.orig/po/sl.po nautilus-2.6.3b/po/sl.po
--- nautilus-2.6.3b.orig/po/sl.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/sl.po	2004-07-27 14:09:03.000000000 +0200
@@ -12119,3 +12119,8 @@
 
 #~ msgid "Items %s %s"
 #~ msgstr "Predmeti %s %s"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Odpri v _novem oknu"
diff -Naur nautilus-2.6.3b.orig/po/sq.po nautilus-2.6.3b/po/sq.po
--- nautilus-2.6.3b.orig/po/sq.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/sq.po	2004-07-27 14:09:03.000000000 +0200
@@ -7215,3 +7215,7 @@
 
 #~ msgid "Find:"
 #~ msgstr "Gjej:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Hape gjithmonë në një dritare _shfletimi"
diff -Naur nautilus-2.6.3b.orig/po/sr.po nautilus-2.6.3b/po/sr.po
--- nautilus-2.6.3b.orig/po/sr.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/sr.po	2004-07-27 14:09:03.000000000 +0200
@@ -7924,3 +7924,8 @@
 
 #~ msgid "Go to Nonexistent Location"
 #~ msgstr "ИЎО Ма МепПстПјећу путању"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "ПтвПрОте прПзПр разглеЎача."
diff -Naur nautilus-2.6.3b.orig/po/sr@Latn.po nautilus-2.6.3b/po/sr@Latn.po
--- nautilus-2.6.3b.orig/po/sr@Latn.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/sr@Latn.po	2004-07-27 14:09:03.000000000 +0200
@@ -7928,3 +7928,8 @@
 
 #~ msgid "Go to Nonexistent Location"
 #~ msgstr "Idi na nepostojeću putanju"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "otvorite prozor razgledača."
diff -Naur nautilus-2.6.3b.orig/po/sr@ije.po nautilus-2.6.3b/po/sr@ije.po
--- nautilus-2.6.3b.orig/po/sr@ije.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/sr@ije.po	2004-07-27 14:09:03.000000000 +0200
@@ -7153,3 +7153,8 @@
 
 #~ msgid "Find:"
 #~ msgstr "ПрПМађО:"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "ПтвПрОте прПзПр разглеЎача."
diff -Naur nautilus-2.6.3b.orig/po/sv.po nautilus-2.6.3b/po/sv.po
--- nautilus-2.6.3b.orig/po/sv.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/sv.po	2004-07-27 14:09:03.000000000 +0200
@@ -10675,3 +10675,7 @@
 
 #~ msgid "_Icon Captions..."
 #~ msgstr "_Ikonrubriker..."
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "Öppna alltid i _blÀddrarfönster"
diff -Naur nautilus-2.6.3b.orig/po/th.po nautilus-2.6.3b/po/th.po
--- nautilus-2.6.3b.orig/po/th.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/th.po	2004-07-27 14:09:03.000000000 +0200
@@ -7601,3 +7601,8 @@
 
 #~ msgid "_Helvetica"
 #~ msgstr "_Helvetica"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "à¹€àž›àžŽàž”àž«àž™à¹‰àž²àž•à¹ˆàž²àž‡àžšàž£àž²àž§à¹€àž‹àž­àž£à¹Œ"
diff -Naur nautilus-2.6.3b.orig/po/tk.po nautilus-2.6.3b/po/tk.po
--- nautilus-2.6.3b.orig/po/tk.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/tk.po	2004-07-27 14:09:03.000000000 +0200
@@ -6422,3 +6422,8 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "Göçirmekde hata boldy."
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "bir ahtarçy Àpişgesini aş."
diff -Naur nautilus-2.6.3b.orig/po/tr.po nautilus-2.6.3b/po/tr.po
--- nautilus-2.6.3b.orig/po/tr.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/tr.po	2004-07-27 14:09:03.000000000 +0200
@@ -7700,3 +7700,8 @@
 # libnautilus-private/nautilus-file-operations.c:877
 #~ msgid "Error while moving. "
 #~ msgstr "Taşırken hata oluştu. "
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "tarayıcı penceresi aç"
diff -Naur nautilus-2.6.3b.orig/po/uk.po nautilus-2.6.3b/po/uk.po
--- nautilus-2.6.3b.orig/po/uk.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/uk.po	2004-07-27 14:09:03.000000000 +0200
@@ -6622,3 +6622,8 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "ППЌОлка прО переМесеММі."
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "віЎкрОтО вікМП перегляЎу."
diff -Naur nautilus-2.6.3b.orig/po/vi.po nautilus-2.6.3b/po/vi.po
--- nautilus-2.6.3b.orig/po/vi.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/vi.po	2004-07-27 14:09:03.000000000 +0200
@@ -8244,3 +8244,8 @@
 
 #~ msgid "Authentication Required"
 #~ msgstr "Cần phải kiểm tra đặc tính"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Hiện thanh bên trong của sổ mới"
diff -Naur nautilus-2.6.3b.orig/po/wa.po nautilus-2.6.3b/po/wa.po
--- nautilus-2.6.3b.orig/po/wa.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/wa.po	2004-07-27 14:09:03.000000000 +0200
@@ -7120,3 +7120,8 @@
 
 #~ msgid "_Toolbar"
 #~ msgstr "Bår ås _usteyes"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "Mostrer li panea di costé ezÚs noveas purneas"
diff -Naur nautilus-2.6.3b.orig/po/yi.po nautilus-2.6.3b/po/yi.po
--- nautilus-2.6.3b.orig/po/yi.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/yi.po	2004-07-27 14:09:03.000000000 +0200
@@ -6301,3 +6301,7 @@
 #: src/network-scheme.desktop.in.h:2
 msgid "View your network servers in the Nautilus file manager"
 msgstr ""
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr ""
diff -Naur nautilus-2.6.3b.orig/po/zh_CN.po nautilus-2.6.3b/po/zh_CN.po
--- nautilus-2.6.3b.orig/po/zh_CN.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/zh_CN.po	2004-07-27 14:09:03.000000000 +0200
@@ -6400,3 +6400,7 @@
 
 #~ msgid "Error while moving. "
 #~ msgstr "移劚时发生错误。"
+
+#: src/nautilus-file-management-properties.glade.h:39
+msgid "Always open in _browser windows"
+msgstr "总是圚浏览噚窗口䞭打匀(_B)"
diff -Naur nautilus-2.6.3b.orig/po/zh_TW.po nautilus-2.6.3b/po/zh_TW.po
--- nautilus-2.6.3b.orig/po/zh_TW.po	2004-07-27 02:47:21.000000000 +0200
+++ nautilus-2.6.3b/po/zh_TW.po	2004-07-27 14:09:03.000000000 +0200
@@ -7401,3 +7401,8 @@
 
 #~ msgid "You cannot copy the Trash."
 #~ msgstr "䞍可耇補回收筒。"
+
+#: src/nautilus-file-management-properties.glade.h:39
+#, fuzzy
+msgid "Always open in _browser windows"
+msgstr "開啟新的芖窗。"

--5/uDoXvLw7AC5HRs--