diff options
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r-- | gnunet-gtk.glade | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade index dc28921a..a9f3a39e 100644 --- a/gnunet-gtk.glade +++ b/gnunet-gtk.glade | |||
@@ -179,6 +179,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
179 | <packing> | 179 | <packing> |
180 | <property name="tab_expand">False</property> | 180 | <property name="tab_expand">False</property> |
181 | <property name="tab_fill">True</property> | 181 | <property name="tab_fill">True</property> |
182 | <property name="menu_label" translatable="yes"></property> | ||
182 | </packing> | 183 | </packing> |
183 | </child> | 184 | </child> |
184 | 185 | ||
@@ -586,6 +587,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
586 | <child> | 587 | <child> |
587 | <widget class="GtkButton" id="startDaemonConfWizard"> | 588 | <widget class="GtkButton" id="startDaemonConfWizard"> |
588 | <property name="visible">True</property> | 589 | <property name="visible">True</property> |
590 | <property name="tooltip" translatable="yes">Run gnunet-setup in wizard mode</property> | ||
589 | <property name="can_focus">True</property> | 591 | <property name="can_focus">True</property> |
590 | <property name="relief">GTK_RELIEF_NORMAL</property> | 592 | <property name="relief">GTK_RELIEF_NORMAL</property> |
591 | <property name="focus_on_click">True</property> | 593 | <property name="focus_on_click">True</property> |
@@ -665,6 +667,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
665 | <child> | 667 | <child> |
666 | <widget class="GtkButton" id="startDaemonConfTool"> | 668 | <widget class="GtkButton" id="startDaemonConfTool"> |
667 | <property name="visible">True</property> | 669 | <property name="visible">True</property> |
670 | <property name="tooltip" translatable="yes">Run gnunet-setup in standard configuration mode</property> | ||
668 | <property name="can_focus">True</property> | 671 | <property name="can_focus">True</property> |
669 | <property name="relief">GTK_RELIEF_NORMAL</property> | 672 | <property name="relief">GTK_RELIEF_NORMAL</property> |
670 | <property name="focus_on_click">True</property> | 673 | <property name="focus_on_click">True</property> |
@@ -1088,6 +1091,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
1088 | <child> | 1091 | <child> |
1089 | <widget class="GtkButton" id="fs_status_download_button"> | 1092 | <widget class="GtkButton" id="fs_status_download_button"> |
1090 | <property name="visible">True</property> | 1093 | <property name="visible">True</property> |
1094 | <property name="tooltip" translatable="yes">Download the content specified by the URI</property> | ||
1091 | <property name="can_focus">True</property> | 1095 | <property name="can_focus">True</property> |
1092 | <property name="relief">GTK_RELIEF_NORMAL</property> | 1096 | <property name="relief">GTK_RELIEF_NORMAL</property> |
1093 | <property name="focus_on_click">True</property> | 1097 | <property name="focus_on_click">True</property> |
@@ -1233,7 +1237,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
1233 | <widget class="GtkButton" id="abortDownloadButton"> | 1237 | <widget class="GtkButton" id="abortDownloadButton"> |
1234 | <property name="visible">True</property> | 1238 | <property name="visible">True</property> |
1235 | <property name="sensitive">False</property> | 1239 | <property name="sensitive">False</property> |
1236 | <property name="tooltip" translatable="yes">Cancel the selected download</property> | 1240 | <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads)</property> |
1237 | <property name="can_focus">True</property> | 1241 | <property name="can_focus">True</property> |
1238 | <property name="label">gtk-cancel</property> | 1242 | <property name="label">gtk-cancel</property> |
1239 | <property name="use_stock">True</property> | 1243 | <property name="use_stock">True</property> |
@@ -1252,7 +1256,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
1252 | <widget class="GtkButton" id="stopDownloadButton"> | 1256 | <widget class="GtkButton" id="stopDownloadButton"> |
1253 | <property name="visible">True</property> | 1257 | <property name="visible">True</property> |
1254 | <property name="sensitive">False</property> | 1258 | <property name="sensitive">False</property> |
1255 | <property name="tooltip" translatable="yes">Cancel the selected download and remove it from the list</property> | 1259 | <property name="tooltip" translatable="yes">Cancel the selected download (and all sub-downloads) and remove them from the list</property> |
1256 | <property name="can_focus">True</property> | 1260 | <property name="can_focus">True</property> |
1257 | <property name="label">gtk-stop</property> | 1261 | <property name="label">gtk-stop</property> |
1258 | <property name="use_stock">True</property> | 1262 | <property name="use_stock">True</property> |
@@ -1377,7 +1381,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
1377 | <widget class="GtkButton" id="cancelUploadButton"> | 1381 | <widget class="GtkButton" id="cancelUploadButton"> |
1378 | <property name="visible">True</property> | 1382 | <property name="visible">True</property> |
1379 | <property name="sensitive">False</property> | 1383 | <property name="sensitive">False</property> |
1380 | <property name="tooltip" translatable="yes">Cancel the selected upload</property> | 1384 | <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads)</property> |
1381 | <property name="can_focus">True</property> | 1385 | <property name="can_focus">True</property> |
1382 | <property name="label">gtk-cancel</property> | 1386 | <property name="label">gtk-cancel</property> |
1383 | <property name="use_stock">True</property> | 1387 | <property name="use_stock">True</property> |
@@ -1396,7 +1400,7 @@ This release fixes downloads of files from directories. The previous version ha | |||
1396 | <widget class="GtkButton" id="stopUploadButton"> | 1400 | <widget class="GtkButton" id="stopUploadButton"> |
1397 | <property name="visible">True</property> | 1401 | <property name="visible">True</property> |
1398 | <property name="sensitive">False</property> | 1402 | <property name="sensitive">False</property> |
1399 | <property name="tooltip" translatable="yes">Cancel the selected upload and remove it from the list</property> | 1403 | <property name="tooltip" translatable="yes">Cancel the selected upload (and all sub-uploads) and remove them from the list</property> |
1400 | <property name="can_focus">True</property> | 1404 | <property name="can_focus">True</property> |
1401 | <property name="label">gtk-stop</property> | 1405 | <property name="label">gtk-stop</property> |
1402 | <property name="use_stock">True</property> | 1406 | <property name="use_stock">True</property> |
@@ -4509,6 +4513,26 @@ Press ENTER to add the data.</atkproperty> | |||
4509 | </child> | 4513 | </child> |
4510 | 4514 | ||
4511 | <child> | 4515 | <child> |
4516 | <widget class="GtkCheckButton" id="downloadRecursiveCheckButton"> | ||
4517 | <property name="visible">True</property> | ||
4518 | <property name="tooltip" translatable="yes">If the selected file is a directory, immediately try to download all files in the directory as well.</property> | ||
4519 | <property name="can_focus">True</property> | ||
4520 | <property name="label" translatable="yes">r_ecursively</property> | ||
4521 | <property name="use_underline">True</property> | ||
4522 | <property name="relief">GTK_RELIEF_NONE</property> | ||
4523 | <property name="focus_on_click">True</property> | ||
4524 | <property name="active">False</property> | ||
4525 | <property name="inconsistent">False</property> | ||
4526 | <property name="draw_indicator">True</property> | ||
4527 | </widget> | ||
4528 | <packing> | ||
4529 | <property name="padding">0</property> | ||
4530 | <property name="expand">False</property> | ||
4531 | <property name="fill">False</property> | ||
4532 | </packing> | ||
4533 | </child> | ||
4534 | |||
4535 | <child> | ||
4512 | <widget class="GtkLabel" id="downloadAnonymityLabel"> | 4536 | <widget class="GtkLabel" id="downloadAnonymityLabel"> |
4513 | <property name="visible">True</property> | 4537 | <property name="visible">True</property> |
4514 | <property name="label" translatable="yes">with anon_ymity</property> | 4538 | <property name="label" translatable="yes">with anon_ymity</property> |