aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-11-23 02:59:49 +0000
committerChristian Grothoff <christian@grothoff.org>2007-11-23 02:59:49 +0000
commit0a037f827ecc77b4c6b2153aae47892804fce897 (patch)
treeedef0df95a38d0549458455af463c866b8b183b8
parentee85f5dc13224d75cfbfffe437db4310c856ad45 (diff)
downloadgnunet-gtk-0a037f827ecc77b4c6b2153aae47892804fce897.tar.gz
gnunet-gtk-0a037f827ecc77b4c6b2153aae47892804fce897.zip
fixing mantis 1274
-rw-r--r--gnunet-gtk.glade16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index 60503264..cc22ab4f 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -2289,7 +2289,7 @@ This release fixes downloads of files from directories. The previous version ha
2289 <property name="visible">True</property> 2289 <property name="visible">True</property>
2290 <property name="tooltip" translatable="yes">Indexing will avoid copying the file into the GNUnet database. Instead, GNUnet will try to add a symbolic link to the specified file. If that fails, a copy of the file will be created. Indexing should be used if the local machine is unlikely to ever be compromised by an adversary and if the uploaded file will not be modified or moved in the future. Indexing is more efficient than insertion.</property> 2290 <property name="tooltip" translatable="yes">Indexing will avoid copying the file into the GNUnet database. Instead, GNUnet will try to add a symbolic link to the specified file. If that fails, a copy of the file will be created. Indexing should be used if the local machine is unlikely to ever be compromised by an adversary and if the uploaded file will not be modified or moved in the future. Indexing is more efficient than insertion.</property>
2291 <property name="can_focus">True</property> 2291 <property name="can_focus">True</property>
2292 <property name="label" translatable="yes">inde_x</property> 2292 <property name="label" translatable="yes">Inde_x</property>
2293 <property name="use_underline">True</property> 2293 <property name="use_underline">True</property>
2294 <property name="relief">GTK_RELIEF_NORMAL</property> 2294 <property name="relief">GTK_RELIEF_NORMAL</property>
2295 <property name="focus_on_click">True</property> 2295 <property name="focus_on_click">True</property>
@@ -2313,7 +2313,7 @@ This release fixes downloads of files from directories. The previous version ha
2313 <property name="visible">True</property> 2313 <property name="visible">True</property>
2314 <property name="tooltip" translatable="yes">Inserting a file means that an encrypted copy will be added to the GNUnet database. Without the proper key (which is not stored in plaintext anywhere) the file cannot be decrypted. Use this option for small files, files that will be modified soon, files that maybe moved or if you are afraid that an adversary may detect the file in plaintext on your machine (after compromising your machine).</property> 2314 <property name="tooltip" translatable="yes">Inserting a file means that an encrypted copy will be added to the GNUnet database. Without the proper key (which is not stored in plaintext anywhere) the file cannot be decrypted. Use this option for small files, files that will be modified soon, files that maybe moved or if you are afraid that an adversary may detect the file in plaintext on your machine (after compromising your machine).</property>
2315 <property name="can_focus">True</property> 2315 <property name="can_focus">True</property>
2316 <property name="label" translatable="yes">i_nsert</property> 2316 <property name="label" translatable="yes">I_nsert</property>
2317 <property name="use_underline">True</property> 2317 <property name="use_underline">True</property>
2318 <property name="relief">GTK_RELIEF_NORMAL</property> 2318 <property name="relief">GTK_RELIEF_NORMAL</property>
2319 <property name="focus_on_click">True</property> 2319 <property name="focus_on_click">True</property>
@@ -2442,7 +2442,7 @@ This release fixes downloads of files from directories. The previous version ha
2442 <child> 2442 <child>
2443 <widget class="GtkCheckButton" id="deepIndexCheckButton"> 2443 <widget class="GtkCheckButton" id="deepIndexCheckButton">
2444 <property name="visible">True</property> 2444 <property name="visible">True</property>
2445 <property name="tooltip" translatable="yes">Controls if GNUnet should also produce information for individual files inside of a directory, as opposed to only allowing the directory itself to be found directly. Only applies for recursive uploads.</property> 2445 <property name="tooltip" translatable="yes">Should it be possible to directly find files in the directory? If unchecked, it will only be possible for the directory itself to be found with a normal keyword search. This option only really makes a difference for uploads of directories.</property>
2446 <property name="can_focus">True</property> 2446 <property name="can_focus">True</property>
2447 <property name="relief">GTK_RELIEF_NORMAL</property> 2447 <property name="relief">GTK_RELIEF_NORMAL</property>
2448 <property name="focus_on_click">True</property> 2448 <property name="focus_on_click">True</property>
@@ -2488,7 +2488,7 @@ This release fixes downloads of files from directories. The previous version ha
2488 <child> 2488 <child>
2489 <widget class="GtkLabel" id="label128"> 2489 <widget class="GtkLabel" id="label128">
2490 <property name="visible">True</property> 2490 <property name="visible">True</property>
2491 <property name="label" translatable="yes">add keywords for files in directories</property> 2491 <property name="label" translatable="yes">Add keywords for files in directories</property>
2492 <property name="use_underline">True</property> 2492 <property name="use_underline">True</property>
2493 <property name="use_markup">False</property> 2493 <property name="use_markup">False</property>
2494 <property name="justify">GTK_JUSTIFY_LEFT</property> 2494 <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -2834,7 +2834,7 @@ This release fixes downloads of files from directories. The previous version ha
2834 <child> 2834 <child>
2835 <widget class="GtkCheckButton" id="doExtractCheckButton"> 2835 <widget class="GtkCheckButton" id="doExtractCheckButton">
2836 <property name="visible">True</property> 2836 <property name="visible">True</property>
2837 <property name="tooltip" translatable="yes">Controls if GNUnet should also produce information for individual files inside of a directory, as opposed to only allowing the directory itself to be found directly. Only applies for recursive uploads.</property> 2837 <property name="tooltip" translatable="yes">Controls if GNUnet should (automatically) extract metadata for files. If unchecked, the default metdata for will only contain the filename. If checked, GNU libextractor will be used to provide additional metadata (such as thumbnails). The option only applies when a directory is uploaded. For individual files, GNU libextractor is always used (you will have a chance to edit the extracted metadata in a dialog).</property>
2838 <property name="can_focus">True</property> 2838 <property name="can_focus">True</property>
2839 <property name="relief">GTK_RELIEF_NORMAL</property> 2839 <property name="relief">GTK_RELIEF_NORMAL</property>
2840 <property name="focus_on_click">True</property> 2840 <property name="focus_on_click">True</property>
@@ -2880,7 +2880,7 @@ This release fixes downloads of files from directories. The previous version ha
2880 <child> 2880 <child>
2881 <widget class="GtkLabel" id="label151"> 2881 <widget class="GtkLabel" id="label151">
2882 <property name="visible">True</property> 2882 <property name="visible">True</property>
2883 <property name="label" translatable="yes">use libextractor for files in directories</property> 2883 <property name="label" translatable="yes">Use libextractor for files in directories</property>
2884 <property name="use_underline">True</property> 2884 <property name="use_underline">True</property>
2885 <property name="use_markup">False</property> 2885 <property name="use_markup">False</property>
2886 <property name="justify">GTK_JUSTIFY_LEFT</property> 2886 <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -3032,7 +3032,7 @@ This release fixes downloads of files from directories. The previous version ha
3032 <child> 3032 <child>
3033 <widget class="GtkImageMenuItem" id="createNamespace"> 3033 <widget class="GtkImageMenuItem" id="createNamespace">
3034 <property name="visible">True</property> 3034 <property name="visible">True</property>
3035 <property name="label" translatable="yes">c_reate</property> 3035 <property name="label" translatable="yes">C_reate</property>
3036 <property name="use_underline">True</property> 3036 <property name="use_underline">True</property>
3037 3037
3038 <child internal-child="image"> 3038 <child internal-child="image">
@@ -3075,7 +3075,7 @@ This release fixes downloads of files from directories. The previous version ha
3075 <child> 3075 <child>
3076 <widget class="GtkImageMenuItem" id="delete1"> 3076 <widget class="GtkImageMenuItem" id="delete1">
3077 <property name="visible">True</property> 3077 <property name="visible">True</property>
3078 <property name="label" translatable="yes">d_elete</property> 3078 <property name="label" translatable="yes">D_elete</property>
3079 <property name="use_underline">True</property> 3079 <property name="use_underline">True</property>
3080 3080
3081 <child internal-child="image"> 3081 <child internal-child="image">