aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade66
1 files changed, 57 insertions, 9 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index 5dea3528..ed2d4aef 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -244,6 +244,7 @@ Thank you,
244 <child> 244 <child>
245 <widget class="GtkButton" id="startDaemon"> 245 <widget class="GtkButton" id="startDaemon">
246 <property name="visible">True</property> 246 <property name="visible">True</property>
247 <property name="tooltip" translatable="yes">Try to start the GNUnet Daemon gnunetd on localhost</property>
247 <property name="can_focus">True</property> 248 <property name="can_focus">True</property>
248 <property name="relief">GTK_RELIEF_NORMAL</property> 249 <property name="relief">GTK_RELIEF_NORMAL</property>
249 <property name="focus_on_click">True</property> 250 <property name="focus_on_click">True</property>
@@ -323,7 +324,7 @@ Thank you,
323 <child> 324 <child>
324 <widget class="GtkButton" id="stopDaemon"> 325 <widget class="GtkButton" id="stopDaemon">
325 <property name="visible">True</property> 326 <property name="visible">True</property>
326 <property name="tooltip" translatable="yes">disconnect from GNUnet</property> 327 <property name="tooltip" translatable="yes">Stops the GNUnet daemon gnunetd</property>
327 <property name="can_focus">True</property> 328 <property name="can_focus">True</property>
328 <property name="relief">GTK_RELIEF_NORMAL</property> 329 <property name="relief">GTK_RELIEF_NORMAL</property>
329 <property name="focus_on_click">True</property> 330 <property name="focus_on_click">True</property>
@@ -772,6 +773,7 @@ Thank you,
772 <child> 773 <child>
773 <widget class="GtkButton" id="clearCompletedDownloadsButton"> 774 <widget class="GtkButton" id="clearCompletedDownloadsButton">
774 <property name="visible">True</property> 775 <property name="visible">True</property>
776 <property name="tooltip" translatable="yes">Clear completed downloads from the download list</property>
775 <property name="can_focus">True</property> 777 <property name="can_focus">True</property>
776 <property name="label">gtk-clear</property> 778 <property name="label">gtk-clear</property>
777 <property name="use_stock">True</property> 779 <property name="use_stock">True</property>
@@ -976,7 +978,7 @@ Thank you,
976 <child> 978 <child>
977 <widget class="GtkButton" id="fssearchbutton"> 979 <widget class="GtkButton" id="fssearchbutton">
978 <property name="visible">True</property> 980 <property name="visible">True</property>
979 <property name="tooltip" translatable="yes">Search GNUnet</property> 981 <property name="tooltip" translatable="yes">Search GNUnet for content under the specified keyword (and, if applicable, restrict the search to the given namespace)</property>
980 <property name="can_focus">True</property> 982 <property name="can_focus">True</property>
981 <property name="relief">GTK_RELIEF_NORMAL</property> 983 <property name="relief">GTK_RELIEF_NORMAL</property>
982 <property name="focus_on_click">True</property> 984 <property name="focus_on_click">True</property>
@@ -1124,6 +1126,7 @@ Thank you,
1124 <widget class="GtkSpinButton" id="searchAnonymitySelectionSpinButton"> 1126 <widget class="GtkSpinButton" id="searchAnonymitySelectionSpinButton">
1125 <property agent="glademm" name="cxx_visibility">public</property> 1127 <property agent="glademm" name="cxx_visibility">public</property>
1126 <property name="visible">True</property> 1128 <property name="visible">True</property>
1129 <property name="tooltip" translatable="yes">Specify the anonymity level for the search, 0 for no anonymity. Higher values provide more privacy but also less performance.</property>
1127 <property name="can_focus">True</property> 1130 <property name="can_focus">True</property>
1128 <property name="climb_rate">1</property> 1131 <property name="climb_rate">1</property>
1129 <property name="digits">0</property> 1132 <property name="digits">0</property>
@@ -1280,6 +1283,7 @@ Thank you,
1280 <widget class="GtkRadioButton" id="indexbutton"> 1283 <widget class="GtkRadioButton" id="indexbutton">
1281 <property agent="glademm" name="cxx_visibility">public</property> 1284 <property agent="glademm" name="cxx_visibility">public</property>
1282 <property name="visible">True</property> 1285 <property name="visible">True</property>
1286 <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>
1283 <property name="can_focus">True</property> 1287 <property name="can_focus">True</property>
1284 <property name="label" translatable="yes">inde_x</property> 1288 <property name="label" translatable="yes">inde_x</property>
1285 <property name="use_underline">True</property> 1289 <property name="use_underline">True</property>
@@ -1300,6 +1304,7 @@ Thank you,
1300 <widget class="GtkRadioButton" id="insertButton"> 1304 <widget class="GtkRadioButton" id="insertButton">
1301 <property agent="glademm" name="cxx_visibility">public</property> 1305 <property agent="glademm" name="cxx_visibility">public</property>
1302 <property name="visible">True</property> 1306 <property name="visible">True</property>
1307 <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>
1303 <property name="can_focus">True</property> 1308 <property name="can_focus">True</property>
1304 <property name="label" translatable="yes">i_nsert</property> 1309 <property name="label" translatable="yes">i_nsert</property>
1305 <property name="use_underline">True</property> 1310 <property name="use_underline">True</property>
@@ -1360,6 +1365,7 @@ Thank you,
1360 <widget class="GtkRadioButton" id="scopeFileOnlyButton"> 1365 <widget class="GtkRadioButton" id="scopeFileOnlyButton">
1361 <property agent="glademm" name="cxx_visibility">public</property> 1366 <property agent="glademm" name="cxx_visibility">public</property>
1362 <property name="visible">True</property> 1367 <property name="visible">True</property>
1368 <property name="tooltip" translatable="yes">only insert a single file</property>
1363 <property name="can_focus">True</property> 1369 <property name="can_focus">True</property>
1364 <property name="label" translatable="yes">file onl_y</property> 1370 <property name="label" translatable="yes">file onl_y</property>
1365 <property name="use_underline">True</property> 1371 <property name="use_underline">True</property>
@@ -1380,6 +1386,7 @@ Thank you,
1380 <widget class="GtkRadioButton" id="scopeRecursiveButton"> 1386 <widget class="GtkRadioButton" id="scopeRecursiveButton">
1381 <property agent="glademm" name="cxx_visibility">public</property> 1387 <property agent="glademm" name="cxx_visibility">public</property>
1382 <property name="visible">True</property> 1388 <property name="visible">True</property>
1389 <property name="tooltip" translatable="yes">Recursively insert an entire directory tree</property>
1383 <property name="can_focus">True</property> 1390 <property name="can_focus">True</property>
1384 <property name="label" translatable="yes">_recursive (for entire directories)</property> 1391 <property name="label" translatable="yes">_recursive (for entire directories)</property>
1385 <property name="use_underline">True</property> 1392 <property name="use_underline">True</property>
@@ -1440,6 +1447,7 @@ Thank you,
1440 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton"> 1447 <widget class="GtkSpinButton" id="uploadAnonymityLevelSpinButton">
1441 <property agent="glademm" name="cxx_visibility">public</property> 1448 <property agent="glademm" name="cxx_visibility">public</property>
1442 <property name="visible">True</property> 1449 <property name="visible">True</property>
1450 <property name="tooltip" translatable="yes">What level of sender-anonymity is desired when sharing this particular file? 0 allows direct connections (no anonymity). Higher levels require increasing amounts of cover traffic per shared block, increasing your privacy at the expense of efficiency.</property>
1443 <property name="can_focus">True</property> 1451 <property name="can_focus">True</property>
1444 <property name="climb_rate">1</property> 1452 <property name="climb_rate">1</property>
1445 <property name="digits">0</property> 1453 <property name="digits">0</property>
@@ -1515,7 +1523,7 @@ Thank you,
1515 <child> 1523 <child>
1516 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton"> 1524 <widget class="GtkButton" id="mainFileSharingInsertBrowseButton">
1517 <property name="visible">True</property> 1525 <property name="visible">True</property>
1518 <property name="tooltip" translatable="yes">Browse local computer for files to upload.</property> 1526 <property name="tooltip" translatable="yes">Browse local computer for files (or directories) to upload.</property>
1519 <property name="can_focus">True</property> 1527 <property name="can_focus">True</property>
1520 <property name="relief">GTK_RELIEF_NORMAL</property> 1528 <property name="relief">GTK_RELIEF_NORMAL</property>
1521 <property name="focus_on_click">True</property> 1529 <property name="focus_on_click">True</property>
@@ -1602,6 +1610,7 @@ Thank you,
1602 <child> 1610 <child>
1603 <widget class="GtkButton" id="fsinsertuploadbutton"> 1611 <widget class="GtkButton" id="fsinsertuploadbutton">
1604 <property name="visible">True</property> 1612 <property name="visible">True</property>
1613 <property name="tooltip" translatable="yes">Upload the specified file with the selected options (you will then be prompted to enter meta-data and keywords).</property>
1605 <property name="can_focus">True</property> 1614 <property name="can_focus">True</property>
1606 <property name="relief">GTK_RELIEF_NORMAL</property> 1615 <property name="relief">GTK_RELIEF_NORMAL</property>
1607 <property name="focus_on_click">True</property> 1616 <property name="focus_on_click">True</property>
@@ -2328,6 +2337,7 @@ Thank you,
2328 <child> 2337 <child>
2329 <widget class="GtkButton" id="metaDataDialogCancelButton"> 2338 <widget class="GtkButton" id="metaDataDialogCancelButton">
2330 <property name="visible">True</property> 2339 <property name="visible">True</property>
2340 <property name="tooltip" translatable="yes">Confirm the displayed meta-data and keywords and proceed with the upload.</property>
2331 <property name="can_default">True</property> 2341 <property name="can_default">True</property>
2332 <property name="can_focus">True</property> 2342 <property name="can_focus">True</property>
2333 <property name="label">gtk-ok</property> 2343 <property name="label">gtk-ok</property>
@@ -2346,6 +2356,7 @@ Thank you,
2346 <child> 2356 <child>
2347 <widget class="GtkButton" id="metaDataDialogApplyButton"> 2357 <widget class="GtkButton" id="metaDataDialogApplyButton">
2348 <property name="visible">True</property> 2358 <property name="visible">True</property>
2359 <property name="tooltip" translatable="yes">Cancel the upload.</property>
2349 <property name="can_default">True</property> 2360 <property name="can_default">True</property>
2350 <property name="can_focus">True</property> 2361 <property name="can_focus">True</property>
2351 <property name="label">gtk-cancel</property> 2362 <property name="label">gtk-cancel</property>
@@ -2465,6 +2476,7 @@ Thank you,
2465 <widget class="GtkEntry" id="metaDataDialogValueEntry"> 2476 <widget class="GtkEntry" id="metaDataDialogValueEntry">
2466 <property agent="glademm" name="cxx_visibility">public</property> 2477 <property agent="glademm" name="cxx_visibility">public</property>
2467 <property name="visible">True</property> 2478 <property name="visible">True</property>
2479 <property name="tooltip" translatable="yes">Enter metadata about the upload</property>
2468 <property name="can_focus">True</property> 2480 <property name="can_focus">True</property>
2469 <property name="editable">True</property> 2481 <property name="editable">True</property>
2470 <property name="visibility">True</property> 2482 <property name="visibility">True</property>
@@ -2490,6 +2502,7 @@ Press ENTER to add the data.</atkproperty>
2490 <child> 2502 <child>
2491 <widget class="GtkButton" id="metaDataDialogMetaDataAddButton"> 2503 <widget class="GtkButton" id="metaDataDialogMetaDataAddButton">
2492 <property name="visible">True</property> 2504 <property name="visible">True</property>
2505 <property name="tooltip" translatable="yes">Add the given description to the meta-data describing the uploaded file.</property>
2493 <property name="can_focus">True</property> 2506 <property name="can_focus">True</property>
2494 <property name="label">gtk-add</property> 2507 <property name="label">gtk-add</property>
2495 <property name="use_stock">True</property> 2508 <property name="use_stock">True</property>
@@ -2527,11 +2540,12 @@ Press ENTER to add the data.</atkproperty>
2527 <property name="window_placement">GTK_CORNER_TOP_LEFT</property> 2540 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2528 2541
2529 <child> 2542 <child>
2530 <widget class="GtkTreeView" id="metaDataDialogMetaDataList"> 2543 <widget class="GtkTreeView" id="treeview5">
2531 <property agent="glademm" name="cxx_visibility">public</property> 2544 <property agent="glademm" name="cxx_visibility">public</property>
2532 <property name="visible">True</property> 2545 <property name="visible">True</property>
2546 <property name="tooltip" translatable="yes">Select entries and use the context menu (right click) in order to delete keywords.</property>
2533 <property name="can_focus">True</property> 2547 <property name="can_focus">True</property>
2534 <property name="headers_visible">True</property> 2548 <property name="headers_visible">False</property>
2535 <property name="rules_hint">True</property> 2549 <property name="rules_hint">True</property>
2536 <property name="reorderable">True</property> 2550 <property name="reorderable">True</property>
2537 <property name="enable_search">True</property> 2551 <property name="enable_search">True</property>
@@ -2609,6 +2623,7 @@ Press ENTER to add the data.</atkproperty>
2609 <widget class="GtkEntry" id="fileInformationKeywordEntry"> 2623 <widget class="GtkEntry" id="fileInformationKeywordEntry">
2610 <property agent="glademm" name="cxx_visibility">public</property> 2624 <property agent="glademm" name="cxx_visibility">public</property>
2611 <property name="visible">True</property> 2625 <property name="visible">True</property>
2626 <property name="tooltip" translatable="yes">Enter keywords</property>
2612 <property name="can_focus">True</property> 2627 <property name="can_focus">True</property>
2613 <property name="editable">True</property> 2628 <property name="editable">True</property>
2614 <property name="visibility">True</property> 2629 <property name="visibility">True</property>
@@ -2629,6 +2644,7 @@ Press ENTER to add the data.</atkproperty>
2629 <child> 2644 <child>
2630 <widget class="GtkButton" id="metaDataDialogKeywordAddButton"> 2645 <widget class="GtkButton" id="metaDataDialogKeywordAddButton">
2631 <property name="visible">True</property> 2646 <property name="visible">True</property>
2647 <property name="tooltip" translatable="yes">Add the specified keyword to the list of keywords under which the file or directory will be found.</property>
2632 <property name="can_focus">True</property> 2648 <property name="can_focus">True</property>
2633 <property name="label">gtk-add</property> 2649 <property name="label">gtk-add</property>
2634 <property name="use_stock">True</property> 2650 <property name="use_stock">True</property>
@@ -2672,7 +2688,7 @@ Press ENTER to add the data.</atkproperty>
2672 <widget class="GtkTreeView" id="metaDataDialogKeywordList"> 2688 <widget class="GtkTreeView" id="metaDataDialogKeywordList">
2673 <property agent="glademm" name="cxx_visibility">public</property> 2689 <property agent="glademm" name="cxx_visibility">public</property>
2674 <property name="visible">True</property> 2690 <property name="visible">True</property>
2675 <property name="tooltip" translatable="yes">Select entries and use Delete button in order to delete keywords.</property> 2691 <property name="tooltip" translatable="yes">Select entries and use the context menu (right click) in order to delete keywords.</property>
2676 <property name="can_focus">True</property> 2692 <property name="can_focus">True</property>
2677 <property name="headers_visible">False</property> 2693 <property name="headers_visible">False</property>
2678 <property name="rules_hint">True</property> 2694 <property name="rules_hint">True</property>
@@ -2974,6 +2990,7 @@ Press ENTER to add the data.</atkproperty>
2974 <widget class="GtkTreeView" id="searchResults"> 2990 <widget class="GtkTreeView" id="searchResults">
2975 <property agent="glademm" name="cxx_visibility">public</property> 2991 <property agent="glademm" name="cxx_visibility">public</property>
2976 <property name="visible">True</property> 2992 <property name="visible">True</property>
2993 <property name="tooltip" translatable="yes">List of search results. Directories must first be downloaded before their contents will be displayed.</property>
2977 <property name="can_focus">True</property> 2994 <property name="can_focus">True</property>
2978 <property name="headers_visible">True</property> 2995 <property name="headers_visible">True</property>
2979 <property name="rules_hint">True</property> 2996 <property name="rules_hint">True</property>
@@ -3029,6 +3046,7 @@ Press ENTER to add the data.</atkproperty>
3029 <widget class="GtkSpinButton" id="downloadAnonymitySpinButton"> 3046 <widget class="GtkSpinButton" id="downloadAnonymitySpinButton">
3030 <property agent="glademm" name="cxx_visibility">public</property> 3047 <property agent="glademm" name="cxx_visibility">public</property>
3031 <property name="visible">True</property> 3048 <property name="visible">True</property>
3049 <property name="tooltip" translatable="yes">Specify the desired anonymity level for this download. A value of 0 means no receiver anonymity (allows direct connection). Use higher values for increased privacy at the expense of performance.</property>
3032 <property name="can_focus">True</property> 3050 <property name="can_focus">True</property>
3033 <property name="climb_rate">1</property> 3051 <property name="climb_rate">1</property>
3034 <property name="digits">0</property> 3052 <property name="digits">0</property>
@@ -3205,6 +3223,7 @@ Press ENTER to add the data.</atkproperty>
3205 <widget class="GtkTreeView" id="namespaceContentFrameTreeView"> 3223 <widget class="GtkTreeView" id="namespaceContentFrameTreeView">
3206 <property agent="glademm" name="cxx_visibility">public</property> 3224 <property agent="glademm" name="cxx_visibility">public</property>
3207 <property name="visible">True</property> 3225 <property name="visible">True</property>
3226 <property name="tooltip" translatable="yes">List of the files and directories that have been added to this namespace so far.</property>
3208 <property name="can_focus">True</property> 3227 <property name="can_focus">True</property>
3209 <property name="headers_visible">True</property> 3228 <property name="headers_visible">True</property>
3210 <property name="rules_hint">True</property> 3229 <property name="rules_hint">True</property>
@@ -3233,6 +3252,7 @@ Press ENTER to add the data.</atkproperty>
3233 <child> 3252 <child>
3234 <widget class="GtkButton" id="namespaceInsertButton"> 3253 <widget class="GtkButton" id="namespaceInsertButton">
3235 <property name="visible">True</property> 3254 <property name="visible">True</property>
3255 <property name="tooltip" translatable="yes">Add additional files to this namespace.</property>
3236 <property name="can_focus">True</property> 3256 <property name="can_focus">True</property>
3237 <property name="label">gtk-add</property> 3257 <property name="label">gtk-add</property>
3238 <property name="use_stock">True</property> 3258 <property name="use_stock">True</property>
@@ -3251,6 +3271,7 @@ Press ENTER to add the data.</atkproperty>
3251 <widget class="GtkButton" id="namespaceUpdateButton"> 3271 <widget class="GtkButton" id="namespaceUpdateButton">
3252 <property name="visible">True</property> 3272 <property name="visible">True</property>
3253 <property name="sensitive">False</property> 3273 <property name="sensitive">False</property>
3274 <property name="tooltip" translatable="yes">Publish an update to the selected updatable content.</property>
3254 <property name="can_focus">True</property> 3275 <property name="can_focus">True</property>
3255 <property name="relief">GTK_RELIEF_NORMAL</property> 3276 <property name="relief">GTK_RELIEF_NORMAL</property>
3256 <property name="focus_on_click">False</property> 3277 <property name="focus_on_click">False</property>
@@ -3377,6 +3398,7 @@ Press ENTER to add the data.</atkproperty>
3377 <widget class="GtkTextView" id="chatLogViewer"> 3398 <widget class="GtkTextView" id="chatLogViewer">
3378 <property agent="glademm" name="cxx_visibility">public</property> 3399 <property agent="glademm" name="cxx_visibility">public</property>
3379 <property name="visible">True</property> 3400 <property name="visible">True</property>
3401 <property name="tooltip" translatable="yes">The current conversation in this chat room.</property>
3380 <property name="can_focus">True</property> 3402 <property name="can_focus">True</property>
3381 <property name="editable">False</property> 3403 <property name="editable">False</property>
3382 <property name="overwrite">False</property> 3404 <property name="overwrite">False</property>
@@ -3431,6 +3453,7 @@ Press ENTER to add the data.</atkproperty>
3431 <child> 3453 <child>
3432 <widget class="GtkButton" id="chatSendButton"> 3454 <widget class="GtkButton" id="chatSendButton">
3433 <property name="visible">True</property> 3455 <property name="visible">True</property>
3456 <property name="tooltip" translatable="yes">Sends the message to all participants in the current chat room.</property>
3434 <property name="can_focus">True</property> 3457 <property name="can_focus">True</property>
3435 <property name="relief">GTK_RELIEF_NORMAL</property> 3458 <property name="relief">GTK_RELIEF_NORMAL</property>
3436 <property name="focus_on_click">True</property> 3459 <property name="focus_on_click">True</property>
@@ -3536,6 +3559,7 @@ Press ENTER to add the data.</atkproperty>
3536 <widget class="GtkTreeView" id="chatUserListTreeView"> 3559 <widget class="GtkTreeView" id="chatUserListTreeView">
3537 <property agent="glademm" name="cxx_visibility">public</property> 3560 <property agent="glademm" name="cxx_visibility">public</property>
3538 <property name="visible">True</property> 3561 <property name="visible">True</property>
3562 <property name="tooltip" translatable="yes">List of the participants in the chat room.</property>
3539 <property name="can_focus">True</property> 3563 <property name="can_focus">True</property>
3540 <property name="headers_visible">True</property> 3564 <property name="headers_visible">True</property>
3541 <property name="rules_hint">True</property> 3565 <property name="rules_hint">True</property>
@@ -3560,9 +3584,11 @@ Press ENTER to add the data.</atkproperty>
3560<widget class="GtkAboutDialog" id="aboutDialog"> 3584<widget class="GtkAboutDialog" id="aboutDialog">
3561 <property agent="glademm" name="cxx_visibility">public</property> 3585 <property agent="glademm" name="cxx_visibility">public</property>
3562 <property name="visible">True</property> 3586 <property name="visible">True</property>
3587 <property name="tooltip" translatable="yes">The gnunet-gtk about dialog</property>
3563 <property name="destroy_with_parent">False</property> 3588 <property name="destroy_with_parent">False</property>
3564 <property name="name" translatable="yes">gnunet-gtk</property> 3589 <property name="name" translatable="yes">gnunet-gtk</property>
3565 <property name="copyright" translatable="yes">(C) 2001-2005 Christian Grothoff (and other contributing authors)</property> 3590 <property name="copyright" translatable="yes">(C) 2001-2005 Christian Grothoff (and other contributing authors)</property>
3591 <property name="comments" translatable="yes">https://gnunet.org/</property>
3566 <property name="license" translatable="yes"> GNU GENERAL PUBLIC LICENSE 3592 <property name="license" translatable="yes"> GNU GENERAL PUBLIC LICENSE
3567 Version 2, June 1991 3593 Version 2, June 1991
3568 3594
@@ -3880,7 +3906,19 @@ Igor Wronsky &lt;iwronsky@users.sourceforge.net&gt;
3880Nils Durner &lt;nils@gnunet.org&gt;</property> 3906Nils Durner &lt;nils@gnunet.org&gt;</property>
3881 <property name="artists">Christian Muellner &lt;chris@flop.de&gt; 3907 <property name="artists">Christian Muellner &lt;chris@flop.de&gt;
3882Alex Jones &lt;alexrjones@ntlworld.com&gt;</property> 3908Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
3883 <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> 3909 <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">Di Ma
3910Jens Palsberg &lt;palsberg@cs.ucla.edu&gt;
3911Christian Grothoff &lt;christian@grothoff.org&gt;
3912Nils Durner &lt;durner@gnunet.org&gt;
3913Mathieu &lt;mollo@bghflt.org&gt;
3914Eric Haumant
3915milan@skoid.org
3916Hiroshi Yamauchi &lt;yamauchi@cs.purdue.edu&gt;
3917Adam Welc &lt;welc@cs.purdue.edu&gt;
3918Bogdan Carbunar &lt;carbunar@cs.purdue.edu&gt;
3919Steven Michael Murphy &lt;murf@e-tools.com&gt;
3920Phan Vinh Thinh &lt;teppi82@gmail.com&gt;
3921</property>
3884 <property name="logo">gnunet_logo.png</property> 3922 <property name="logo">gnunet_logo.png</property>
3885</widget> 3923</widget>
3886 3924
@@ -3919,6 +3957,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
3919 <child> 3957 <child>
3920 <widget class="GtkButton" id="button1"> 3958 <widget class="GtkButton" id="button1">
3921 <property name="visible">True</property> 3959 <property name="visible">True</property>
3960 <property name="tooltip" translatable="yes">Cancel selecting file to upload</property>
3922 <property name="can_default">True</property> 3961 <property name="can_default">True</property>
3923 <property name="can_focus">True</property> 3962 <property name="can_focus">True</property>
3924 <property name="label">gtk-cancel</property> 3963 <property name="label">gtk-cancel</property>
@@ -3932,6 +3971,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
3932 <child> 3971 <child>
3933 <widget class="GtkButton" id="button2"> 3972 <widget class="GtkButton" id="button2">
3934 <property name="visible">True</property> 3973 <property name="visible">True</property>
3974 <property name="tooltip" translatable="yes">Select this file (or directory) for the upload</property>
3935 <property name="can_default">True</property> 3975 <property name="can_default">True</property>
3936 <property name="has_default">True</property> 3976 <property name="has_default">True</property>
3937 <property name="can_focus">True</property> 3977 <property name="can_focus">True</property>
@@ -3985,6 +4025,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
3985 <child> 4025 <child>
3986 <widget class="GtkButton" id="button3"> 4026 <widget class="GtkButton" id="button3">
3987 <property name="visible">True</property> 4027 <property name="visible">True</property>
4028 <property name="tooltip" translatable="yes">Confirm the specified data. Creates the namespace and publishes the advertisements.</property>
3988 <property name="can_default">True</property> 4029 <property name="can_default">True</property>
3989 <property name="can_focus">True</property> 4030 <property name="can_focus">True</property>
3990 <property name="label">gtk-ok</property> 4031 <property name="label">gtk-ok</property>
@@ -3999,6 +4040,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
3999 <child> 4040 <child>
4000 <widget class="GtkButton" id="button4"> 4041 <widget class="GtkButton" id="button4">
4001 <property name="visible">True</property> 4042 <property name="visible">True</property>
4043 <property name="tooltip" translatable="yes">Cancel namespace creation.</property>
4002 <property name="can_default">True</property> 4044 <property name="can_default">True</property>
4003 <property name="can_focus">True</property> 4045 <property name="can_focus">True</property>
4004 <property name="label">gtk-cancel</property> 4046 <property name="label">gtk-cancel</property>
@@ -4078,6 +4120,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4078 <child> 4120 <child>
4079 <widget class="GtkEntry" id="namespaceNameEntry"> 4121 <widget class="GtkEntry" id="namespaceNameEntry">
4080 <property name="visible">True</property> 4122 <property name="visible">True</property>
4123 <property name="tooltip" translatable="yes">Each namespace is supposed to have a name. While GNUnet cannot guarantee that these names are unique, users should try to select names that are unlikely to conflict and that correspond to the contents of the namespace.</property>
4081 <property name="can_focus">True</property> 4124 <property name="can_focus">True</property>
4082 <property name="editable">True</property> 4125 <property name="editable">True</property>
4083 <property name="visibility">True</property> 4126 <property name="visibility">True</property>
@@ -4195,6 +4238,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4195 <widget class="GtkEntry" id="entry3"> 4238 <widget class="GtkEntry" id="entry3">
4196 <property agent="glademm" name="cxx_visibility">public</property> 4239 <property agent="glademm" name="cxx_visibility">public</property>
4197 <property name="visible">True</property> 4240 <property name="visible">True</property>
4241 <property name="tooltip" translatable="yes">Enter a keyword under which advertisements for this namespace will be published.</property>
4198 <property name="can_focus">True</property> 4242 <property name="can_focus">True</property>
4199 <property name="editable">True</property> 4243 <property name="editable">True</property>
4200 <property name="visibility">True</property> 4244 <property name="visibility">True</property>
@@ -4215,6 +4259,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4215 <child> 4259 <child>
4216 <widget class="GtkButton" id="button6"> 4260 <widget class="GtkButton" id="button6">
4217 <property name="visible">True</property> 4261 <property name="visible">True</property>
4262 <property name="tooltip" translatable="yes">Add the given keyword to the list of keywords under which advertisements for the namespace will be published.</property>
4218 <property name="can_focus">True</property> 4263 <property name="can_focus">True</property>
4219 <property name="label">gtk-add</property> 4264 <property name="label">gtk-add</property>
4220 <property name="use_stock">True</property> 4265 <property name="use_stock">True</property>
@@ -4255,7 +4300,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4255 <widget class="GtkTreeView" id="treeview2"> 4300 <widget class="GtkTreeView" id="treeview2">
4256 <property agent="glademm" name="cxx_visibility">public</property> 4301 <property agent="glademm" name="cxx_visibility">public</property>
4257 <property name="visible">True</property> 4302 <property name="visible">True</property>
4258 <property name="tooltip" translatable="yes">Select entries and use Delete button in order to delete keywords.</property> 4303 <property name="tooltip" translatable="yes">Select entries and use the context menu (right click) in order to delete keywords.</property>
4259 <property name="can_focus">True</property> 4304 <property name="can_focus">True</property>
4260 <property name="headers_visible">False</property> 4305 <property name="headers_visible">False</property>
4261 <property name="rules_hint">True</property> 4306 <property name="rules_hint">True</property>
@@ -4374,6 +4419,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4374 <widget class="GtkEntry" id="entry4"> 4419 <widget class="GtkEntry" id="entry4">
4375 <property agent="glademm" name="cxx_visibility">public</property> 4420 <property agent="glademm" name="cxx_visibility">public</property>
4376 <property name="visible">True</property> 4421 <property name="visible">True</property>
4422 <property name="tooltip" translatable="yes">Enter meta-data (descriptions) for this namespace</property>
4377 <property name="can_focus">True</property> 4423 <property name="can_focus">True</property>
4378 <property name="editable">True</property> 4424 <property name="editable">True</property>
4379 <property name="visibility">True</property> 4425 <property name="visibility">True</property>
@@ -4394,6 +4440,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4394 <child> 4440 <child>
4395 <widget class="GtkButton" id="button7"> 4441 <widget class="GtkButton" id="button7">
4396 <property name="visible">True</property> 4442 <property name="visible">True</property>
4443 <property name="tooltip" translatable="yes">Add the given metadata entry to the metadata for this namespace.</property>
4397 <property name="can_focus">True</property> 4444 <property name="can_focus">True</property>
4398 <property name="label">gtk-add</property> 4445 <property name="label">gtk-add</property>
4399 <property name="use_stock">True</property> 4446 <property name="use_stock">True</property>
@@ -4434,6 +4481,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4434 <widget class="GtkTreeView" id="treeview4"> 4481 <widget class="GtkTreeView" id="treeview4">
4435 <property agent="glademm" name="cxx_visibility">public</property> 4482 <property agent="glademm" name="cxx_visibility">public</property>
4436 <property name="visible">True</property> 4483 <property name="visible">True</property>
4484 <property name="tooltip" translatable="yes">Metadata describing the namespace (used in advertisements). Use the context menu (right-click) to delete selected entries.</property>
4437 <property name="can_focus">True</property> 4485 <property name="can_focus">True</property>
4438 <property name="headers_visible">True</property> 4486 <property name="headers_visible">True</property>
4439 <property name="rules_hint">True</property> 4487 <property name="rules_hint">True</property>
@@ -4450,7 +4498,7 @@ Alex Jones &lt;alexrjones@ntlworld.com&gt;</property>
4450 <child> 4498 <child>
4451 <widget class="GtkLabel" id="label91"> 4499 <widget class="GtkLabel" id="label91">
4452 <property name="visible">True</property> 4500 <property name="visible">True</property>
4453 <property name="label" translatable="yes">Meta-data</property> 4501 <property name="label" translatable="yes">Metadata</property>
4454 <property name="use_underline">False</property> 4502 <property name="use_underline">False</property>
4455 <property name="use_markup">False</property> 4503 <property name="use_markup">False</property>
4456 <property name="justify">GTK_JUSTIFY_LEFT</property> 4504 <property name="justify">GTK_JUSTIFY_LEFT</property>